:root {
  --hn-bg: #f3f6fc;
  --hn-bg-soft: #e9eef9;
  --hn-panel: rgba(255, 255, 255, 0.82);
  --hn-panel-strong: rgba(255, 255, 255, 0.96);
  --hn-ink: #11182a;
  --hn-muted: #62708b;
  --hn-line: rgba(17, 24, 42, 0.1);
  --hn-accent: #8d2e71;
  --hn-accent-soft: #d8dcff;
  --hn-success: #33766d;
  --hn-shadow: 0 24px 60px rgba(17, 24, 42, 0.08);
  --hn-radius-lg: 28px;
  --hn-radius-md: 20px;
  --hn-radius-sm: 12px;
  --hn-container: min(1200px, calc(100vw - 48px));
  --hn-display: "Manrope", "Avenir Next", "Helvetica Neue", sans-serif;
  --hn-body: "Manrope", "Avenir Next", "Helvetica Neue", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(143, 85, 179, 0.12), transparent 34%),
    radial-gradient(circle at top right, rgba(64, 119, 214, 0.14), transparent 28%),
    linear-gradient(180deg, #f9fbff 0%, var(--hn-bg) 100%);
  color: var(--hn-ink);
  font-family: var(--hn-body);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.hn-container {
  width: 100%;
  max-width: var(--hn-container);
  margin: 0 auto;
}

.hn-section {
  padding: 4.5rem 0;
}

[data-animate="fade-up"] {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.hn-section.is-visible,
[data-animate].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hn-display,
.hn-hero h1,
.hn-editorial-page h1,
.hn-discover-hero h1,
.hn-auth-shell h1 {
  margin: 0;
  font-family: var(--hn-display);
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hn-lead {
  max-width: 42rem;
  color: var(--hn-muted);
  font-size: 1.08rem;
}

.hn-meta,
.hn-card-kicker,
.hn-eyebrow {
  margin: 0 0 1rem;
  color: var(--hn-muted);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hn-button,
.button,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--hn-ink);
  color: #fff;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease;
}

.hn-button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
  transform: translateY(-1px);
  background: #30261d;
}

.site-footer {
  width: 100%;
  margin-top: 3.8rem;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(99, 118, 212, 0.2), transparent 30%),
    linear-gradient(180deg, #171b2b 0%, #101320 100%);
  color: rgba(242, 245, 255, 0.92);
}

.hn-sitebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.hn-footer-shell {
  display: grid;
  gap: 1.8rem;
}

.hn-footer-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: #fff;
  text-decoration: none;
}

.hn-footer-brand-mark {
  display: inline-flex;
  width: 46px;
  height: 46px;
}

.hn-footer-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hn-footer-brand-wordmark {
  font-family: var(--hn-display);
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.hn-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem 1.4rem;
  align-items: start;
}

.hn-footer-column {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.hn-footer-title {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hn-footer-list {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hn-footer-list a {
  color: rgba(228, 234, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.22s ease, transform 0.22s ease;
}

.hn-footer-list a:hover {
  color: #fff;
  transform: translateX(2px);
}

.hn-footer-brandline {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hn-footer-meta {
  margin: 0;
  color: rgba(187, 196, 230, 0.78);
  font-size: 0.8rem;
  line-height: 1.6;
}

.hn-wordmark {
  font-family: var(--hn-display);
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

.hn-nav-list,
.hn-footer-links {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hn-nav-list a,
.hn-footer-links a {
  color: var(--hn-muted);
}

.hn-hero-grid,
.hn-auth-grid,
.hn-product-grid,
.hn-checkout-grid {
  display: grid;
  gap: 2rem;
}

.hn-hero-grid {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  min-height: 72vh;
}

.hn-hero-stage {
  position: relative;
  min-height: 520px;
}

.hn-stage-panel {
  position: absolute;
  inset: auto 0 0 auto;
  border-radius: var(--hn-radius-lg);
  box-shadow: var(--hn-shadow);
}

.hn-stage-panel-primary {
  inset: 0 14% 12% 0;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #dbcab8, #8f7258);
}

.hn-stage-panel-secondary {
  inset: 24% 0 0 34%;
  background:
    linear-gradient(135deg, rgba(255, 251, 244, 0.8), rgba(255, 251, 244, 0.1)),
    #3a443d;
}

.hn-band,
.hn-checkout-panel,
.hn-card,
.hn-feature-card {
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: var(--hn-panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--hn-shadow);
}

.hn-band-grid,
.hn-copy-grid,
.hn-story-grid {
  max-width: 58rem;
}

.hn-card-grid,
.hn-product-grid,
.hn-feature-grid,
.hn-proof-grid {
  display: grid;
  gap: 1.2rem;
}

.hn-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hn-card-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hn-card,
.hn-feature-card {
  display: block;
  padding: 1.5rem;
}

.hn-card strong,
.hn-feature-card h3,
.hn-section-head h2,
.hn-product-summary h1,
.woocommerce-variation-add-to-cart .quantity + button {
  font-family: var(--hn-display);
}

.hn-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hn-product-hero .hn-container {
  max-width: min(1500px, calc(100vw - 56px));
}

.hn-product-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.78fr);
  align-items: stretch;
  gap: clamp(1.25rem, 3vw, 2.75rem);
}

.hn-product-grid > * {
  min-width: 0;
}

.hn-product-media {
  min-width: 0;
}

.hn-product-summary,
.hn-checkout-panel {
  padding: 1.75rem;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: var(--hn-panel-strong);
  box-shadow: var(--hn-shadow);
}

.hn-product-media {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hn-product-gallery {
  display: grid;
  grid-template-columns: clamp(76px, 6.4vw, 104px) minmax(0, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  min-height: clamp(560px, calc(100vh - 220px), 760px);
}

.hn-product-gallery__thumbs {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.hn-product-gallery__mobile-strip {
  display: none;
}

.hn-product-gallery__mobile-card {
  margin: 0;
}

.hn-product-gallery__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 42, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(244, 247, 253, 0.92)),
    #f7f9ff;
  box-shadow: 0 14px 32px rgba(17, 24, 42, 0.08);
  cursor: pointer;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.hn-product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hn-product-gallery__thumb:hover,
.hn-product-gallery__thumb.is-active {
  border-color: rgba(141, 46, 113, 0.42);
  box-shadow:
    0 18px 38px rgba(17, 24, 42, 0.12),
    0 0 0 4px rgba(141, 46, 113, 0.1);
  transform: translateY(-2px);
}

.hn-product-gallery__thumb:focus-visible {
  outline: 2px solid var(--hn-accent);
  outline-offset: 4px;
}

.hn-product-gallery__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: inherit;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 34px;
  background:
    radial-gradient(circle at 70% 82%, rgba(216, 220, 255, 0.46) 0, rgba(216, 220, 255, 0) 38%),
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0) 32%),
    linear-gradient(145deg, #ffffff 0%, #ffffff 58%, #f4f7ff 100%);
  box-shadow:
    0 28px 80px rgba(17, 24, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hn-product-gallery__stage::after {
  position: absolute;
  inset: auto 8% 9%;
  height: 18%;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(17, 24, 42, 0.13), transparent 66%);
  content: "";
  filter: blur(20px);
}

.hn-product-gallery__caption {
  position: absolute;
  z-index: 2;
}

.hn-product-gallery__image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(86%, 760px);
  max-height: min(72vh, 640px);
  object-fit: contain;
  filter: drop-shadow(0 22px 36px rgba(17, 24, 42, 0.16));
  mix-blend-mode: multiply;
  transform: scale(1);
  transition:
    opacity 220ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hn-product-gallery__image.is-changing {
  opacity: 0.18;
  transform: scale(0.985);
}

.hn-product-gallery__caption {
  right: clamp(1rem, 2vw, 1.6rem);
  bottom: clamp(1rem, 2vw, 1.6rem);
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  max-width: calc(100% - 2rem);
  padding: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--hn-muted);
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: none;
}

.hn-product-gallery__caption span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 2.5rem;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  box-shadow: 0 16px 36px rgba(17, 24, 42, 0.14);
}

.hn-product-summary[data-sticky-rail],
.hn-checkout-panel-sticky {
  position: sticky;
  top: 2rem;
}

.hn-product-summary {
  display: grid;
  align-self: start;
  gap: 1rem;
  min-width: 0;
  overflow: hidden;
  padding: clamp(1.5rem, 2.4vw, 2.4rem);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(216, 220, 255, 0.45), transparent 34%);
}

.hn-product-summary > * {
  min-width: 0;
  max-width: 100%;
}

.hn-product-summary__topline,
.hn-product-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hn-product-summary__topline span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(17, 24, 42, 0.08);
  border-radius: 999px;
  background: #fff;
  color: var(--hn-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(17, 24, 42, 0.06);
}

.hn-product-summary__topline span:first-child {
  background: #111827;
  color: #fff;
}

.hn-product-summary .product_title {
  margin: 0.25rem 0 0;
  font-size: clamp(2.25rem, 3.35vw, 4rem);
  line-height: 0.93;
  letter-spacing: 0;
  white-space: nowrap;
}

.hn-product-summary .price {
  margin: 0;
  color: #111827;
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  font-weight: 800;
  line-height: 1;
}

.hn-product-summary .woocommerce-product-details__short-description,
.hn-product-summary form.cart,
.hn-product-summary .product_meta,
.hn-product-summary .woocommerce-product-rating {
  margin: 0;
}

.hn-product-summary .woocommerce-product-details__short-description {
  max-width: 38rem;
  color: var(--hn-muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.hn-product-summary form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  padding-top: 0.35rem;
}

.hn-product-summary form.cart .quantity {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem;
  border: 1px solid rgba(17, 24, 42, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  box-shadow:
    0 12px 24px rgba(17, 24, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.hn-product-summary form.cart .quantity .qty {
  width: 5.25rem;
  min-height: 54px;
  padding: 0 0.8rem;
  border: 0;
  background: transparent;
  color: var(--hn-ink);
  font: inherit;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
  box-shadow: none;
}

.hn-product-summary form.cart .quantity .qty::-webkit-outer-spin-button,
.hn-product-summary form.cart .quantity .qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.hn-product-summary form.cart .single_add_to_cart_button {
  min-height: 58px;
  padding-inline: clamp(1.3rem, 3vw, 2.4rem);
  border-radius: 999px;
  box-shadow: 0 18px 36px rgba(78, 101, 214, 0.25);
}

.hn-product-summary form.variations_form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.hn-product-summary form.variations_form .variations {
  width: 100%;
  margin: 0;
  border: 0;
}

.hn-product-summary form.variations_form .variations tbody,
.hn-product-summary form.variations_form .variations tr,
.hn-product-summary form.variations_form .variations th,
.hn-product-summary form.variations_form .variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
}

.hn-product-summary form.variations_form .variations tr + tr {
  margin-top: 0.7rem;
}

.hn-product-summary form.variations_form .variations label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--hn-ink);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hn-product-summary form.variations_form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(17, 24, 42, 0.1);
  border-radius: 16px;
  background: #fff;
  color: var(--hn-ink);
  font: inherit;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(17, 24, 42, 0.06);
}

.hn-product-summary form.variations_form .reset_variations {
  display: inline-flex;
  margin-top: 0.45rem;
  color: var(--hn-muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.hn-product-summary form.variations_form .single_variation_wrap {
  display: grid;
  gap: 0.8rem;
}

.hn-product-summary form.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

.hn-product-assurance {
  display: grid;
  gap: 0.5rem;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(17, 24, 42, 0.08);
  border-bottom: 1px solid rgba(17, 24, 42, 0.08);
}

.hn-product-assurance span {
  position: relative;
  padding-left: 1.65rem;
  color: #2f3a52;
  font-weight: 700;
}

.hn-product-assurance span::before {
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 0.82rem;
  height: 0.42rem;
  border-bottom: 2px solid var(--hn-accent);
  border-left: 2px solid var(--hn-accent);
  content: "";
  transform: rotate(-45deg);
}

.hn-product-sticky-cart {
  position: fixed;
  right: clamp(1.4rem, 3vw, 2.5rem);
  bottom: clamp(1rem, 2vw, 1.5rem);
  left: clamp(1.4rem, 3vw, 2.5rem);
  z-index: 88;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  max-width: 700px;
  margin-inline: auto;
  padding: 0.72rem 0.76rem 0.72rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.52)),
    rgba(255, 255, 255, 0.62);
  box-shadow:
    0 24px 70px rgba(17, 24, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(17, 24, 42, 0.04);
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 2rem));
  transition:
    opacity 0.24s ease,
    transform 0.3s ease,
    bottom 0.28s ease,
    box-shadow 0.28s ease;
  -webkit-backdrop-filter: blur(24px) saturate(1.28);
  backdrop-filter: blur(24px) saturate(1.28);
}

body.hn-product-sticky-cart-visible .hn-product-sticky-cart {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hn-product-sticky-cart.is-unavailable {
  display: none;
}

.hn-product-sticky-cart__summary {
  display: grid;
  min-width: 0;
  color: var(--hn-ink);
}

.hn-product-sticky-cart__summary strong {
  overflow: hidden;
  font-family: var(--hn-display);
  font-size: clamp(1.08rem, 1.4vw, 1.35rem);
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hn-product-sticky-cart__summary span {
  color: var(--hn-muted);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
}

.hn-product-sticky-cart__summary span :is(del, ins),
.hn-product-sticky-cart__summary span :is(.amount, bdi) {
  color: inherit;
  font: inherit;
}

.hn-product-sticky-cart__button {
  width: auto;
  min-width: clamp(9rem, 17vw, 12.5rem);
  min-height: 48px;
  padding-inline: 1.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #a43372, #4b81e2);
  color: #fff;
  box-shadow:
    0 15px 28px rgba(75, 129, 226, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.hn-product-sticky-cart__button:hover,
.hn-product-sticky-cart__button:focus-visible {
  background: linear-gradient(135deg, #8d2e71, #416fd0);
}

.hn-product-sticky-variants {
  position: fixed;
  inset: 0;
  z-index: 87;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.hn-product-sticky-variants__backdrop {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  min-height: 100%;
  border: 0;
  background:
    linear-gradient(180deg, rgba(17, 24, 42, 0.12), rgba(17, 24, 42, 0.26)),
    rgba(244, 247, 255, 0.28);
  backdrop-filter: blur(10px);
}

.hn-product-sticky-variants__panel {
  position: absolute;
  right: clamp(1.4rem, 3vw, 2.5rem);
  bottom: clamp(6.5rem, 8vw, 7.4rem);
  left: clamp(1.4rem, 3vw, 2.5rem);
  display: grid;
  gap: 0.9rem;
  max-width: 760px;
  margin-inline: auto;
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 28px 70px rgba(17, 24, 42, 0.22);
  opacity: 0;
  transform: translateY(1.1rem) scale(0.985);
  transition:
    opacity 0.24s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(20px);
}

body.hn-product-sticky-variants-open .hn-product-sticky-variants {
  opacity: 1;
  pointer-events: auto;
}

body.hn-product-sticky-variants-open .hn-product-sticky-variants__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hn-product-sticky-variants__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--hn-ink);
}

.hn-product-sticky-variants__head strong {
  font-family: var(--hn-display);
  font-size: clamp(1.2rem, 1.7vw, 1.45rem);
  line-height: 1;
}

.hn-product-sticky-variants__head button {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  min-height: 0;
  padding: 0;
  border-radius: 999px;
  background: #f3f5fb;
  color: var(--hn-ink);
  font-size: 1.35rem;
  line-height: 1;
  box-shadow: none;
}

.hn-product-sticky-variants__fields {
  display: grid;
  gap: 0.75rem;
}

.hn-product-sticky-variants__field {
  display: grid;
  gap: 0.35rem;
}

.hn-product-sticky-variants__field span {
  color: var(--hn-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hn-product-sticky-variants__select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(17, 24, 42, 0.12);
  border-radius: 16px;
  background: #fff;
  color: var(--hn-ink);
  font: inherit;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(17, 24, 42, 0.08);
}

.hn-product-sticky-variants__field.is-missing .hn-product-sticky-variants__select {
  border-color: rgba(164, 51, 114, 0.55);
  box-shadow:
    0 12px 24px rgba(17, 24, 42, 0.08),
    0 0 0 4px rgba(164, 51, 114, 0.1);
}

.hn-product-sticky-variants__submit {
  width: 100%;
  min-height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #a43372, #4b81e2);
  color: #fff;
  box-shadow: 0 16px 28px rgba(75, 129, 226, 0.22);
}

.hn-product-summary .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
  color: var(--hn-muted);
}

.hn-product-summary .product_meta .sku_wrapper {
  display: none;
}

.hn-product-info {
  padding-block: clamp(3rem, 7vw, 5.5rem);
}

.hn-product-info--above {
  padding-top: clamp(1.8rem, 4vw, 3rem);
}

.hn-product-info--below {
  padding-bottom: clamp(4rem, 8vw, 6.5rem);
}

.hn-product-info__header {
  display: grid;
  gap: 0.45rem;
  max-width: 48rem;
  margin-bottom: clamp(1.2rem, 3vw, 2rem);
}

.hn-product-info__header h2 {
  margin: 0;
  font-family: var(--hn-display);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
}

.hn-product-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.6vw, 1.15rem);
}

.hn-product-info__item {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 42, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 46px rgba(17, 24, 42, 0.06);
  backdrop-filter: blur(18px);
}

.hn-product-info__item:nth-child(5):last-child {
  grid-column: 1 / -1;
}

.hn-product-info__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 68px;
  padding: 1.05rem clamp(1.1rem, 2vw, 1.35rem);
  list-style: none;
  cursor: pointer;
  color: var(--hn-ink);
  font-family: var(--hn-display);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  font-weight: 850;
  line-height: 1.15;
}

.hn-product-info__item summary::-webkit-details-marker {
  display: none;
}

.hn-product-info__item summary::after {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(17, 24, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--hn-muted);
  content: "+";
  font-family: var(--hn-body);
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.hn-product-info__item[open] summary::after {
  background: var(--hn-ink);
  color: #fff;
  content: "-";
  transform: rotate(180deg);
}

.hn-product-info__content {
  padding: 0 clamp(1.1rem, 2vw, 1.35rem) 1.25rem;
  color: var(--hn-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.hn-product-info__content > * {
  margin-top: 0;
}

.hn-product-info__content > *:last-child {
  margin-bottom: 0;
}

.hn-product-info__content ul,
.hn-product-info__content ol {
  padding-left: 1.15rem;
}

.hn-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 1.2rem 1.5rem;
  border-top: 1px solid var(--hn-line);
  border-bottom: 1px solid var(--hn-line);
  color: var(--hn-muted);
}

.hn-story-panel h2,
.hn-band h2,
.hn-section-head h2,
.hn-checkout-banner h1,
.hn-account-content h2 {
  margin-top: 0;
  font-family: var(--hn-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.hn-checkout-banner-grid {
  padding: 2rem;
  border-radius: var(--hn-radius-lg);
  background: linear-gradient(135deg, #2c251d, #4b4034);
  color: #fef8f0;
}

.hn-checkout-grid {
  grid-template-columns: 1fr 380px;
  align-items: start;
}

.homineed-checkout {
  background:
    linear-gradient(180deg, #fbfdff 0%, #f1f5fb 100%);
}

/* --- Shell --- */

.homineed-checkout .hn-checkout-shell {
  padding-bottom: 5rem;
}

/* --- Banner --- */

.homineed-checkout .hn-checkout-banner {
  padding: 2.8rem 0 1.5rem;
}

.homineed-checkout .hn-checkout-banner-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: end;
  gap: 1.25rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid var(--hn-line);
  border-radius: 0;
  background: transparent;
  color: var(--hn-ink);
  box-shadow: none;
}

.homineed-checkout .hn-checkout-banner-copy > * {
  margin-top: 0;
}

.homineed-checkout .hn-checkout-banner-grid .hn-meta {
  margin: 0;
  max-width: 32rem;
  color: var(--hn-muted);
  font-size: 0.95rem;
}

.homineed-checkout .hn-checkout-banner h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.homineed-checkout .hn-checkout-banner-points {
  display: grid;
  gap: 0.85rem;
}

.homineed-checkout .hn-checkout-banner-point {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(17, 24, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.homineed-checkout .hn-checkout-banner-point strong {
  display: block;
  margin-bottom: 0.28rem;
  font-size: 0.94rem;
}

.homineed-checkout .hn-checkout-banner-point p {
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

/* --- Notices --- */

.homineed-checkout .hn-checkout-notices {
  margin-bottom: 0.5rem;
}

.homineed-checkout .hn-checkout-notices .woocommerce-info,
.homineed-checkout .hn-checkout-notices .woocommerce-message,
.homineed-checkout .hn-checkout-notices .woocommerce-error {
  margin: 0 0 1rem;
  padding: 1rem 1.25rem;
  border-radius: 14px;
  font-size: 0.9rem;
}

/* --- Coupon --- */

.homineed-checkout .checkout_coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: end;
  margin: 0 0 1.25rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--hn-line);
  border-radius: 16px;
  background: var(--hn-panel-strong);
}

.homineed-checkout .checkout_coupon .form-row {
  margin: 0;
}

.homineed-checkout .checkout_coupon .form-row-first,
.homineed-checkout .checkout_coupon .form-row-last {
  float: none;
  width: auto;
}

/* --- Body + Grid --- */

.homineed-checkout .hn-checkout-body {
  padding-top: 1.75rem;
}

.homineed-checkout .hn-checkout-grid {
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 2rem;
}

.homineed-checkout .hn-checkout-main,
.homineed-checkout .hn-checkout-sidebar {
  display: grid;
  gap: 1rem;
  align-content: start;
}

/* --- Panels --- */

.homineed-checkout .hn-checkout-panel {
  padding: 2rem;
  border: 1px solid rgba(17, 24, 42, 0.07);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(17, 24, 42, 0.05);
  backdrop-filter: none;
}

.homineed-checkout .hn-checkout-panel-sticky {
  top: 1.4rem;
}

.homineed-checkout .hn-checkout-prelude p:last-child,
.homineed-checkout .hn-checkout-section-lead p:last-child {
  margin-bottom: 0;
}

.homineed-checkout .hn-checkout-stack {
  margin: 0;
}

.homineed-checkout .hn-checkout-section-lead {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--hn-line);
}

.homineed-checkout .hn-checkout-section-lead .hn-eyebrow,
.homineed-checkout .hn-checkout-prelude .hn-eyebrow {
  margin-bottom: 0.4rem;
}

.homineed-checkout .hn-checkout-summary-copy {
  margin: 0 0 1.35rem;
  color: var(--hn-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* --- Section headings --- */

.homineed-checkout .hn-checkout-main h2,
.homineed-checkout .hn-checkout-main h3,
.homineed-checkout .hn-checkout-sidebar h2 {
  margin: 0 0 1.25rem;
  font-family: var(--hn-display);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

/* --- Form field grid --- */

.homineed-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.homineed-checkout .woocommerce-shipping-fields {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--hn-line);
}

.homineed-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.homineed-checkout .woocommerce-additional-fields {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--hn-line);
}

.homineed-checkout .woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.homineed-checkout .woocommerce form .form-row {
  float: none;
  width: auto;
  margin: 0;
}

.homineed-checkout .woocommerce form .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.homineed-checkout .woocommerce form .form-row-wide {
  grid-column: 1 / -1;
}

.homineed-checkout #billing_address_1_field,
.homineed-checkout #billing_address_2_field,
.homineed-checkout #shipping_address_1_field,
.homineed-checkout #shipping_address_2_field,
.homineed-checkout #order_comments_field {
  grid-column: 1 / -1;
}

.homineed-checkout #billing_first_name_field { order: 10; }
.homineed-checkout #billing_last_name_field { order: 20; }
.homineed-checkout #billing_email_field { order: 30; }
.homineed-checkout #billing_phone_field { order: 40; }
.homineed-checkout #billing_country_field { order: 50; }
.homineed-checkout #billing_state_field { order: 60; }
.homineed-checkout #billing_address_1_field { order: 70; }
.homineed-checkout #billing_address_2_field { order: 80; }
.homineed-checkout #billing_city_field { order: 90; }
.homineed-checkout #billing_postcode_field { order: 100; }
.homineed-checkout #order_comments_field { order: 110; }
.homineed-checkout #shipping_first_name_field { order: 10; }
.homineed-checkout #shipping_last_name_field { order: 20; }
.homineed-checkout #shipping_country_field { order: 30; }
.homineed-checkout #shipping_state_field { order: 40; }
.homineed-checkout #shipping_address_1_field { order: 50; }
.homineed-checkout #shipping_address_2_field { order: 60; }
.homineed-checkout #shipping_city_field { order: 70; }
.homineed-checkout #shipping_postcode_field { order: 80; }

/* --- Labels --- */

.homineed-checkout .woocommerce form .form-row label {
  display: block;
  margin: 0 0 0.4rem;
  color: var(--hn-ink);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.homineed-checkout .woocommerce form .form-row label .optional {
  color: var(--hn-muted);
  font-weight: 400;
  font-size: 0.78rem;
}

.homineed-checkout .woocommerce form .form-row label .required {
  color: var(--hn-accent);
}

/* --- Inputs --- */

.homineed-checkout .woocommerce form .form-row input.input-text,
.homineed-checkout .woocommerce form .form-row textarea,
.homineed-checkout .woocommerce form .form-row select {
  width: 100%;
  min-height: 48px;
  padding: 0 1rem;
  border: 1px solid rgba(17, 24, 42, 0.12);
  border-radius: 12px;
  background: var(--hn-bg);
  font-size: 0.92rem;
  color: var(--hn-ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.homineed-checkout .woocommerce form .form-row textarea {
  min-height: 170px;
  padding: 0.85rem 1rem;
  resize: vertical;
}

.homineed-checkout .woocommerce form .form-row input.input-text:focus,
.homineed-checkout .woocommerce form .form-row textarea:focus,
.homineed-checkout .woocommerce form .form-row select:focus {
  border-color: var(--hn-accent);
  outline: none;
  box-shadow: 0 0 0 3px rgba(141, 46, 113, 0.08);
}

.homineed-checkout .woocommerce form .form-row input.input-text::placeholder {
  color: var(--hn-muted);
  opacity: 0.65;
}

.homineed-checkout .woocommerce form .form-row .select2-container {
  width: 100% !important;
}

.homineed-checkout .woocommerce form .form-row .select2-selection--single {
  min-height: 48px;
  border: 1px solid rgba(17, 24, 42, 0.12);
  border-radius: 12px;
  background: var(--hn-bg);
}

.homineed-checkout .woocommerce form .form-row .select2-selection--single .select2-selection__rendered {
  padding: 0 2.6rem 0 1rem;
  color: var(--hn-ink);
  line-height: 46px;
}

.homineed-checkout .woocommerce form .form-row .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 0.65rem;
}

.homineed-checkout .woocommerce form .form-row .select2-selection--single .select2-selection__placeholder {
  color: var(--hn-muted);
  opacity: 0.65;
}

.homineed-checkout .woocommerce form .form-row .select2-container--focus .select2-selection--single,
.homineed-checkout .woocommerce form .form-row .select2-container--open .select2-selection--single {
  border-color: var(--hn-accent);
  box-shadow: 0 0 0 3px rgba(141, 46, 113, 0.08);
}

.homineed-checkout .hn-checkout-context {
  margin: 0 0 1rem;
  color: var(--hn-muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.homineed-checkout .hn-checkout-context-muted {
  margin-bottom: 0.85rem;
}

/* --- Order review table --- */

.homineed-checkout .woocommerce-checkout-review-order-table {
  border-collapse: collapse;
}

.homineed-checkout .woocommerce-checkout-review-order-table thead th {
  padding: 0 0 0.75rem;
  border: 0;
  color: var(--hn-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.homineed-checkout .woocommerce-checkout-review-order-table tbody td,
.homineed-checkout .woocommerce-checkout-review-order-table tbody th {
  padding: 0.9rem 0;
  border-top: 1px solid var(--hn-line);
  font-size: 0.9rem;
}

.homineed-checkout .woocommerce-checkout-review-order-table tbody .product-name {
  font-weight: 600;
}

.homineed-checkout .woocommerce-checkout-review-order-table tfoot th,
.homineed-checkout .woocommerce-checkout-review-order-table tfoot td {
  padding: 0.9rem 0;
  border-top: 1px solid var(--hn-line);
}

.homineed-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child th,
.homineed-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child td {
  padding-top: 1rem;
  border-top: 2px solid var(--hn-ink);
  font-family: var(--hn-display);
  font-size: 1.1rem;
  font-weight: 700;
}

/* --- Payment methods --- */

.homineed-checkout .woocommerce-checkout-payment {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--hn-line);
  background: transparent !important;
}

.homineed-checkout .wc_payment_methods {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 0 0 1.25rem;
  list-style: none;
}

.homineed-checkout .wc_payment_method {
  margin: 0;
  padding: 1rem 1.15rem;
  border: 1.5px solid var(--hn-line);
  border-radius: 14px;
  background: var(--hn-bg);
  transition: border-color 0.2s ease;
  cursor: pointer;
}

.homineed-checkout .wc_payment_method:has(input:checked) {
  border-color: var(--hn-accent);
  background: rgba(141, 46, 113, 0.03);
}

.homineed-checkout .wc_payment_method > label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
}

.homineed-checkout .wc_payment_method > input[type="radio"] {
  accent-color: var(--hn-accent);
}

.homineed-checkout .payment_box {
  margin: 0.85rem 0 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid var(--hn-line);
  background: transparent !important;
  font-size: 0.84rem;
  color: var(--hn-muted);
  line-height: 1.55;
}

.homineed-checkout .hn-checkout-summary-note,
.homineed-checkout .hn-checkout-payment-note {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(17, 24, 42, 0.08);
  border-radius: 14px;
  background: rgba(245, 247, 255, 0.82);
}

.homineed-checkout .hn-checkout-summary-note strong,
.homineed-checkout .hn-checkout-payment-note strong {
  font-size: 0.88rem;
}

.homineed-checkout .hn-checkout-summary-note span,
.homineed-checkout .hn-checkout-payment-note span {
  color: var(--hn-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

/* --- Place order button --- */

.homineed-checkout .form-row.place-order {
  padding-top: 0.75rem;
}

.homineed-checkout .form-row.place-order .button,
.homineed-checkout .form-row.place-order button {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #8f285f, #3b73d4);
  box-shadow: 0 8px 24px rgba(143, 40, 95, 0.2);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.homineed-checkout .form-row.place-order .button:hover,
.homineed-checkout .form-row.place-order button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(143, 40, 95, 0.28);
}

.homineed-checkout .checkout_coupon .button,
.homineed-checkout .checkout_coupon button {
  min-height: 48px;
  border-radius: 12px;
  background: var(--hn-ink);
  box-shadow: none;
}

.homineed-checkout .checkout_coupon .button:hover,
.homineed-checkout .checkout_coupon button:hover {
  background: #243149;
}

/* --- Terms & conditions --- */

.homineed-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1rem;
  font-size: 0.82rem;
  color: var(--hn-muted);
  line-height: 1.55;
}

.homineed-checkout .woocommerce-privacy-policy-text {
  font-size: 0.8rem;
  color: var(--hn-muted);
  line-height: 1.55;
}

/* --- Ship to different address toggle --- */

.homineed-checkout #ship-to-different-address {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 1.5rem 0 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--hn-line);
  border-radius: 14px;
  background: var(--hn-bg);
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
}

.homineed-checkout #ship-to-different-address input[type="checkbox"] {
  accent-color: var(--hn-accent);
}

/* --- Sidebar trust strip --- */

.homineed-checkout .hn-checkout-sidebar .hn-eyebrow {
  margin-bottom: 0.35rem;
}

.homineed-checkout .hn-checkout-sidebar h2 {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--hn-line);
}

.homineed-checkout .hn-checkout-support-panel h2 {
  margin-bottom: 1rem;
  padding-bottom: 0;
  border-bottom: 0;
}

.homineed-checkout .hn-checkout-guidance {
  display: grid;
  gap: 0.7rem;
}

.homineed-checkout .hn-checkout-guidance-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--hn-line);
  border-radius: 14px;
  color: var(--hn-ink);
  text-decoration: none;
  background: var(--hn-bg);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.homineed-checkout .hn-checkout-guidance-item:hover {
  border-color: rgba(59, 115, 212, 0.28);
  transform: translateY(-1px);
}

.homineed-checkout .hn-checkout-guidance-item span {
  font-weight: 600;
}

.hn-checkout-sidebar .shop_table,
.hn-checkout-sidebar table {
  width: 100%;
}

.hn-auth-grid {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
}

.hn-auth-panel {
  padding: 2rem;
  border-radius: var(--hn-radius-lg);
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.9), rgba(236, 226, 210, 0.78));
  box-shadow: var(--hn-shadow);
}

.hn-auth-alert {
  margin: 0 0 1rem;
  padding: 12px 14px;
  border: 1px solid rgba(163, 59, 52, 0.25);
  border-radius: 6px;
  background: rgba(163, 59, 52, 0.08);
  color: #6d201c;
}

.hn-product-card {
  display: grid;
  gap: 0.9rem;
}

.hn-product-card-media {
  display: block;
  aspect-ratio: 4 / 5;
  border-radius: var(--hn-radius-md);
  background: linear-gradient(135deg, #d9cab7, #998169);
  overflow: hidden;
}

.hn-product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hn-product-card-title {
  font-family: var(--hn-display);
  font-size: 1.35rem;
}

.hn-product-card-price {
  color: var(--hn-muted);
}

.hn-richtext {
  font-size: 1.03rem;
}

.hn-archive-copy > * {
  margin-top: 0;
}

.hn-richtext > *:first-child {
  margin-top: 0;
}

.hn-legal-document {
  display: grid;
  gap: 1.6rem;
}

.hn-legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  color: var(--hn-muted);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hn-legal-intro {
  max-width: 56rem;
  margin: 0;
  color: var(--hn-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.65;
}

.hn-legal-notice {
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: rgba(255, 251, 244, 0.72);
  color: rgba(26, 24, 22, 0.76);
  padding: 1.1rem 1.25rem;
  box-shadow: var(--hn-shadow);
}

.hn-legal-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.5rem;
}

.hn-legal-card {
  display: grid;
  gap: 0.75rem;
  min-height: 14rem;
  padding: 1.3rem;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: rgba(255, 251, 244, 0.78);
  color: var(--hn-ink);
  text-decoration: none;
  box-shadow: var(--hn-shadow);
  backdrop-filter: blur(22px);
}

.hn-legal-card span {
  color: var(--hn-muted);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hn-legal-card strong {
  font-family: var(--hn-display);
  font-size: 1.45rem;
  line-height: 1.05;
}

.hn-legal-card p {
  margin: 0;
  color: var(--hn-muted);
  line-height: 1.55;
}

.hn-legal-card:hover {
  transform: translateY(-2px);
}

.hn-legal-layout {
  display: grid;
  grid-template-columns: minmax(13rem, 0.28fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.hn-legal-toc {
  position: sticky;
  top: 8rem;
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: rgba(255, 251, 244, 0.72);
  box-shadow: var(--hn-shadow);
  backdrop-filter: blur(22px);
}

.hn-legal-toc a {
  color: rgba(26, 24, 22, 0.66);
  font-size: 0.9rem;
  line-height: 1.35;
  text-decoration: none;
}

.hn-legal-toc a:hover {
  color: var(--hn-ink);
}

.hn-legal-content {
  display: grid;
  gap: 2rem;
}

.hn-legal-section {
  scroll-margin-top: 7rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--hn-line);
}

.hn-legal-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.hn-legal-section h2 {
  margin: 0 0 0.9rem;
  font-family: var(--hn-display);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.08;
}

.hn-legal-section p {
  margin: 0.75rem 0 0;
  color: var(--hn-muted);
  line-height: 1.72;
}

.hn-legal-table-wrap {
  width: 100%;
  margin-top: 1rem;
  overflow-x: auto;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: rgba(255, 251, 244, 0.7);
}

.hn-legal-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 42rem;
}

.hn-legal-table th,
.hn-legal-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--hn-line);
  text-align: left;
  vertical-align: top;
  line-height: 1.45;
}

.hn-legal-table th {
  color: var(--hn-ink);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hn-legal-table td {
  color: var(--hn-muted);
}

.hn-legal-table tr:last-child th,
.hn-legal-table tr:last-child td {
  border-bottom: 0;
}

body.homineed-legal-page .hn-copy-grid,
body.homineed-legal-page .hn-richtext,
.hn-legal-document,
.hn-legal-layout,
.hn-legal-content {
  min-width: 0;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.5rem;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: var(--hn-panel);
  box-shadow: var(--hn-shadow);
}

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
  border-radius: var(--hn-radius-md);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--hn-display);
  font-size: 1.35rem;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: var(--hn-muted);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 52px;
  border: 1px solid var(--hn-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
}

.woocommerce-checkout-review-order-table,
.shop_table,
.woocommerce table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top: 0;
  border-radius: var(--hn-radius-sm);
  background: rgba(255, 251, 244, 0.92);
}

body.home {
  background:
    radial-gradient(circle at 10% 0%, rgba(186, 154, 118, 0.26), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(58, 71, 64, 0.16), transparent 26%),
    linear-gradient(180deg, #f8f1e8 0%, #efe5d7 100%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding-top: 1rem;
}

.hn-header-utility {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
  color: var(--hn-muted);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hn-sitebar {
  padding: 0.9rem 1.2rem;
  border: 1px solid rgba(32, 24, 17, 0.08);
  border-radius: 999px;
  background: rgba(248, 241, 232, 0.72);
  backdrop-filter: blur(22px);
  box-shadow: 0 12px 40px rgba(32, 24, 17, 0.06);
}

.hn-brand-lockup {
  display: grid;
  gap: 0.1rem;
}

.hn-brand-note {
  color: var(--hn-muted);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hn-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hn-nav-list a,
.hn-header-link {
  position: relative;
  color: var(--hn-muted);
  font-size: 0.94rem;
}

.hn-nav-list a::after,
.hn-header-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.3rem;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.hn-nav-list a:hover::after,
.hn-header-link:hover::after {
  transform: scaleX(1);
}

.hn-header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hn-header-button {
  min-height: 46px;
  padding: 0 1.15rem;
  background: linear-gradient(135deg, #241b15, #5a4330);
  box-shadow: 0 14px 28px rgba(32, 24, 17, 0.12);
}

.hn-home-shell {
  overflow: clip;
}

.hn-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--hn-ink);
  font-size: 0.94rem;
  letter-spacing: 0.02em;
}

.hn-text-link::after {
  content: "↗";
}

.hn-hero {
  padding-top: 1.4rem;
}

.hn-hero-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.4rem;
  color: var(--hn-muted);
}

.hn-hero-banner span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.95rem;
  border: 1px solid rgba(32, 24, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.66);
}

.hn-hero-grid {
  min-height: min(82vh, 860px);
  grid-template-columns: 1.05fr 0.95fr;
}

.hn-hero-copy {
  max-width: 40rem;
}

.hn-hero-lead {
  font-size: 1.18rem;
}

.hn-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.hn-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 1.2rem;
}

.hn-hero-facts article,
.hn-manifesto-notes article {
  padding: 1.1rem 1.15rem 1.2rem;
  border: 1px solid var(--hn-line);
  border-radius: 22px;
  background: rgba(255, 250, 244, 0.58);
}

.hn-hero-facts strong,
.hn-manifesto-notes strong,
.hn-signature-copy strong,
.hn-collection-card strong {
  display: block;
  font-family: var(--hn-display);
  line-height: 1.04;
}

.hn-hero-note {
  max-width: 33rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--hn-line);
}

.hn-hero-stage {
  min-height: 640px;
}

.hn-stage-panel {
  overflow: hidden;
}

.hn-stage-panel-primary {
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.1), rgba(24, 17, 13, 0.16)),
    radial-gradient(circle at 20% 20%, rgba(246, 219, 186, 0.6), transparent 34%),
    linear-gradient(135deg, #b58d67, #6f5440);
}

.hn-stage-panel-secondary {
  inset: 18% 0 26% 42%;
  background:
    linear-gradient(135deg, rgba(255, 251, 244, 0.16), rgba(255, 251, 244, 0)),
    linear-gradient(180deg, #3d4840, #171b18);
}

.hn-stage-panel-tertiary {
  position: absolute;
  right: 7%;
  bottom: 0;
  width: min(280px, 72%);
  padding: 1.25rem;
  border: 1px solid rgba(32, 24, 17, 0.08);
  border-radius: 26px;
  background: rgba(250, 245, 239, 0.84);
  box-shadow: var(--hn-shadow);
}

.hn-stage-panel-tertiary strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--hn-display);
  font-size: 1.5rem;
  line-height: 1.02;
}

.hn-stage-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.76);
  color: var(--hn-ink);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hn-manifesto-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 2rem;
  align-items: start;
}

.hn-manifesto-notes {
  display: grid;
  gap: 1rem;
}

.hn-section-head {
  display: grid;
  gap: 0.5rem;
  max-width: 46rem;
  margin-bottom: 1.75rem;
}

.hn-signature-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 1.25rem;
}

.hn-signature-card {
  display: grid;
  gap: 1rem;
}

.hn-signature-media {
  position: relative;
  min-height: 420px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--hn-shadow);
}

.hn-signature-media-1 {
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.1), rgba(24, 17, 13, 0.18)),
    radial-gradient(circle at 18% 18%, rgba(240, 218, 189, 0.52), transparent 34%),
    linear-gradient(145deg, #bf946d, #6f5440);
}

.hn-signature-media-2 {
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.08), rgba(24, 17, 13, 0.2)),
    radial-gradient(circle at 70% 20%, rgba(230, 210, 189, 0.28), transparent 30%),
    linear-gradient(145deg, #49544c, #202521);
}

.hn-signature-media-3 {
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.08), rgba(24, 17, 13, 0.18)),
    radial-gradient(circle at 32% 72%, rgba(226, 198, 165, 0.42), transparent 30%),
    linear-gradient(145deg, #9c8468, #55483b);
}

.hn-signature-copy {
  display: grid;
  gap: 0.45rem;
}

.hn-signature-copy strong {
  font-size: 1.7rem;
}

.hn-signature-price {
  color: var(--hn-muted);
}

.hn-collection-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 1.25rem;
}

.hn-collection-card {
  position: relative;
  min-height: 440px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 244, 232, 0.14);
  border-radius: 30px;
  overflow: hidden;
  color: #f9f2ea;
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.08), rgba(10, 8, 7, 0.36)),
    linear-gradient(145deg, #836650, #2e2520);
  box-shadow: var(--hn-shadow);
}

.hn-collection-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.08), rgba(10, 8, 7, 0.38)),
    linear-gradient(145deg, #39443d, #181b18);
}

.hn-collection-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.08), rgba(10, 8, 7, 0.36)),
    linear-gradient(145deg, #ab8d6b, #59483a);
}

.hn-collection-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(249, 242, 234, 0.24);
  border-radius: 50%;
  color: rgba(249, 242, 234, 0.8);
}

.hn-collection-card-inner {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: grid;
  gap: 0.7rem;
}

.hn-collection-card strong {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.hn-collection-card .hn-card-kicker,
.hn-collection-card p,
.hn-collection-card .hn-text-link {
  color: rgba(249, 242, 234, 0.82);
}

.hn-service-shell .hn-feature-card {
  min-height: 280px;
  background: linear-gradient(180deg, rgba(30, 22, 18, 0.94), rgba(53, 41, 33, 0.94));
  color: #f7f0e7;
}

.hn-service-shell .hn-feature-card p,
.hn-service-shell .hn-feature-card .hn-eyebrow {
  color: rgba(247, 240, 231, 0.72);
}

.hn-journal-shell {
  padding-bottom: 6rem;
}

.hn-journal-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 1.5rem;
  align-items: stretch;
}

.hn-journal-copy,
.hn-journal-quote {
  padding: 2rem;
  border: 1px solid var(--hn-line);
  border-radius: 30px;
  background: rgba(252, 248, 243, 0.72);
  box-shadow: var(--hn-shadow);
}

.hn-journal-quote {
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(180deg, rgba(250, 245, 239, 0.3), rgba(250, 245, 239, 0.74)),
    linear-gradient(145deg, #dcc3a3, #f7efe5);
}

.hn-journal-quote p {
  margin: 0;
  font-family: var(--hn-display);
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: 1.02;
}

@media (max-width: 1180px) {
  .hn-product-hero .hn-container {
    width: calc(100vw - 32px);
    max-width: 1040px;
  }

  .hn-product-grid {
    grid-template-columns: 1fr;
    gap: clamp(1rem, 3vw, 1.5rem);
  }

  .hn-product-summary[data-sticky-rail] {
    position: static;
  }

  .hn-product-gallery {
    display: block;
    min-height: 0;
  }

  .hn-product-gallery__thumbs,
  .hn-product-gallery__stage {
    display: none;
  }

  .hn-product-gallery__mobile-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(18rem, 68vw, 38rem);
    gap: clamp(0.85rem, 2.8vw, 1.2rem);
    overflow-x: auto;
    padding: 0.15rem max(0.15rem, env(safe-area-inset-left)) 0.8rem;
    scroll-padding-inline: max(0.15rem, env(safe-area-inset-left));
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .hn-product-gallery__mobile-strip::-webkit-scrollbar {
    display: none;
  }

  .hn-product-gallery__mobile-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 42, 0.08);
    border-radius: 28px;
    aspect-ratio: 4 / 5;
    background:
      radial-gradient(circle at 70% 84%, rgba(216, 220, 255, 0.32), transparent 42%),
      linear-gradient(145deg, #ffffff 0%, #f6f8ff 100%);
    box-shadow: 0 24px 60px rgba(17, 24, 42, 0.12);
    scroll-snap-align: start;
  }

  .hn-product-gallery__mobile-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hn-product-gallery__mobile-card figcaption {
    position: absolute;
    right: 0.9rem;
    bottom: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.1rem;
    min-height: 2.5rem;
    padding-inline: 0.75rem;
    border-radius: 999px;
    background: rgba(17, 24, 42, 0.92);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(17, 24, 42, 0.18);
  }

  .hn-product-summary {
    gap: clamp(0.85rem, 2.4vw, 1.15rem);
    border-radius: 30px;
  }

  .hn-product-summary .product_title {
    order: 1;
  }

  .hn-product-summary .woocommerce-product-rating {
    order: 2;
  }

  .hn-product-summary .price {
    order: 3;
  }

  .hn-product-summary form.cart {
    order: 4;
  }

  .hn-product-summary__topline {
    order: 5;
  }

  .hn-product-summary .woocommerce-product-details__short-description {
    order: 6;
  }

  .hn-product-assurance {
    order: 7;
  }

  .hn-product-summary .product_meta {
    order: 8;
  }

  .hn-product-summary form.cart {
    display: grid;
    grid-template-columns: minmax(5.2rem, auto) minmax(0, 1fr);
  }

  .hn-product-summary form.cart .quantity {
    justify-content: center;
  }

  .hn-product-summary form.cart .single_add_to_cart_button {
    width: 100%;
    justify-content: center;
  }

  body.single-product {
    padding-bottom: calc(178px + env(safe-area-inset-bottom));
  }

  .hn-product-sticky-cart {
    position: fixed;
    right: clamp(0.8rem, 3vw, 1.25rem);
    bottom: calc(80px + env(safe-area-inset-bottom));
    left: clamp(0.8rem, 3vw, 1.25rem);
    z-index: 88;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.8rem;
    align-items: center;
    padding: 0.72rem 0.76rem 0.72rem clamp(0.95rem, 3vw, 1.2rem);
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 28px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.52)),
      rgba(255, 255, 255, 0.62);
    box-shadow:
      0 22px 62px rgba(17, 24, 42, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      inset 0 -1px 0 rgba(17, 24, 42, 0.04);
    -webkit-backdrop-filter: blur(24px) saturate(1.28);
    backdrop-filter: blur(24px) saturate(1.28);
    transition:
      opacity 0.24s ease,
      bottom 0.28s ease,
      transform 0.28s ease,
      box-shadow 0.28s ease;
  }

  .hn-product-sticky-cart__summary {
    display: grid;
    min-width: 0;
    color: var(--hn-ink);
  }

  .hn-product-sticky-cart__summary strong {
    overflow: hidden;
    font-family: var(--hn-display);
    font-size: clamp(1.1rem, 3.8vw, 1.45rem);
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hn-product-sticky-cart__summary span {
    color: var(--hn-muted);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
  }

  .hn-product-sticky-cart__summary span :is(del, ins),
  .hn-product-sticky-cart__summary span :is(.amount, bdi) {
    color: inherit;
    font: inherit;
  }

  .hn-product-sticky-cart__button {
    width: auto;
    min-width: clamp(8.5rem, 32vw, 12rem);
    min-height: 48px;
    padding-inline: 1.18rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #a43372, #4b81e2);
    color: #fff;
    box-shadow:
      0 15px 28px rgba(75, 129, 226, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .hn-product-sticky-cart__button:hover,
  .hn-product-sticky-cart__button:focus-visible {
    background: linear-gradient(135deg, #8d2e71, #416fd0);
  }

  body.hn-mobile-dock-hidden .hn-product-sticky-cart {
    bottom: calc(0.9rem + env(safe-area-inset-bottom));
    box-shadow:
      0 22px 62px rgba(17, 24, 42, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      inset 0 -1px 0 rgba(17, 24, 42, 0.04);
  }

  .hn-product-sticky-variants__panel {
    right: clamp(0.8rem, 3vw, 1.25rem);
    bottom: calc(158px + env(safe-area-inset-bottom));
    left: clamp(0.8rem, 3vw, 1.25rem);
  }

  body.hn-mobile-dock-hidden .hn-product-sticky-variants__panel {
    bottom: calc(6.7rem + env(safe-area-inset-bottom));
  }
}

@media (min-width: 641px) and (max-width: 1180px) {
  .hn-product-gallery__mobile-strip {
    grid-auto-columns: clamp(24rem, 62vw, 34rem);
  }

  .hn-product-gallery__mobile-card {
    aspect-ratio: 1 / 1.08;
  }

  .hn-product-summary .product_title {
    font-size: clamp(2.55rem, 6.4vw, 3.9rem);
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  body.single-product {
    padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  .hn-product-sticky-cart {
    right: 1rem;
    bottom: calc(80px + env(safe-area-inset-bottom));
    left: 1rem;
    max-width: 760px;
    margin-inline: auto;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 28px;
  }

  body.hn-mobile-dock-hidden .hn-product-sticky-cart {
    bottom: calc(1rem + env(safe-area-inset-bottom));
  }

  .hn-product-sticky-variants__panel {
    bottom: calc(158px + env(safe-area-inset-bottom));
  }

  body.hn-mobile-dock-hidden .hn-product-sticky-variants__panel {
    bottom: calc(6.8rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 980px) {
  .hn-hero-grid,
  .hn-product-grid,
  .hn-checkout-grid,
  .hn-auth-grid,
  .hn-sitebar,
  .hn-footer-grid,
  .hn-card-grid,
  .hn-card-grid-wide,
  .hn-legal-card-grid,
  .hn-feature-grid,
  .hn-proof-grid {
    grid-template-columns: 1fr;
  }

  .hn-legal-layout {
    grid-template-columns: 1fr;
  }

  .hn-legal-toc {
    position: static;
  }

  .hn-sitebar,
  .hn-footer-grid,
  .hn-nav-list,
  .hn-footer-links,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    display: grid;
  }

  .hn-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hn-product-summary[data-sticky-rail],
  .hn-checkout-panel-sticky {
    position: static;
  }

  .hn-product-gallery {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hn-product-gallery__thumbs {
    grid-row: 2;
    grid-auto-flow: column;
    grid-auto-columns: clamp(74px, 18vw, 96px);
    overflow-x: auto;
    padding: 0.25rem 0.1rem 0.35rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .hn-product-gallery__thumb {
    scroll-snap-align: start;
  }

  .hn-product-gallery__stage {
    min-height: clamp(420px, 72vw, 620px);
  }

  .hn-product-summary .product_title {
    font-size: clamp(2.35rem, 8vw, 4rem);
  }

  .hn-section {
    padding: 3.4rem 0;
  }

  .hn-hero-stage {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  body.homineed-legal-page {
    overflow-x: hidden;
  }

  body.homineed-legal-page .hn-editorial-page {
    padding-top: 3.2rem;
    padding-bottom: calc(7rem + env(safe-area-inset-bottom));
  }

  body.homineed-legal-page .hn-editorial-page > .hn-container {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin-inline: auto;
  }

  body.homineed-legal-page .hn-editorial-page .hn-eyebrow {
    margin-bottom: 0.7rem;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  body.homineed-legal-page .hn-editorial-page .hn-display {
    max-width: 100%;
    font-size: clamp(2.2rem, 10.8vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
  }

  body.homineed-legal-page .hn-richtext {
    width: 100%;
  }

  .hn-legal-document {
    gap: 1.05rem;
  }

  .hn-legal-meta {
    display: grid;
    gap: 0.28rem;
    font-size: 0.66rem;
    letter-spacing: 0.13em;
  }

  .hn-legal-intro {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hn-legal-notice {
    padding: 1rem;
    border-radius: 24px;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .hn-legal-card-grid {
    gap: 0.75rem;
  }

  .hn-legal-card {
    min-height: 0;
    gap: 0.55rem;
    padding: 1rem;
    border-radius: 24px;
  }

  .hn-legal-card span {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }

  .hn-legal-card strong {
    font-size: 1.28rem;
    line-height: 1.12;
  }

  .hn-legal-card p {
    font-size: 0.93rem;
    line-height: 1.5;
  }

  .hn-legal-layout {
    gap: 1rem;
  }

  .hn-legal-toc {
    gap: 0.35rem;
    padding: 0.75rem;
    border-radius: 22px;
  }

  .hn-legal-toc a {
    display: block;
    padding: 0.62rem 0.7rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.52);
    font-size: 0.84rem;
  }

  .hn-legal-section {
    padding-top: 1.25rem;
    scroll-margin-top: 5.5rem;
  }

  .hn-legal-section h2 {
    margin-bottom: 0.65rem;
    font-size: 1.35rem;
    line-height: 1.12;
  }

  .hn-legal-section p {
    margin-top: 0.65rem;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .hn-legal-table-wrap {
    border-radius: 20px;
  }

  .hn-legal-table {
    min-width: 0;
  }

  .hn-legal-table tr {
    display: block;
    border-bottom: 1px solid var(--hn-line);
  }

  .hn-legal-table tr:first-child {
    display: none;
  }

  .hn-legal-table tr:last-child {
    border-bottom: 0;
  }

  .hn-legal-table th,
  .hn-legal-table td {
    display: block;
    width: 100%;
    padding: 0.7rem 0.85rem;
    border-bottom: 0;
    font-size: 0.9rem;
  }

  .hn-legal-table td + td {
    padding-top: 0;
  }
}

@media (max-width: 380px) {
  body.homineed-legal-page .hn-editorial-page > .hn-container {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  body.homineed-legal-page .hn-editorial-page .hn-display {
    font-size: clamp(2rem, 10vw, 2.6rem);
  }

  .hn-legal-card,
  .hn-legal-notice,
  .hn-legal-toc {
    border-radius: 20px;
  }
}

@media (max-width: 640px) {
  .hn-product-gallery__stage {
    min-height: 360px;
    border-radius: 28px;
  }

  .hn-product-gallery__image {
    width: 92%;
    max-height: 340px;
  }

  .hn-product-gallery__caption {
    right: 1rem;
    left: auto;
    justify-content: center;
    font-size: 0.72rem;
  }

  .hn-product-summary {
    gap: 0.75rem;
    padding: 1.15rem;
    border-radius: 28px;
  }

  .hn-product-summary .product_title {
    max-width: 100%;
    font-size: clamp(1.95rem, 8vw, 2.25rem);
    line-height: 1;
    overflow-wrap: break-word;
  }

  .hn-product-summary form.cart {
    display: grid;
    grid-template-columns: minmax(4.8rem, 5.4rem) minmax(0, 1fr);
    min-width: 0;
  }

  .hn-product-summary form.cart .quantity,
  .hn-product-summary form.cart .single_add_to_cart_button {
    justify-content: center;
  }

  .hn-product-summary form.cart .quantity {
    width: auto;
    min-width: 0;
  }

  .hn-product-summary form.cart .quantity .qty {
    width: 4.25rem;
  }

  .hn-product-summary form.cart .single_add_to_cart_button {
    width: 100%;
    padding-inline: 1rem;
  }

  .hn-product-sticky-cart {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.58rem;
    padding: 0.62rem 0.64rem 0.62rem 0.82rem;
    border-radius: 26px;
  }

  .hn-product-sticky-cart__summary {
    display: grid;
  }

  .hn-product-sticky-cart__button {
    min-width: clamp(7.6rem, 38vw, 10rem);
    min-height: 46px;
    border-radius: 999px;
    padding-inline: 0.86rem;
    font-size: 0.88rem;
  }

  .hn-product-sticky-cart__summary strong {
    font-size: clamp(1rem, 4.4vw, 1.22rem);
  }

  .hn-product-sticky-cart__summary span {
    font-size: 0.84rem;
  }

  .hn-product-sticky-variants__panel {
    bottom: calc(150px + env(safe-area-inset-bottom));
    padding: 0.95rem;
    border-radius: 24px;
  }

  body.hn-mobile-dock-hidden .hn-product-sticky-variants__panel {
    bottom: calc(6.35rem + env(safe-area-inset-bottom));
  }
}

@media (max-width: 980px) {
  .hn-header-utility,
  .hn-header-actions,
  .hn-hero-actions,
  .hn-hero-facts,
  .hn-manifesto-grid,
  .hn-signature-grid,
  .hn-collection-grid,
  .hn-journal-grid {
    grid-template-columns: 1fr;
  }

  .hn-header-utility,
  .hn-header-actions,
  .hn-hero-actions,
  .hn-hero-banner {
    display: grid;
  }

  .hn-nav {
    justify-content: start;
  }

  .hn-signature-media,
  .hn-collection-card {
    min-height: 320px;
  }

  .hn-stage-panel-tertiary {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
  }

  .homineed-checkout .hn-checkout-banner-grid,
  .homineed-checkout .hn-checkout-grid,
  .homineed-checkout .checkout_coupon,
  .homineed-checkout .woocommerce-billing-fields__field-wrapper,
  .homineed-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .homineed-checkout .hn-checkout-banner-grid .hn-meta {
    justify-self: start;
    max-width: none;
  }
}

.hn-button,
.button,
button,
input[type="submit"] {
  background: linear-gradient(135deg, #8f285f, #3b73d4);
  box-shadow: 0 14px 28px rgba(56, 90, 171, 0.18);
}

.hn-button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
  background: linear-gradient(135deg, #a43372, #4b81e2);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid rgba(17, 24, 42, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(17, 24, 42, 0.06);
  will-change: transform, opacity;
  transition: transform 0.28s ease, opacity 0.22s ease, box-shadow 0.22s ease;
}

body.hn-header-hidden .site-header {
  transform: translate3d(0, calc(-100% - 10px), 0);
  opacity: 0.98;
  box-shadow: none;
}

.hn-header-main-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.72rem 0;
}

.hn-brand {
  display: flex;
  align-items: center;
  color: var(--hn-ink);
}

.hn-brand-mark {
  display: inline-flex;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hn-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hn-searchbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 42, 0.1);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 24, 42, 0.06);
}

.hn-searchbar input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--hn-ink);
  font: inherit;
}

.hn-searchbar input {
  padding: 0 1rem;
}

.hn-searchbar input:focus {
  outline: none;
}

.hn-searchbar button {
  min-width: 84px;
  min-height: 46px;
  border-radius: 0;
  box-shadow: none;
}

.hn-header-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  min-width: 0;
}

.hn-desktop-menu,
.hn-desktop-link {
  position: relative;
  flex: 0 0 auto;
}

.hn-desktop-link,
.hn-desktop-menu summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 42px;
  padding: 0 0.8rem;
  border: 1px solid rgba(17, 24, 42, 0.08);
  border-radius: 999px;
  background: #fff;
  color: var(--hn-ink);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(17, 24, 42, 0.04);
  transition: transform 0.22s ease, background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, color 0.24s ease;
}

.hn-desktop-menu summary {
  list-style: none;
}

.hn-desktop-menu summary::-webkit-details-marker {
  display: none;
}

.hn-header-tab-icon {
  display: inline-flex;
  width: 0.95rem;
  height: 0.95rem;
  color: #4564ac;
  flex: 0 0 auto;
  transition: color 0.22s ease, transform 0.22s ease;
}

.hn-header-tab-icon svg {
  width: 100%;
  height: 100%;
}

.hn-desktop-menu summary::after {
  content: "▾";
  font-size: 0.76rem;
  color: #4564ac;
  transition: color 0.22s ease, transform 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
  .hn-desktop-link:hover,
  .hn-desktop-menu summary:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #fbfcff, #eef4ff);
    border-color: rgba(69, 100, 172, 0.18);
    box-shadow: 0 12px 26px rgba(69, 100, 172, 0.12);
    color: #182440;
  }

  .hn-desktop-link:hover .hn-header-tab-icon,
  .hn-desktop-menu summary:hover .hn-header-tab-icon,
  .hn-desktop-menu summary:hover::after {
    color: #335daa;
  }
}

.hn-desktop-link.is-current,
.hn-desktop-link[aria-current="page"],
.hn-desktop-menu.is-current > summary,
.hn-desktop-menu[open] > summary {
  background: linear-gradient(135deg, #eef4ff, #f4efff);
  border-color: rgba(69, 100, 172, 0.24);
  box-shadow: 0 10px 24px rgba(69, 100, 172, 0.12);
}

.hn-header-dropdown-panel {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  display: grid;
  gap: 0.28rem;
  min-width: 220px;
  padding: 0.55rem;
  border: 1px solid rgba(17, 24, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 18px 44px rgba(17, 24, 42, 0.12);
}

.hn-desktop-menu-discover .hn-header-dropdown-panel {
  left: 0;
  right: auto;
}

.hn-desktop-menu-account .hn-header-dropdown-panel {
  left: auto;
  right: 0;
}

.hn-header-dropdown-panel a {
  padding: 0.68rem 0.78rem;
  border-radius: 12px;
  color: var(--hn-ink);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.hn-header-dropdown-panel a:hover {
  background: #f3f6fc;
}

.hn-header-account-panel {
  min-width: 248px;
  gap: 0.8rem;
}

.hn-header-panel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Market switcher UI — reserved for future multi-market expansion.
   No HTML elements use these classes in the current single-market setup. */

.hn-market-summary {
  display: grid;
  gap: 0.2rem;
}

.hn-market-summary-label {
  color: var(--hn-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hn-market-summary strong {
  font-size: 1rem;
  line-height: 1.1;
}

.hn-market-group {
  display: grid;
  gap: 0.55rem;
}

.hn-market-group-title {
  color: var(--hn-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hn-market-group-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hn-market-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 0.8rem;
  border: 1px solid rgba(17, 24, 42, 0.08);
  border-radius: 999px;
  background: #fff;
  color: var(--hn-ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: none;
}

.hn-market-option.is-active {
  border-color: rgba(69, 100, 172, 0.24);
  background: #edf3ff;
  color: #264a8f;
}

.hn-mobile-dock,
.hn-mobile-drawer {
  display: none;
}

body.home {
  background:
    radial-gradient(circle at 0% 0%, rgba(143, 40, 95, 0.11), transparent 32%),
    radial-gradient(circle at 100% 0%, rgba(59, 115, 212, 0.12), transparent 28%),
    linear-gradient(180deg, #f9fbff 0%, #eef3fb 100%);
}

.hn-home-shell {
  overflow: clip;
}

.hn-catalog-hero {
  padding-top: 2rem;
}

.hn-catalog-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 1.25rem;
  align-items: stretch;
}

.hn-catalog-hero-copy {
  padding: 2.4rem;
  border: 1px solid var(--hn-line);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 255, 0.88)),
    linear-gradient(135deg, rgba(143, 40, 95, 0.05), rgba(59, 115, 212, 0.08));
  box-shadow: var(--hn-shadow);
}

.hn-catalog-hero-copy .hn-display {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.hn-catalog-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.8rem;
}

.hn-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #294574;
  font-weight: 700;
}

.hn-text-link::after {
  content: "→";
}

.hn-catalog-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.hn-catalog-hero-metrics article {
  padding: 1rem;
  border: 1px solid var(--hn-line);
  border-radius: 20px;
  background: rgba(245, 247, 255, 0.88);
}

.hn-catalog-hero-metrics strong {
  display: block;
  font-size: 1.02rem;
  line-height: 1.3;
}

.hn-catalog-hero-note {
  max-width: 38rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--hn-line);
}

.hn-catalog-hero-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hn-catalog-panel {
  display: grid;
  gap: 0.7rem;
  min-height: 230px;
  padding: 1.35rem;
  border-radius: 28px;
  color: #fff;
  box-shadow: var(--hn-shadow);
}

.hn-catalog-panel strong {
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.02;
}

.hn-catalog-panel p,
.hn-catalog-panel .hn-card-kicker {
  color: rgba(245, 249, 255, 0.82);
}

.hn-catalog-panel-meta {
  align-self: end;
  color: rgba(245, 249, 255, 0.92);
  font-weight: 700;
}

.hn-catalog-panel.tone-1 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(6, 8, 18, 0.1)),
    linear-gradient(135deg, #8f285f, #5e4bd9);
}

.hn-catalog-panel.tone-2 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(6, 8, 18, 0.12)),
    linear-gradient(135deg, #1a2742, #346fd6);
}

.hn-catalog-panel.tone-3 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(6, 8, 18, 0.12)),
    linear-gradient(135deg, #4b2d8f, #286bc6);
}

.hn-catalog-panel.tone-4 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(6, 8, 18, 0.12)),
    linear-gradient(135deg, #6f3fbc, #3a8bd4);
}

.hn-departments-shell,
.hn-catalog-products-shell,
.hn-service-shell,
.hn-search-shell {
  padding-top: 1.8rem;
}

.hn-search-shell--results {
  padding-top: 1.05rem;
  padding-bottom: 1.45rem;
}

.hn-search-shell--results .hn-container {
  display: grid;
  gap: 1rem;
}

.hn-search-head {
  display: grid;
  gap: 0.85rem;
}

.hn-search-head-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.hn-search-query {
  display: grid;
  gap: 0.3rem;
  max-width: 52rem;
}

.hn-search-title {
  margin: 0;
  font-family: var(--hn-display);
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.hn-search-summary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hn-search-count {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 1rem;
  border: 1px solid rgba(168, 181, 212, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #314769;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
}

.hn-search-context {
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.hn-discover-shell {
  padding-bottom: 1rem;
}

.hn-discover-brand-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  max-width: 46rem;
  margin: 0 auto 1.6rem;
  text-align: center;
}

.hn-discover-brand-intro h1 {
  margin: 0;
  font-family: var(--hn-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hn-discover-brand-mark {
  display: inline-flex;
  width: 38px;
  height: 38px;
}

.hn-discover-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hn-discover-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}

.hn-discover-category-card {
  display: grid;
  gap: 0.85rem;
  min-height: 220px;
  padding: 1.55rem;
  border: 1px solid rgba(17, 24, 42, 0.08);
  border-radius: 28px;
  color: var(--hn-ink);
  text-decoration: none;
  box-shadow: var(--hn-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hn-discover-category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 28px rgba(56, 74, 121, 0.12);
}

.hn-discover-category-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.hn-discover-category-card strong {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hn-discover-category-card p {
  margin: 0;
  color: var(--hn-muted);
  line-height: 1.62;
}

.hn-discover-category-card-1 {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(135deg, #f4e8f0, #e6d7e8);
}

.hn-discover-category-card-2 {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(135deg, #e7eef8, #d3def0);
}

.hn-discover-category-card-3 {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(135deg, #ece8f8, #ddd6f2);
}

.hn-discover-category-card-4 {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.82), transparent 30%),
    linear-gradient(135deg, #e3f1ef, #cae6e2);
}

.hn-departments-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hn-department-card {
  display: grid;
  gap: 0.8rem;
  padding: 1.4rem;
  border: 1px solid var(--hn-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--hn-shadow);
}

.hn-department-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

.hn-count-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #314769;
  font-size: 0.78rem;
  font-weight: 700;
}

.hn-department-card strong {
  font-size: 1.55rem;
  line-height: 1.05;
}

.hn-department-card p {
  margin: 0;
  color: var(--hn-muted);
}

.hn-department-card-1 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 239, 246, 0.96));
}

.hn-department-card-2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 245, 255, 0.98));
}

.hn-department-card-3 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 240, 255, 0.98));
}

.hn-department-card-4 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 248, 255, 0.98));
}

.hn-catalog-products-grid {
  --hn-home-product-surface:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.88), transparent 28%),
    radial-gradient(circle at 74% 72%, rgba(173, 194, 255, 0.34), transparent 34%),
    linear-gradient(135deg, #f4f5fb 0%, #edf1f8 58%, #e7ecf6 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.hn-catalog-product-card {
  display: grid;
  align-content: start;
  gap: 0.3rem;
  align-self: start;
  padding: 0.7rem;
  border: 1px solid rgba(206, 214, 229, 0.8);
  border-radius: 20px;
  background: var(--hn-home-product-surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hn-catalog-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(139, 160, 212, 0.38);
  box-shadow: 0 14px 24px rgba(139, 160, 212, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hn-catalog-product-media {
  position: relative;
  aspect-ratio: 1;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(217, 224, 237, 0.95);
  background: var(--hn-home-product-surface);
}

.hn-catalog-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hn-catalog-product-card:hover .hn-catalog-product-media img {
  transform: scale(1.04);
}

.hn-catalog-product-media--placeholder,
.hn-catalog-product-media-1,
.hn-catalog-product-media-2,
.hn-catalog-product-media-3,
.hn-catalog-product-media-4 {
  background: var(--hn-home-product-surface);
}

.hn-catalog-product-copy {
  display: grid;
  gap: 0.28rem;
}

.hn-catalog-product-card > a {
  display: grid;
  gap: 0.3rem;
  color: inherit;
  text-decoration: none;
}

.hn-catalog-product-copy strong {
  font-size: 0.92rem;
  line-height: 1.28;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hn-catalog-product-excerpt {
  color: var(--hn-muted);
  font-size: 0.82rem;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hn-catalog-product-price {
  color: #4a5673;
  font-size: 0.8rem;
  font-weight: 700;
}

/* --- Shop toolbar (result count + sorting) --- */

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: none;
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.84rem;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
  margin: 0;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  min-height: 42px;
  padding: 0 2.2rem 0 1rem;
  border: 1px solid var(--hn-line);
  border-radius: 12px;
  background: var(--hn-panel-strong);
  font-size: 0.84rem;
  font-family: var(--hn-body);
  color: var(--hn-ink);
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2362708b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  transition: border-color 0.2s ease;
}

.woocommerce .woocommerce-ordering select:focus,
.woocommerce-page .woocommerce-ordering select:focus {
  border-color: var(--hn-accent);
  outline: none;
  box-shadow: 0 0 0 3px rgba(141, 46, 113, 0.08);
}

.hn-catalog-loop-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
}

.woocommerce ul.products.hn-catalog-loop,
.woocommerce-page ul.products.hn-catalog-loop {
  --hn-home-product-surface:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.88), transparent 28%),
    radial-gradient(circle at 74% 72%, rgba(173, 194, 255, 0.34), transparent 34%),
    linear-gradient(135deg, #f4f5fb 0%, #edf1f8 58%, #e7ecf6 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.hn-catalog-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hn-catalog-benefit {
  min-height: 260px;
  padding: 1.5rem;
  border-radius: 26px;
  background: linear-gradient(180deg, #0f1628, #1b2341);
  color: #ecf2ff;
  box-shadow: var(--hn-shadow);
}

.hn-catalog-benefit p,
.hn-catalog-benefit .hn-eyebrow {
  color: rgba(236, 242, 255, 0.76);
}

.hn-catalog-benefit h3 {
  margin-top: 0;
  font-size: 1.55rem;
  line-height: 1.08;
}

.hn-search-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0;
}

.woocommerce ul.products.hn-catalog-loop-search,
.woocommerce-page ul.products.hn-catalog-loop-search {
  grid-template-columns: repeat(auto-fit, minmax(240px, 320px));
  justify-content: start;
  gap: 0.9rem;
}

.hn-catalog-loop-search .hn-catalog-product-excerpt {
  -webkit-line-clamp: 2;
}

.hn-result-empty {
  max-width: 44rem;
  padding: 2rem;
}

@media (max-width: 1180px) {
  .hn-catalog-hero-grid,
  .hn-departments-grid,
  .hn-catalog-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  body {
    padding-bottom: calc(102px + env(safe-area-inset-bottom));
  }

  body.hn-mobile-drawer-open {
    overflow: hidden;
  }

  .hn-header-main-inner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    max-width: 100%;
  }

  .site-header {
    padding: 0;
  }

  .hn-header-desktop-nav {
    display: none;
  }

  .hn-brand-mark {
    width: 34px;
    height: 34px;
  }

  .hn-searchbar {
    min-height: 42px;
    border-radius: 14px;
  }

  .hn-searchbar input {
    padding: 0 0.85rem;
    font-size: 0.86rem;
  }

  .hn-searchbar button {
    min-width: 70px;
    min-height: 42px;
    padding: 0 0.85rem;
    font-size: 0.82rem;
  }

  .hn-mobile-dock {
    position: fixed;
    right: 14px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 14px;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    padding: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    background: rgba(21, 23, 31, 0.94);
    box-shadow: 0 24px 48px rgba(10, 11, 17, 0.34);
    backdrop-filter: blur(18px);
  }

.hn-mobile-dock-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    min-height: 52px;
    padding: 0 0.7rem;
    border: 0;
    border-radius: 22px;
    background: transparent;
    color: rgba(226, 230, 239, 0.62);
    font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
  transition: background 0.22s ease, color 0.22s ease, flex 0.22s ease, padding 0.22s ease;
}

  .hn-mobile-dock-icon {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 auto;
  }

  .hn-mobile-dock-icon svg {
    width: 100%;
    height: 100%;
  }

  .hn-mobile-dock-label {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: max-width 0.22s ease, opacity 0.18s ease, margin-left 0.22s ease;
  }

  .hn-mobile-dock-item.is-current {
    flex: 1.55 1 0;
    justify-content: center;
    padding: 0 1rem;
    background: linear-gradient(135deg, #3d345f, #292641);
    color: #c0a7ff;
    box-shadow: inset 0 0 0 1px rgba(167, 143, 255, 0.08), 0 10px 22px rgba(11, 13, 22, 0.22);
  }

  .hn-mobile-dock-item.is-current .hn-mobile-dock-label {
    max-width: 88px;
    margin-left: 0.5rem;
    opacity: 1;
  }

  .hn-mobile-drawer {
    display: block;
    position: fixed;
    right: 14px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    left: 14px;
    z-index: 89;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .hn-mobile-drawer.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .hn-mobile-drawer-panel {
    display: none;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid rgba(17, 24, 42, 0.08);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 44px rgba(17, 24, 42, 0.18);
  }

.hn-mobile-drawer-panel.is-open {
    display: grid !important;
}

  .hn-mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
  }

  .hn-mobile-drawer-head strong {
    font-size: 1rem;
    line-height: 1.1;
  }

  .hn-mobile-drawer-head [data-market-summary] {
    color: var(--hn-muted);
    font-size: 0.84rem;
    font-weight: 700;
  }

  .hn-mobile-drawer-links {
    display: grid;
    gap: 0.35rem;
  }

  .hn-mobile-drawer-links a {
    padding: 0.78rem 0.9rem;
    border-radius: 14px;
    color: var(--hn-ink);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
  }

  .hn-mobile-drawer-links a:hover {
    background: #f3f6fc;
  }

  .hn-mobile-drawer .hn-header-market-panel {
    gap: 0.75rem;
  }

  .hn-catalog-hero-grid,
  .hn-catalog-hero-panels,
  .hn-catalog-hero-metrics,
  .hn-departments-grid,
  .hn-discover-category-grid,
  .hn-catalog-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 0;
  }
}

@media (max-width: 640px) {
  .hn-catalog-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }
}

@media (max-width: 640px) {
  .site-footer {
    margin-top: 2.8rem;
  }

  .hn-footer-shell {
    justify-items: center;
  }

  .hn-footer-grid {
    grid-template-columns: 1fr;
    gap: 1.35rem 1rem;
  }

  .hn-footer-brand-mark {
    width: 32px;
    height: 32px;
  }

  .hn-footer-brand-wordmark {
    font-size: 1.28rem;
  }

  .hn-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 360px);
    margin: 0 auto;
    justify-content: center;
    gap: 1.4rem 1.9rem;
  }

  .hn-footer-column {
    width: 100%;
    max-width: 150px;
    justify-self: center;
  }

  .hn-footer-list a {
    font-size: 0.84rem;
  }

  .hn-footer-brandline {
    width: 100%;
    padding-top: 1rem;
    text-align: center;
  }

  .hn-brand-mark {
    width: 30px;
    height: 30px;
  }

  .hn-header-main-inner {
    gap: 0.55rem;
    padding: 0.6rem 0;
  }

  .hn-searchbar {
    min-height: 40px;
    border-radius: 14px;
  }

  .hn-searchbar button {
    min-width: 60px;
    min-height: 40px;
    padding: 0 0.75rem;
    font-size: 0.78rem;
  }

  .hn-searchbar input {
    padding: 0 0.75rem;
    font-size: 0.84rem;
  }

  .hn-mobile-dock {
    right: 12px;
    left: 12px;
    gap: 0.35rem;
    padding: 0.52rem;
  }

  .hn-mobile-dock-item {
    min-height: 48px;
    padding: 0 0.6rem;
  }

  .hn-mobile-dock-item.is-current {
    padding: 0 0.85rem;
  }

  .hn-mobile-dock-label {
    font-size: 0.82rem;
  }

  .hn-mobile-drawer {
    display: block;
    right: 12px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    left: 12px;
  }

  .hn-mobile-drawer-panel {
    padding: 0.9rem;
    border-radius: 22px;
  }

  .hn-market-option {
    min-height: 34px;
    font-size: 0.78rem;
  }

  .hn-catalog-hero-copy,
  .hn-catalog-product-card,
  .hn-department-card,
  .hn-catalog-benefit {
    padding: 1.1rem;
  }

  .hn-catalog-panel {
    min-height: 180px;
  }
}

/* ===================================================================
   Home — Hero
   =================================================================== */

.hn-home-hero {
  padding-top: 1.25rem;
  padding-bottom: 0.85rem;
}

.hn-home-hero-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 520px;
  border: 1px solid rgba(17, 24, 42, 0.08);
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #11162b, #1f2550 42%, #3b4fa1 100%);
  box-shadow: 0 24px 64px rgba(17, 24, 42, 0.16);
}

.hn-home-hero-card:hover {
  box-shadow: 0 24px 60px rgba(17, 24, 42, 0.2);
}

.hn-home-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.12)),
    linear-gradient(135deg, #33245f, #16244f 60%, #11203a);
}

.hn-home-hero-media--placeholder {
  background:
    radial-gradient(circle at 30% 40%, rgba(143, 40, 95, 0.34), transparent 42%),
    radial-gradient(circle at 74% 58%, rgba(59, 115, 212, 0.28), transparent 46%),
    linear-gradient(135deg, #11162b, #1d2141 45%, #1f3568);
}

.hn-home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hn-home-hero-art {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  display: grid;
  gap: 0.5rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  color: #eef3ff;
  backdrop-filter: blur(12px);
}

.hn-home-hero-art span {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(238, 243, 255, 0.72);
}

.hn-home-hero-art strong {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
}

.hn-home-hero-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--hn-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hn-home-hero-floating {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: grid;
  gap: 0.35rem;
  min-width: 180px;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(17, 24, 42, 0.18);
}

.hn-home-hero-floating .hn-card-kicker {
  margin-bottom: 0;
  color: #5d6780;
}

.hn-home-hero-floating strong {
  font-size: 1.2rem;
  color: var(--hn-ink);
}

.hn-home-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
  padding: 2.35rem;
  color: #f0f4ff;
}

.hn-home-hero-copy .hn-eyebrow {
  color: rgba(240, 244, 255, 0.55);
}

.hn-home-hero-copy h1 {
  margin: 0;
  font-family: var(--hn-display);
  font-size: clamp(2.4rem, 4.3vw, 4.25rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: #fff;
}

.hn-home-hero-lead {
  max-width: 32rem;
  margin: 0;
  color: rgba(240, 244, 255, 0.8);
  font-size: 1.05rem;
  line-height: 1.6;
}

.hn-home-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.hn-home-hero-price {
  font-size: 1.28rem;
  font-weight: 700;
  color: rgba(240, 244, 255, 0.92);
}

.hn-home-hero-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(240, 244, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
}

.hn-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 0.4rem;
}

.hn-home-hero-actions .hn-button {
  align-self: flex-start;
}

.hn-home-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #e7edff;
  font-weight: 700;
}

.hn-home-hero-link::after {
  content: "→";
}

/* ===================================================================
   Home — Discovery boxes
   =================================================================== */

.hn-home-boxes-shell {
  padding-top: 0;
}

.hn-home-boxes-grid {
  --hn-home-product-surface:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.88), transparent 28%),
    radial-gradient(circle at 74% 72%, rgba(173, 194, 255, 0.34), transparent 34%),
    linear-gradient(135deg, #f4f5fb 0%, #edf1f8 58%, #e7ecf6 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.hn-home-box {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 252, 0.96));
  box-shadow: 0 10px 28px rgba(17, 24, 42, 0.05);
}

.hn-home-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.hn-home-box-head h2 {
  margin: 0;
  font-family: var(--hn-display);
  font-size: 1.1rem;
  line-height: 1.2;
}

.hn-home-box-link {
  flex-shrink: 0;
  color: #4564ac;
  font-size: 0.78rem;
  font-weight: 700;
}

.hn-home-box-link:hover {
  text-decoration: underline;
}

.hn-home-box--deals {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 245, 235, 0.96));
  border-color: rgba(194, 120, 40, 0.12);
}

.hn-home-box--deals .hn-home-box-head h2 {
  color: #8b4513;
}

.hn-home-box-products {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  grid-auto-rows: 1fr;
  gap: 0.8rem;
}

.hn-home-box-products--sparse {
  align-content: start;
  grid-auto-rows: auto;
}

.hn-home-box-products--sparse .hn-home-box-product {
  align-self: start;
  height: auto;
}

.hn-home-box-product {
  display: grid;
  grid-template-rows: auto auto minmax(calc(1.28em * 2), auto) auto;
  align-content: stretch;
  gap: 0.28rem;
  align-self: stretch;
  height: 100%;
  padding: 0.65rem;
  border: 1px solid rgba(206, 214, 229, 0.8);
  border-radius: 20px;
  background: var(--hn-home-product-surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hn-home-box-product:hover {
  transform: translateY(-2px);
  border-color: rgba(139, 160, 212, 0.38);
  box-shadow: 0 14px 24px rgba(139, 160, 212, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hn-home-box-product-media {
  aspect-ratio: 1;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(217, 224, 237, 0.95);
  background: var(--hn-home-product-surface);
}

.hn-home-box-product-media--placeholder {
  background: var(--hn-home-product-surface);
}

.hn-home-box-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hn-home-box-product:hover .hn-home-box-product-media img {
  transform: scale(1.04);
}

.hn-home-box-product-kicker {
  color: #7d87a0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hn-home-box-product-name {
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.28;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: calc(1.28em * 2);
}

.hn-home-box-product-price {
  align-self: end;
  color: #4a5673;
  font-size: 0.78rem;
  font-weight: 700;
}

.hn-home-box--categories,
.hn-home-box--wide {
  grid-column: 1 / -1;
}

.hn-home-box--wide .hn-home-box-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hn-home-box-cats {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(156px, 1fr);
  gap: 0.6rem;
}

.hn-home-cat-card {
  display: grid;
  gap: 0.25rem;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  min-height: 148px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hn-home-cat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(126, 144, 185, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.hn-home-cat-card strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.hn-home-cat-card span {
  font-size: 0.72rem;
  opacity: 0.75;
}

.hn-home-cat-card--mauve {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.78), transparent 28%),
    linear-gradient(135deg, #f3e8f0, #ead3e4);
  color: #6b2055;
}

.hn-home-cat-card--navy {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.8), transparent 28%),
    linear-gradient(135deg, #e6ecf8, #d0dbf0);
  color: #1e3a6b;
}

.hn-home-cat-card--indigo {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.8), transparent 28%),
    linear-gradient(135deg, #ece8f8, #ddd4f0);
  color: #3b2878;
}

.hn-home-cat-card--teal {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.76), transparent 28%),
    linear-gradient(135deg, #e2f2ef, #c9e8e2);
  color: #1a5c50;
}

.hn-home-cat-card--bronze {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.8), transparent 28%),
    linear-gradient(135deg, #f4ede4, #e8dac8);
  color: #6b4a2a;
}

.hn-home-cat-card--slate {
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.8), transparent 28%),
    linear-gradient(135deg, #eceef2, #dde0e8);
  color: #3a4050;
}

@media (max-width: 1100px) {
  .hn-home-boxes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hn-home-box--categories {
    grid-column: 1 / -1;
  }

  .hn-home-box-cats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(132px, 1fr);
  }
}

@media (max-width: 820px) {
  .hn-home-boxes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hn-home-box--categories {
    grid-column: 1 / -1;
  }

  .hn-home-box-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(112px, 1fr);
  }

  .hn-home-hero-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hn-home-hero-media {
    min-height: 290px;
  }

  .hn-home-hero-copy {
    padding: 1.5rem;
  }
}

@media (max-width: 640px) {
  .hn-home-boxes-grid {
    grid-template-columns: 1fr;
  }

  .hn-home-box--categories {
    grid-column: 1 / -1;
  }

  .hn-home-box-products,
  .hn-home-box--wide .hn-home-box-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hn-home-box-product {
    padding: 0.75rem;
  }
}

@media (max-width: 480px) {
  .hn-home-box--categories {
    grid-column: 1 / -1;
  }

  .hn-home-box-cats {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(92px, 1fr);
  }

  .hn-home-hero-copy h1 {
    font-size: 2rem;
  }

  .hn-home-hero-media {
    min-height: 220px;
  }

  .hn-home-hero-art {
    top: 5.25rem;
    right: 1rem;
    bottom: auto;
    left: 1rem;
    max-width: calc(100% - 11.5rem);
    min-height: 92px;
    padding: 0.95rem 1rem;
  }

  .hn-home-hero-floating {
    top: 5.2rem;
    right: 1rem;
    bottom: auto;
    left: auto;
    width: min(154px, calc(100% - 2rem));
    min-width: 0;
    padding: 0.8rem 0.95rem;
  }

  .hn-home-hero-floating strong {
    font-size: 1.02rem;
  }

  .hn-home-hero-art strong {
    font-size: 2rem;
    line-height: 0.94;
  }
}

/* ===================================================================
   Service Requests, Curated Catalog, Journal Article
   =================================================================== */

.hn-request-hero,
.hn-curated-hero,
.hn-article-hero {
  padding-bottom: 1.4rem;
}

.hn-request-shell,
.hn-curated-secondary,
.hn-article-shell {
  padding-top: 0;
}

.hn-request-grid,
.hn-curated-hero-grid,
.hn-curated-secondary-grid,
.hn-article-hero-grid {
  display: grid;
  gap: 1.25rem;
}

.hn-request-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: start;
}

.hn-request-card,
.hn-curated-hero-copy,
.hn-curated-hero-panel,
.hn-curated-copy-band,
.hn-curated-secondary-copy,
.hn-article-content,
.hn-article-cover {
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: var(--hn-panel-strong);
  box-shadow: var(--hn-shadow);
}

.hn-request-card {
  padding: 1.45rem;
}

.hn-request-card-aside {
  display: grid;
  gap: 1rem;
}

.hn-request-form {
  display: grid;
  gap: 1rem;
}

.hn-request-linked-order,
.hn-request-confirmation {
  display: grid;
  gap: 1rem;
}

.hn-request-linked-order {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(77, 127, 240, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(143, 40, 95, 0.08), transparent 40%),
    linear-gradient(135deg, rgba(247, 248, 252, 0.98), rgba(238, 242, 252, 0.96));
}

.hn-request-linked-order h2,
.hn-request-confirmation h2 {
  margin: 0;
  font-family: var(--hn-display);
  line-height: 1.02;
}

.hn-request-linked-order h2 {
  font-size: 1.65rem;
}

.hn-request-linked-order p,
.hn-request-confirmation > p {
  margin: 0;
  color: var(--hn-muted);
}

.hn-request-linked-order-meta,
.hn-request-confirmation-grid {
  display: grid;
  gap: 0.85rem;
}

.hn-request-linked-order-meta {
  justify-items: end;
}

.hn-request-linked-order-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--hn-ink);
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

.hn-request-confirmation h2 {
  font-size: clamp(1.9rem, 4vw, 2.5rem);
}

.hn-request-confirmation-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hn-request-confirmation-card {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid var(--hn-line);
  border-radius: 18px;
  background: rgba(248, 250, 255, 0.86);
}

.hn-request-confirmation-card strong {
  color: var(--hn-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hn-request-confirmation-card span {
  color: var(--hn-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.hn-request-confirmation-actions {
  margin-top: 0.2rem;
}

.hn-request-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hn-request-field {
  display: grid;
  gap: 0.45rem;
}

.hn-request-field span {
  color: var(--hn-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hn-request-field input,
.hn-request-field select,
.hn-request-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 1rem;
  border: 1px solid var(--hn-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--hn-ink);
  font: inherit;
}

.hn-request-field textarea {
  min-height: 164px;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  resize: vertical;
}

.hn-request-field input:focus,
.hn-request-field select:focus,
.hn-request-field textarea:focus {
  outline: none;
  border-color: rgba(69, 100, 172, 0.35);
  box-shadow: 0 0 0 4px rgba(69, 100, 172, 0.1);
}

/* Screen reader only (hide visually) */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Photo upload field */

.hn-request-photo-hint {
  margin: 0.15rem 0 0.5rem;
  color: var(--hn-muted);
  font-size: 0.82rem;
}

.hn-request-photo-drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 100px;
  padding: 1.25rem;
  border: 2px dashed var(--hn-line);
  border-radius: 16px;
  background: rgba(245, 247, 255, 0.5);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.hn-request-photo-drop:hover,
.hn-request-photo-drop.is-dragover {
  border-color: var(--hn-accent);
  background: rgba(141, 46, 113, 0.04);
}

.hn-request-photo-icon {
  color: var(--hn-muted);
}

.hn-request-photo-label {
  color: var(--hn-muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.hn-request-photo-preview {
  position: relative;
  display: inline-block;
  margin-top: 0.5rem;
}

.hn-request-photo-preview img {
  max-width: 160px;
  max-height: 120px;
  border-radius: 12px;
  border: 1px solid var(--hn-line);
  object-fit: cover;
}

.hn-request-photo-remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: var(--hn-ink);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 0;
}

.hn-request-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1rem;
}

.hn-request-form-actions p {
  margin: 0;
  max-width: 34rem;
  color: var(--hn-muted);
  font-size: 0.92rem;
}

.hn-request-notice {
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  font-size: 0.92rem;
  font-weight: 700;
}

.hn-request-notice.is-success {
  background: rgba(51, 118, 109, 0.12);
  color: #265f58;
}

.hn-request-notice.is-error {
  background: rgba(143, 40, 95, 0.1);
  color: #7b1f56;
}

.hn-request-aside-block {
  display: grid;
  gap: 0.75rem;
  padding: 1.2rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.7), transparent 42%),
    linear-gradient(135deg, rgba(244, 246, 252, 0.98), rgba(235, 240, 251, 0.92));
}

.hn-request-aside-block h2 {
  margin: 0;
  font-family: var(--hn-display);
  font-size: 1.45rem;
  line-height: 1.08;
}

.hn-request-aside-block p {
  margin: 0;
  color: var(--hn-muted);
}

.hn-request-steps {
  display: grid;
  gap: 0.8rem;
}

.hn-request-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
}

.hn-request-step strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(143, 40, 95, 0.12), rgba(77, 127, 240, 0.14));
  color: #4e4f88;
  font-size: 0.82rem;
}

.hn-request-step span {
  color: var(--hn-ink);
  font-size: 0.95rem;
  line-height: 1.5;
}

.hn-curated-hero-grid {
  grid-template-columns: minmax(0, 1.2fr) 320px;
  align-items: stretch;
}

.hn-curated-hero-copy {
  padding: 1.8rem;
  background:
    radial-gradient(circle at top left, rgba(143, 40, 95, 0.1), transparent 42%),
    radial-gradient(circle at bottom right, rgba(77, 127, 240, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 252, 0.96));
}

.hn-curated-hero-copy .hn-button {
  margin-top: 0.6rem;
}

.hn-curated-hero-panel {
  display: grid;
  gap: 0.9rem;
  padding: 1.4rem;
}

.hn-curated-hero-stat {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(244, 246, 252, 0.98), rgba(236, 240, 250, 0.92));
}

.hn-curated-hero-stat span {
  color: var(--hn-muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hn-curated-hero-stat strong {
  font-family: var(--hn-display);
  font-size: 1.25rem;
  line-height: 1.1;
}

.hn-curated-copy-band {
  padding: 1.4rem 1.5rem;
}

.hn-curated-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.hn-curated-card {
  display: grid;
  gap: 0.7rem;
  padding: 0.8rem;
  border: 1px solid var(--hn-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 24px rgba(17, 24, 42, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.hn-curated-card:hover {
  transform: translateY(-2px);
  border-color: rgba(69, 100, 172, 0.2);
  box-shadow: 0 18px 30px rgba(17, 24, 42, 0.08);
}

.hn-curated-card-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(214, 222, 237, 0.9);
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.88), transparent 30%),
    radial-gradient(circle at 74% 76%, rgba(173, 194, 255, 0.32), transparent 32%),
    linear-gradient(135deg, #f4f5fb 0%, #edf1f8 58%, #e7ecf6 100%);
}

.hn-curated-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hn-curated-card strong,
.hn-curated-mini-card strong {
  font-family: var(--hn-display);
  font-size: 1.1rem;
  line-height: 1.08;
}

.hn-curated-card p {
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hn-curated-card-price {
  color: var(--hn-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.hn-curated-secondary-grid {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  align-items: start;
}

.hn-curated-secondary-copy {
  padding: 1.5rem;
}

.hn-curated-secondary-copy h2 {
  margin-top: 0;
  font-family: var(--hn-display);
  font-size: 1.9rem;
  line-height: 1.05;
}

.hn-curated-secondary-copy p {
  margin-bottom: 0;
  color: var(--hn-muted);
}

.hn-curated-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.hn-curated-mini-card {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid var(--hn-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(17, 24, 42, 0.04);
}

.hn-curated-mini-card span:last-child {
  color: var(--hn-muted);
  font-size: 0.88rem;
}

.hn-product-story-grid,
.hn-product-faq-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1rem;
  align-items: start;
}

.hn-product-story-copy,
.hn-product-story-aside,
.hn-product-detail-card,
.hn-product-faq-copy,
.hn-product-faq-item {
  padding: 1.4rem;
  border: 1px solid var(--hn-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(17, 24, 42, 0.05);
}

.hn-product-story-copy h2,
.hn-product-faq-copy h2 {
  margin-top: 0;
  margin-bottom: 0.85rem;
  font-family: var(--hn-display);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.hn-product-story-copy p:last-child,
.hn-product-story-aside p,
.hn-product-faq-copy p:last-child,
.hn-product-detail-card p,
.hn-product-faq-item p {
  margin-bottom: 0;
  color: var(--hn-muted);
}

.hn-product-story-aside {
  display: grid;
  gap: 0.55rem;
}

.hn-product-story-aside strong {
  font-family: var(--hn-display);
  font-size: 1.55rem;
  line-height: 1.08;
}

.hn-product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hn-product-detail-card {
  display: grid;
  gap: 0.55rem;
}

.hn-product-faq-copy {
  display: grid;
  gap: 0.45rem;
}

.hn-product-faq-list {
  display: grid;
  gap: 0.9rem;
}

.hn-product-faq-item {
  padding: 1.15rem 1.25rem;
}

.hn-product-faq-item summary {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  cursor: pointer;
  font-family: var(--hn-display);
  font-size: 1.05rem;
  line-height: 1.2;
}

.hn-product-faq-item summary::-webkit-details-marker {
  display: none;
}

.hn-product-faq-item summary::after {
  content: "+";
  color: var(--hn-muted);
  font-size: 1.2rem;
  line-height: 1;
}

.hn-product-faq-item[open] summary::after {
  content: "-";
}

.hn-product-faq-item p {
  margin-top: 0.85rem;
}

.hn-article-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  align-items: center;
}

.hn-article-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
  color: var(--hn-muted);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hn-article-back::before {
  content: "←";
}

.hn-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1rem 0 1.2rem;
  color: var(--hn-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.hn-article-cover {
  overflow: hidden;
  min-height: 320px;
}

.hn-article-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hn-article-content {
  max-width: 48rem;
  margin: 0 auto;
  padding: 2rem 2.2rem;
  font-size: 1.06rem;
}

.hn-article-content p,
.hn-article-content li {
  color: #1d2436;
}

@media (max-width: 960px) {
  .hn-request-grid,
  .hn-curated-hero-grid,
  .hn-curated-secondary-grid,
  .hn-article-hero-grid,
  .hn-product-story-grid,
  .hn-product-faq-shell {
    grid-template-columns: 1fr;
  }

  .hn-curated-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce ul.products.hn-catalog-loop,
  .woocommerce-page ul.products.hn-catalog-loop,
  .hn-product-info__grid,
  .hn-product-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hn-request-confirmation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hn-discover-category-grid,
  .hn-catalog-products-grid,
  .hn-curated-grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce ul.products.hn-catalog-loop,
  .woocommerce-page ul.products.hn-catalog-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }

  .hn-discover-category-card,
  .hn-curated-card,
  .hn-catalog-product-card,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    min-height: 0;
    padding: 0.8rem;
    border-radius: 20px;
  }

  .hn-discover-category-card strong,
  .hn-curated-card strong,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
    line-height: 1.12;
  }

  .hn-search-head-top {
    align-items: start;
  }

  .hn-search-title {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .hn-search-count {
    min-height: 34px;
    padding: 0 0.85rem;
    font-size: 0.78rem;
  }

  .woocommerce ul.products.hn-catalog-loop-search,
  .woocommerce-page ul.products.hn-catalog-loop-search {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.7rem;
  }

  .hn-discover-category-card p,
  .hn-curated-card p,
  .hn-catalog-product-excerpt {
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .hn-request-field-grid,
  .hn-curated-mini-grid,
  .hn-product-info__grid,
  .hn-product-detail-grid {
    grid-template-columns: 1fr;
  }

  .hn-product-info {
    padding-block: 2.4rem;
  }

  .hn-product-info--above {
    padding-top: 1.2rem;
  }

  .hn-product-info__header {
    margin-bottom: 1rem;
  }

  .hn-product-info__item {
    border-radius: 18px;
  }

  .hn-product-info__item summary {
    min-height: 62px;
    padding: 0.95rem 1rem;
  }

  .hn-product-info__content {
    padding: 0 1rem 1rem;
    font-size: 0.96rem;
  }

  .hn-request-card,
  .hn-curated-hero-copy,
  .hn-curated-hero-panel,
  .hn-curated-secondary-copy,
  .hn-product-story-copy,
  .hn-product-story-aside,
  .hn-product-detail-card,
  .hn-product-faq-copy,
  .hn-product-faq-item,
  .hn-article-content {
    padding: 1.15rem;
  }

  .hn-article-cover {
    min-height: 240px;
  }

  .hn-request-linked-order,
  .hn-request-confirmation-grid {
    grid-template-columns: 1fr;
  }

  .hn-request-linked-order-meta {
    justify-items: start;
  }

  .hn-request-linked-order-meta span {
    white-space: normal;
  }
}

/* ===================================================================
   Account
   =================================================================== */

/* Hide page.php title/eyebrow on account page — keep the content */
body.homineed-account .hn-editorial-page > .hn-container > .hn-eyebrow,
body.homineed-account .hn-editorial-page > .hn-container > .hn-display {
  display: none;
}

body.homineed-account .hn-editorial-page {
  padding-top: 0;
}

.hn-account-header {
  padding-top: 0;
  padding-bottom: 0;
}

.hn-account-title {
  margin: 0;
  font-family: var(--hn-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hn-account-body {
  padding-top: 2rem;
}

.hn-account-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  overflow: hidden;
}

/* Sidebar navigation */

.hn-account-sidebar {
  display: grid;
  gap: 1.5rem;
}

.hn-account-nav-panel {
  padding: 0.6rem;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: var(--hn-panel-strong);
  box-shadow: var(--hn-shadow);
}

.hn-account-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2px;
}

.hn-account-menu-item a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.72rem 1rem;
  border-radius: 18px;
  color: var(--hn-muted);
  font-size: 0.94rem;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.hn-account-menu-item a:hover {
  background: rgba(17, 24, 42, 0.04);
  color: var(--hn-ink);
}

.hn-account-menu-item.is-active a {
  background: linear-gradient(135deg, rgba(143, 40, 95, 0.08), rgba(59, 115, 212, 0.08));
  color: var(--hn-ink);
}

.hn-account-menu-icon {
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
}

.hn-account-menu-icon svg {
  width: 100%;
  height: 100%;
}

.hn-account-menu-item:last-child {
  margin-top: 0.35rem;
  padding-top: 0.35rem;
  border-top: 1px solid var(--hn-line);
}

.hn-account-menu-item:last-child a {
  color: var(--hn-muted);
  font-weight: 500;
}

/* Sidebar help block */

.hn-account-nav-help {
  padding: 1.25rem;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: rgba(245, 247, 255, 0.88);
}

.hn-account-nav-help p {
  margin: 0 0 1rem;
  color: var(--hn-muted);
  font-size: 0.92rem;
}

.hn-button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 1.1rem;
  border: 1.5px solid var(--hn-line);
  border-radius: 999px;
  background: transparent;
  color: var(--hn-ink);
  font-size: 0.88rem;
  font-weight: 700;
  transition: border-color 0.2s ease, background 0.2s ease;
  box-shadow: none;
}

.hn-button-outline:hover {
  border-color: var(--hn-ink);
  background: rgba(17, 24, 42, 0.03);
  transform: none;
}

/* Main content area */

.hn-account-main {
  min-width: 0;
}

.hn-account-main > .woocommerce-notices-wrapper:empty {
  display: none;
}

.hn-account-main {
  padding-top: 0;
}

/* Dashboard stats */

.hn-dashboard {
  display: grid;
  gap: 1.5rem;
}

.hn-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
}

.hn-dash-stat {
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--hn-line);
  border-radius: 22px;
  background: var(--hn-panel-strong);
  box-shadow: 0 8px 24px rgba(17, 24, 42, 0.04);
}

.hn-dash-stat-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--hn-muted);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hn-dash-stat-value {
  display: block;
  font-family: var(--hn-display);
  font-size: 1.45rem;
  line-height: 1.1;
}

/* Dashboard quick actions */

.hn-dashboard-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hn-dash-action {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--hn-line);
  border-radius: 22px;
  background: var(--hn-panel-strong);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hn-dash-action:hover {
  border-color: rgba(59, 115, 212, 0.28);
  box-shadow: 0 12px 32px rgba(17, 24, 42, 0.08);
}

.hn-dash-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  padding: 0.5rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(143, 40, 95, 0.08), rgba(59, 115, 212, 0.1));
  color: #4564ac;
}

.hn-dash-action-icon svg {
  width: 100%;
  height: 100%;
}

.hn-dash-action-text {
  display: grid;
  gap: 0.15rem;
}

.hn-dash-action-text strong {
  font-size: 0.96rem;
  line-height: 1.3;
}

.hn-dash-action-text span:last-child {
  color: var(--hn-muted);
  font-size: 0.84rem;
}

/* Dashboard two-column grid */

.hn-dashboard-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: start;
}

.hn-dash-column {
  display: grid;
  gap: 1.5rem;
}

/* Dash panels */

.hn-dash-panel {
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: var(--hn-panel-strong);
  box-shadow: var(--hn-shadow);
  overflow: hidden;
}

.hn-dash-panel-compact {
  box-shadow: 0 8px 24px rgba(17, 24, 42, 0.04);
}

.hn-dash-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem 0.75rem;
}

.hn-dash-panel-head h2 {
  margin: 0;
  font-family: var(--hn-display);
  font-size: 1.2rem;
  line-height: 1.2;
}

/* Order rows in dashboard */

.hn-dash-orders {
  padding: 0 0.5rem 0.5rem;
}

.hn-dash-order-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  transition: background 0.2s ease;
}

.hn-dash-order-row:hover {
  background: rgba(17, 24, 42, 0.03);
}

.hn-dash-order-info {
  display: grid;
  gap: 0.15rem;
}

.hn-dash-order-info strong {
  font-size: 0.96rem;
}

.hn-dash-order-meta {
  color: var(--hn-muted);
  font-size: 0.82rem;
}

.hn-dash-order-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.hn-dash-order-total {
  font-weight: 700;
  font-size: 0.94rem;
}

/* Order status badges */

.hn-order-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 0.6rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

.hn-order-badge--processing {
  background: rgba(59, 115, 212, 0.1);
  color: #2b5aa6;
}

.hn-order-badge--completed {
  background: rgba(51, 118, 109, 0.1);
  color: var(--hn-success);
}

.hn-order-badge--on-hold {
  background: rgba(194, 150, 54, 0.1);
  color: #8b6914;
}

.hn-order-badge--pending {
  background: rgba(17, 24, 42, 0.06);
  color: var(--hn-muted);
}

.hn-order-badge--cancelled,
.hn-order-badge--refunded,
.hn-order-badge--failed {
  background: rgba(180, 50, 50, 0.08);
  color: #8b2020;
}

.hn-order-badge--not_ready {
  background: rgba(17, 24, 42, 0.06);
  color: var(--hn-muted);
}

.hn-order-badge--claimable_ready,
.hn-order-badge--claimable {
  background: rgba(51, 118, 109, 0.1);
  color: var(--hn-success);
}

.hn-order-badge--sync_failed {
  background: rgba(205, 142, 36, 0.1);
  color: #8d5d0f;
}

.hn-order-badge--claimed {
  background: rgba(143, 40, 95, 0.08);
  color: var(--hn-accent);
}

.hn-order-badge--voided {
  background: rgba(180, 50, 50, 0.08);
  color: #8b2020;
}

/* Dash empty state */

.hn-dash-empty {
  padding: 2rem 1.5rem;
  text-align: center;
}

.hn-dash-empty p {
  max-width: 28rem;
  margin: 0 auto 1.25rem;
  color: var(--hn-muted);
}

/* Dash addresses */

.hn-dash-addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 0 1.5rem 1.25rem;
}

.hn-dash-address-block {
  display: grid;
  gap: 0.3rem;
}

.hn-dash-address-label {
  color: var(--hn-muted);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hn-dash-address-block address {
  font-style: normal;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--hn-ink);
}

.hn-dash-placeholder {
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.88rem;
  font-style: italic;
}

/* Rewards teaser card */

.hn-dash-rewards-teaser {
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(6, 8, 18, 0.08)),
    linear-gradient(135deg, #1a2742, #346fd6);
  color: #ecf2ff;
  box-shadow: 0 16px 40px rgba(26, 39, 66, 0.22);
}

.hn-dash-rewards-inner {
  padding: 1.5rem;
  display: grid;
  gap: 0.6rem;
}

.hn-dash-rewards-teaser .hn-eyebrow {
  color: rgba(236, 242, 255, 0.65);
}

.hn-dash-rewards-teaser h2 {
  margin: 0;
  font-family: var(--hn-display);
  font-size: 1.35rem;
  line-height: 1.1;
  color: #fff;
}

.hn-dash-rewards-teaser p {
  margin: 0;
  color: rgba(236, 242, 255, 0.78);
  font-size: 0.9rem;
}

.hn-dash-rewards-teaser .hn-button-outline {
  margin-top: 0.5rem;
  justify-self: start;
  border-color: rgba(236, 242, 255, 0.3);
  color: #fff;
}

.hn-dash-rewards-teaser .hn-button-outline:hover {
  border-color: rgba(236, 242, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

/* ===================================================================
   Rewards page
   =================================================================== */

.hn-rewards {
  display: grid;
  gap: 1.5rem;
}

.hn-rewards-header {
  display: grid;
  gap: 0.4rem;
}

.hn-rewards-header h2 {
  margin: 0;
  font-family: var(--hn-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.1;
}

.hn-rewards-header p {
  margin: 0;
  color: var(--hn-muted);
  max-width: 42rem;
}

.hn-rewards-info-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hn-rewards-info-card {
  display: grid;
  gap: 0.3rem;
  padding: 1.25rem;
  border: 1px solid var(--hn-line);
  border-radius: 22px;
  background: var(--hn-panel-strong);
  box-shadow: 0 8px 24px rgba(17, 24, 42, 0.04);
}

.hn-rewards-info-icon {
  display: inline-flex;
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.3rem;
  color: #4564ac;
}

.hn-rewards-info-icon svg {
  width: 100%;
  height: 100%;
}

.hn-rewards-info-card strong {
  font-size: 0.96rem;
  line-height: 1.3;
}

.hn-rewards-info-card span:last-child {
  color: var(--hn-muted);
  font-size: 0.84rem;
}

/* Rewards table */

.hn-rewards-table-wrap {
  padding: 0 1.5rem 1.25rem;
  overflow-x: auto;
}

.hn-rewards-table {
  width: 100%;
  border-collapse: collapse;
}

.hn-rewards-table th {
  padding: 0.6rem 0.75rem;
  color: var(--hn-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid var(--hn-line);
}

.hn-rewards-table td {
  padding: 0.75rem;
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(17, 24, 42, 0.05);
}

.hn-rewards-table tr:last-child td {
  border-bottom: 0;
}

.hn-rewards-table a {
  font-weight: 700;
  color: #4564ac;
}

.hn-reward-state {
  font-size: 0.84rem;
  font-weight: 600;
}

.hn-reward-state--pending_evaluation {
  color: var(--hn-muted);
}

.hn-reward-state--pending,
.hn-reward-state--maturing {
  color: #2b5aa6;
}

.hn-reward-state--matured,
.hn-reward-state--claimable_ready,
.hn-reward-state--eligible {
  color: var(--hn-success);
}

.hn-reward-state--revoked,
.hn-reward-state--ineligible {
  color: #8b2020;
}

.hn-reward-state--anonymous {
  color: var(--hn-muted);
}

/* ===================================================================
   WooCommerce account content overrides
   =================================================================== */

/* Orders list */

.woocommerce-orders-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  overflow: hidden;
  background: var(--hn-panel-strong);
  box-shadow: var(--hn-shadow);
}

.woocommerce-orders-table thead th {
  padding: 0.85rem 1.25rem;
  color: var(--hn-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: left;
  background: rgba(245, 247, 255, 0.6);
  border-bottom: 1px solid var(--hn-line);
}

.woocommerce-orders-table tbody td {
  padding: 0.85rem 1.25rem;
  font-size: 0.92rem;
  border-bottom: 1px solid rgba(17, 24, 42, 0.05);
  vertical-align: middle;
}

.woocommerce-orders-table tbody tr:last-child td {
  border-bottom: 0;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.8rem;
  border: 1.5px solid var(--hn-line);
  border-radius: 999px;
  background: transparent;
  color: var(--hn-ink);
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: none;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a:hover {
  border-color: var(--hn-ink);
  background: rgba(17, 24, 42, 0.03);
  transform: none;
}

/* Edit account form */

.woocommerce-EditAccountForm,
.woocommerce-address-fields {
  max-width: 540px;
}

.woocommerce-EditAccountForm fieldset {
  border: 0;
  padding: 0;
  margin: 1.5rem 0 0;
}

.woocommerce-EditAccountForm fieldset legend {
  font-family: var(--hn-display);
  font-size: 1.15rem;
  font-weight: 700;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--hn-line);
  width: 100%;
}

/* Address cards */

.woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.woocommerce-Address {
  padding: 1.5rem;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: var(--hn-panel-strong);
  box-shadow: 0 8px 24px rgba(17, 24, 42, 0.04);
}

.woocommerce-Address header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--hn-line);
}

.woocommerce-Address header h3 {
  margin: 0;
  font-family: var(--hn-display);
  font-size: 1.05rem;
}

.woocommerce-Address header a {
  font-size: 0.84rem;
  font-weight: 700;
  color: #4564ac;
}

.woocommerce-Address address {
  font-style: normal;
  font-size: 0.94rem;
  line-height: 1.6;
}

/* View order detail — premium layout */

.hn-order-view {
  display: grid;
  gap: 1.5rem;
}

.hn-order-header {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--hn-line);
}

.hn-order-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.hn-order-number {
  margin: 0.2rem 0 0;
  font-family: var(--hn-display);
  font-size: 1.6rem;
  line-height: 1.1;
}

.hn-order-date {
  margin: 0.5rem 0 0;
  color: var(--hn-muted);
  font-size: 0.88rem;
}

.hn-order-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  background: rgba(17, 24, 42, 0.06);
  color: var(--hn-ink);
}

.hn-order-status-icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
}

.hn-order-status-icon svg {
  width: 100%;
  height: 100%;
}

.hn-order-status-pill--completed {
  background: rgba(16, 185, 129, 0.1);
  color: #047857;
}

.hn-order-status-pill--processing {
  background: rgba(59, 115, 212, 0.1);
  color: #1d4ed8;
}

.hn-order-status-pill--on-hold {
  background: rgba(245, 158, 11, 0.1);
  color: #b45309;
}

.hn-order-status-pill--cancelled,
.hn-order-status-pill--failed {
  background: rgba(220, 50, 50, 0.08);
  color: #b91c1c;
}

.hn-order-status-pill--refunded {
  background: rgba(107, 114, 128, 0.1);
  color: #4b5563;
}

/* Tracking card */

.hn-order-tracking-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border: 1.5px solid rgba(59, 115, 212, 0.2);
  border-radius: var(--hn-radius-md);
  background: rgba(59, 115, 212, 0.04);
}

.hn-order-tracking-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(59, 115, 212, 0.1);
  color: #1d4ed8;
}

.hn-order-tracking-icon svg {
  width: 20px;
  height: 20px;
}

.hn-order-tracking-info {
  display: grid;
  gap: 0.1rem;
  flex: 1;
  min-width: 0;
}

.hn-order-tracking-info strong {
  font-size: 0.88rem;
}

.hn-order-tracking-code {
  color: var(--hn-muted);
  font-size: 0.82rem;
  font-family: monospace;
}

.hn-button-sm {
  min-height: 34px;
  padding: 0 0.8rem;
  font-size: 0.78rem;
  gap: 0.35rem;
  flex-shrink: 0;
}

/* Items card */

.hn-order-items-card {
  padding: 1.5rem;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: var(--hn-panel-strong);
  box-shadow: 0 8px 24px rgba(17, 24, 42, 0.04);
}

.hn-order-items-card h3 {
  margin: 0 0 1rem;
  font-family: var(--hn-display);
  font-size: 1.1rem;
}

.hn-order-items {
  display: grid;
  gap: 0;
}

.hn-order-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(17, 24, 42, 0.05);
}

.hn-order-item:last-child {
  border-bottom: 0;
}

.hn-order-item-img {
  flex-shrink: 0;
}

.hn-order-item-img img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--hn-line);
}

.hn-order-item-info {
  display: grid;
  gap: 0.15rem;
  flex: 1;
  min-width: 0;
}

.hn-order-item-name {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--hn-ink);
}

a.hn-order-item-name:hover {
  text-decoration: underline;
}

.hn-order-item-qty {
  color: var(--hn-muted);
  font-size: 0.8rem;
}

.hn-order-item-total {
  font-weight: 700;
  font-size: 0.94rem;
  white-space: nowrap;
}

/* Totals */

.hn-order-totals {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--hn-line);
  display: grid;
  gap: 0.5rem;
}

.hn-order-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  color: var(--hn-muted);
}

.hn-order-total-row span:last-child {
  font-weight: 600;
  color: var(--hn-ink);
}

.hn-order-total-row--grand {
  padding-top: 0.5rem;
  border-top: 1px solid var(--hn-line);
  font-size: 1.05rem;
  color: var(--hn-ink);
  font-weight: 700;
}

.hn-order-total-row--grand span:last-child {
  font-weight: 800;
}

.hn-order-total-row--method {
  font-size: 0.82rem;
}

/* Addresses */

.hn-order-addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.hn-order-address-card {
  padding: 1.25rem;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: var(--hn-panel-strong);
}

.hn-order-address-card h3 {
  margin: 0 0 0.75rem;
  font-family: var(--hn-display);
  font-size: 0.95rem;
}

.hn-order-address-card address {
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--hn-muted);
}

/* Actions */

.hn-order-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hn-order-actions .hn-text-link {
  margin-left: auto;
  font-size: 0.86rem;
  color: var(--hn-muted);
}

/* Order notes */

.hn-order-notes h3 {
  margin: 0 0 1rem;
  font-family: var(--hn-display);
  font-size: 1.1rem;
}

.hn-order-notes-list {
  display: grid;
  gap: 0.75rem;
}

.hn-order-note {
  padding: 1rem;
  border-left: 3px solid rgba(59, 115, 212, 0.3);
  border-radius: 0 12px 12px 0;
  background: rgba(59, 115, 212, 0.03);
}

.hn-order-note-date {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--hn-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.hn-order-note-text p {
  margin: 0;
  font-size: 0.9rem;
}

@media (max-width: 640px) {
  .hn-order-header-top {
    flex-direction: column;
  }

  .hn-order-addresses {
    grid-template-columns: 1fr;
  }

  .hn-order-tracking-card {
    flex-wrap: wrap;
  }

  .hn-order-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hn-order-actions .hn-text-link {
    margin-left: 0;
  }
}

/* Legacy WooCommerce order details (fallback) */
.woocommerce-order-details {
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: var(--hn-panel-strong);
  box-shadow: var(--hn-shadow);
  overflow: hidden;
  padding: 1.5rem;
}

.woocommerce-order-details h2 {
  margin-top: 0;
  font-family: var(--hn-display);
  font-size: 1.2rem;
}

/* Pagination */

.woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.5rem 0;
}

.woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--hn-line);
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--hn-muted);
  background: var(--hn-panel-strong);
  transition: border-color 0.2s ease;
}

.woocommerce-pagination .page-numbers:hover {
  border-color: var(--hn-ink);
  color: var(--hn-ink);
}

.woocommerce-pagination .page-numbers.current {
  background: var(--hn-ink);
  color: #fff;
  border-color: var(--hn-ink);
}

/* Account section titles (WooCommerce default h2/h3 inside content) */

.hn-account-main > h2,
.hn-account-main > h3,
.hn-account-main .woocommerce > h2,
.hn-account-main .woocommerce > h3 {
  font-family: var(--hn-display);
  font-size: 1.3rem;
  line-height: 1.15;
  margin-top: 0;
}

/* WooCommerce notices within account */

.hn-account-main .woocommerce-info,
.hn-account-main .woocommerce-message,
.hn-account-main .woocommerce-error {
  border-radius: 18px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
}

/* Form row refinements within account */

.hn-account-main .form-row {
  margin-bottom: 1.25rem;
}

.hn-account-main .form-row label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--hn-ink);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hn-account-main .form-row input.input-text,
.hn-account-main .form-row textarea,
.hn-account-main .form-row select {
  width: 100%;
  min-height: 48px;
  padding: 0 1rem;
  border: 1px solid var(--hn-line);
  border-radius: 16px;
  background: #fff;
  font: inherit;
  font-size: 0.94rem;
  color: var(--hn-ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hn-account-main .form-row input.input-text:focus,
.hn-account-main .form-row textarea:focus,
.hn-account-main .form-row select:focus {
  outline: none;
  border-color: rgba(59, 115, 212, 0.5);
  box-shadow: 0 0 0 3px rgba(59, 115, 212, 0.1);
}

/* ===================================================================
   Account responsive
   =================================================================== */

@media (max-width: 980px) {
  .hn-account-layout {
    grid-template-columns: 1fr;
  }

  .hn-account-sidebar {
    position: static;
  }

  .hn-account-nav-panel {
    overflow: visible;
  }

  .hn-account-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 4px;
  }

  .hn-account-menu-item a {
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.65rem 0.4rem;
    font-size: 0.72rem;
    text-align: center;
    white-space: nowrap;
    border-radius: 14px;
  }

  .hn-account-menu-icon {
    width: 1.15rem;
    height: 1.15rem;
  }

  .hn-account-menu-item:last-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  .hn-account-nav-help {
    display: none;
  }

  .hn-dashboard-actions {
    grid-template-columns: 1fr 1fr;
  }

  .hn-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .hn-dash-addresses {
    grid-template-columns: 1fr 1fr;
  }

  .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

  .hn-rewards-info-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hn-account-title {
    font-size: 1.6rem;
  }

  .hn-dashboard-stats {
    grid-template-columns: 1fr 1fr;
  }

  .hn-dashboard-actions {
    grid-template-columns: 1fr;
  }

  .hn-dash-addresses {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hn-rewards-info-cards {
    grid-template-columns: 1fr;
  }

  .hn-dash-order-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .hn-dash-order-right {
    width: 100%;
    justify-content: space-between;
  }

  .woocommerce-orders-table,
  .woocommerce-orders-table thead,
  .woocommerce-orders-table tbody,
  .woocommerce-orders-table tr,
  .woocommerce-orders-table td,
  .woocommerce-orders-table th {
    display: block;
  }

  .woocommerce-orders-table thead {
    display: none;
  }

  .woocommerce-orders-table tbody tr {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--hn-line);
  }

  .woocommerce-orders-table tbody td {
    padding: 0.25rem 0;
    border-bottom: 0;
  }

  .woocommerce-orders-table tbody td::before {
    content: attr(data-title);
    display: block;
    color: var(--hn-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.15rem;
  }

  .hn-rewards-table-wrap {
    padding: 0 0.75rem 1rem;
  }
}

.site-header {
  top: 0;
  padding: 0;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.hn-header-main-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0.48rem 0.8rem 0.62rem;
  grid-template-columns: auto minmax(360px, 500px) minmax(0, 1fr);
  gap: 0.8rem;
  border: 1px solid rgba(17, 24, 42, 0.08);
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 14px 28px rgba(17, 24, 42, 0.07);
}

.hn-brand-mark {
  width: 34px;
  height: 34px;
}

.hn-searchbar {
  min-height: 44px;
  border-radius: 13px;
}

.hn-searchbar button {
  min-width: 72px;
  min-height: 44px;
}

.hn-header-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.5rem;
}

.hn-header-nav-cluster {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.hn-header-nav-cluster--right {
  justify-content: flex-end;
}

.hn-desktop-link,
.hn-desktop-menu summary {
  min-height: 40px;
  padding: 0 0.86rem;
  border-color: rgba(17, 24, 42, 0.07);
  background: #f8f9fd;
  box-shadow: none;
}

.hn-header-dropdown-panel {
  top: calc(100% + 0.7rem);
  padding: 0.75rem;
  border-radius: 20px;
}

.hn-desktop-menu-discover .hn-header-dropdown-panel {
  min-width: min(340px, calc(100vw - 64px));
}

.hn-desktop-menu-account .hn-header-dropdown-panel {
  left: auto;
  right: 0;
}

.hn-header-account-panel {
  min-width: min(560px, calc(100vw - 64px));
  gap: 1rem;
  align-items: start;
}

.hn-header-account-panel--member {
  box-sizing: border-box;
  width: min(430px, calc(100vw - 32px));
  min-width: min(430px, calc(100vw - 32px));
  max-width: min(430px, calc(100vw - 32px));
  grid-template-columns: minmax(0, 1fr);
}

.hn-header-account-panel--guest {
  box-sizing: border-box;
  width: min(440px, calc(100vw - 32px)) !important;
  min-width: min(440px, calc(100vw - 32px)) !important;
  max-width: min(440px, calc(100vw - 32px));
  grid-template-columns: minmax(0, 1fr);
}

.hn-header-account-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.hn-header-account-utility {
  display: flex;
  align-items: stretch;
  gap: 0.55rem;
}

.hn-header-account-utility-link {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 0.88rem;
  border: 1px solid rgba(17, 24, 42, 0.08);
  border-radius: 999px;
  background: #fff;
  color: var(--hn-ink);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.hn-header-account-utility-link:hover {
  transform: translateY(-1px);
  border-color: rgba(69, 100, 172, 0.16);
  background: #f7f9ff;
  color: var(--hn-ink);
  box-shadow: 0 10px 20px rgba(69, 100, 172, 0.08);
}

.hn-header-account-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 88px;
  padding: 0.9rem 0.7rem;
  border: 1px solid rgba(17, 24, 42, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfcff, #f4f7ff);
  color: var(--hn-ink);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.hn-header-account-link:hover {
  transform: translateY(-1px);
  border-color: rgba(69, 100, 172, 0.16);
  background: linear-gradient(180deg, #ffffff, #eef4ff);
  box-shadow: 0 12px 24px rgba(69, 100, 172, 0.12);
}

.hn-header-account-link .hn-drawer-link-icon {
  width: 1.35rem;
  height: 1.35rem;
  color: #6e7b9c;
}

.hn-header-account-link:hover .hn-drawer-link-icon {
  color: #335daa;
}

.hn-header-account-link-label {
  line-height: 1.2;
}

.hn-header-account-copy,
.hn-header-auth-panel,
.hn-mobile-auth-panel {
  display: grid;
  gap: 0.72rem;
}

.hn-header-account-panel--guest .hn-header-auth-panel {
  padding: 0.2rem;
}

.hn-header-account-copy h3,
.hn-header-auth-panel h3 {
  margin: 0;
  color: var(--hn-ink);
  font-size: 1.12rem;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.hn-header-account-copy p,
.hn-header-auth-panel p,
.hn-mobile-auth-panel p,
.hn-mobile-drawer-footnote {
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

.hn-header-auth-actions,
.hn-mobile-auth-actions {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.55rem;
}

.hn-header-auth-actions .hn-button,
.hn-header-auth-actions .hn-button-outline,
.hn-mobile-auth-actions .hn-button,
.hn-mobile-auth-actions .hn-button-outline {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  min-height: 44px;
  padding: 0 0.92rem;
  font-size: 0.84rem;
}

.hn-header-auth-actions a,
.hn-mobile-auth-actions a {
  text-decoration: none;
}

.hn-header-auth-actions .hn-button,
.hn-mobile-auth-actions .hn-button {
  color: #fff;
  background: linear-gradient(135deg, #8f285f, #3b73d4);
  box-shadow: 0 14px 28px rgba(56, 90, 171, 0.18);
}

.hn-header-auth-actions .hn-button:hover,
.hn-mobile-auth-actions .hn-button:hover {
  color: #fff;
  background: linear-gradient(135deg, #a43372, #4b81e2);
}

.hn-header-auth-actions .hn-button-outline,
.hn-mobile-auth-actions .hn-button-outline {
  color: var(--hn-ink);
  background: #fff;
}

.hn-header-auth-actions .hn-button-outline:hover,
.hn-mobile-auth-actions .hn-button-outline:hover {
  color: var(--hn-ink);
}

.hn-mobile-account-actions {
  display: flex;
  align-items: stretch;
  gap: 0.55rem;
}

.hn-mobile-account-action {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 0.88rem;
  border: 1px solid rgba(69, 100, 172, 0.14);
  border-radius: 999px;
  background: linear-gradient(135deg, #8f285f, #3b73d4);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(56, 90, 171, 0.14);
}

.hn-mobile-account-action:hover {
  color: #fff;
  background: linear-gradient(135deg, #a43372, #4b81e2);
}

.hn-mobile-account-action--secondary {
  background: #fff;
  color: var(--hn-ink);
  box-shadow: none;
}

.hn-mobile-account-action--secondary:hover {
  color: var(--hn-ink);
  background: #f7f9ff;
}

.hn-header-market-panel {
  display: grid;
  gap: 0.8rem;
  padding: 0.15rem;
}

.hn-mobile-discover-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.hn-mobile-discover-card,
.hn-mobile-drawer-link-card {
  display: grid;
  gap: 0.22rem;
  min-height: 82px;
  padding: 0.85rem;
  border: 1px solid rgba(17, 24, 42, 0.08);
  border-radius: 16px;
  background: #fff;
  color: var(--hn-ink);
  text-decoration: none;
}

.hn-mobile-discover-card strong {
  font-size: 0.94rem;
  line-height: 1.1;
}

.hn-mobile-discover-count {
  color: var(--hn-muted);
  font-size: 0.74rem;
  font-weight: 600;
}

.hn-mobile-discover-card--all {
  grid-column: 1 / -1;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f2f4fb, #f8f9ff);
  font-weight: 700;
}

.hn-mobile-drawer-links--account {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.hn-mobile-drawer-panel--guest {
  gap: 0.72rem;
}

.hn-mobile-drawer-link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 72px;
  padding: 0.7rem 0.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.hn-drawer-link-icon {
  display: inline-flex;
  width: 1.4rem;
  height: 1.4rem;
  color: var(--hn-muted);
  transition: color 0.2s ease;
}

.hn-drawer-link-icon svg {
  width: 100%;
  height: 100%;
}

.hn-mobile-drawer-link-card:hover .hn-drawer-link-icon {
  color: var(--hn-ink);
}

@media (max-width: 1024px) {
  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .hn-header-main-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.7rem 0.9rem 0.85rem;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.7rem;
    border-radius: 0 0 20px 20px;
  }

  .hn-searchbar {
    min-height: 42px;
  }

  .hn-searchbar input {
    padding: 0 0.82rem;
    font-size: 0.86rem;
  }

  .hn-searchbar button {
    min-width: 66px;
    min-height: 42px;
    padding: 0 0.78rem;
    font-size: 0.8rem;
  }

  .hn-mobile-dock {
    right: 0;
    bottom: 0;
    left: 0;
    gap: 0.3rem;
    padding: 0.44rem 0.7rem calc(0.44rem + env(safe-area-inset-bottom));
    border: 0;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -18px 36px rgba(10, 11, 17, 0.28);
  }

  .hn-mobile-dock-item {
    min-height: 44px;
    padding: 0 0.45rem;
    border-radius: 18px;
  }

  .hn-mobile-dock-item.is-current {
    flex: 1.35 1 0;
    padding: 0 0.75rem;
  }

  .hn-mobile-dock-item.is-current .hn-mobile-dock-label {
    max-width: 68px;
    margin-left: 0.42rem;
  }

  .hn-mobile-drawer {
    display: block;
    right: 12px;
    bottom: calc(68px + env(safe-area-inset-bottom));
    left: 12px;
  }

  .hn-mobile-drawer-panel {
    max-height: min(68vh, 540px);
    overflow: auto;
    border-radius: 22px;
  }
}

@media (max-width: 640px) {
  .hn-header-main-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.38rem 0.55rem 0.38rem;
    gap: 0.42rem;
  }

  .hn-brand-mark {
    width: 28px;
    height: 28px;
  }

  .hn-searchbar {
    min-height: 42px;
    border-radius: 15px;
  }

  .hn-searchbar input {
    padding: 0 0.75rem;
    font-size: 0.82rem;
  }

  .hn-searchbar button {
    min-width: 68px;
    min-height: 42px;
    padding: 0 0.78rem;
    font-size: 0.76rem;
  }

  .hn-mobile-dock {
    padding: 0.38rem 0.55rem calc(0.38rem + env(safe-area-inset-bottom));
    border-radius: 18px 18px 0 0;
  }

  .hn-mobile-dock-item {
    min-height: 42px;
    padding: 0 0.38rem;
  }

  .hn-mobile-dock-item.is-current {
    padding: 0 0.62rem;
  }

  .hn-mobile-dock-label {
    font-size: 0.76rem;
  }

  .hn-mobile-drawer {
    display: block;
    right: 10px;
    bottom: calc(64px + env(safe-area-inset-bottom));
    left: 10px;
  }

  .hn-mobile-discover-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hn-mobile-drawer-links--account {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hn-mobile-discover-card,
  .hn-mobile-drawer-link-card {
    padding: 0.8rem;
  }

  .hn-header-auth-actions,
  .hn-mobile-auth-actions {
    gap: 0.45rem;
  }

  .hn-header-auth-actions .hn-button,
  .hn-header-auth-actions .hn-button-outline,
  .hn-mobile-auth-actions .hn-button,
  .hn-mobile-auth-actions .hn-button-outline {
    min-height: 42px;
    padding: 0 0.82rem;
    font-size: 0.82rem;
  }
}

@media (max-width: 1180px) {
  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  body.hn-mobile-drawer-open {
    overflow: hidden;
  }

  .site-header {
    padding: 0 !important;
  }

  .hn-header-main-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.44rem 0.7rem 0.44rem;
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 0.48rem;
    border-radius: 0 0 22px 22px;
  }

  .hn-header-desktop-nav {
    display: none !important;
  }

  .hn-brand-mark {
    width: 30px;
    height: 30px;
  }

  .hn-searchbar {
    min-height: 44px;
    border-radius: 16px;
    border-color: rgba(113, 128, 190, 0.16);
    box-shadow: 0 10px 24px rgba(17, 24, 42, 0.08);
  }

  .hn-searchbar input {
    padding: 0 0.86rem;
    font-size: 0.84rem;
  }

  .hn-searchbar button {
    min-width: 72px;
    min-height: 44px;
    padding: 0 0.9rem;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, #a43372, #4b81e2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 10px 20px rgba(75, 129, 226, 0.2);
  }

  .hn-mobile-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.3rem;
    padding: 0.44rem 0.7rem calc(0.44rem + env(safe-area-inset-bottom));
    border: 1px solid rgba(17, 24, 42, 0.08);
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -18px 36px rgba(17, 24, 42, 0.1);
    backdrop-filter: blur(18px);
    transition:
      opacity 0.24s ease,
      transform 0.28s ease;
  }

  body.hn-mobile-dock-hidden .hn-mobile-dock {
    opacity: 0;
    transform: translateY(calc(100% + 18px));
    pointer-events: none;
  }

  .hn-mobile-dock-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    min-height: 44px;
    padding: 0 0.45rem;
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: rgba(26, 35, 63, 0.56);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    appearance: none;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
    transition:
      background 0.22s ease,
      color 0.22s ease,
      flex 0.22s ease,
      padding 0.22s ease,
      transform 0.28s ease,
      opacity 0.22s ease;
  }

  .hn-mobile-dock-icon {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 auto;
  }

  .hn-mobile-dock-icon svg {
    width: 100%;
    height: 100%;
  }

  .hn-mobile-dock-label {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: max-width 0.22s ease, opacity 0.18s ease, margin-left 0.22s ease;
  }

  .hn-mobile-dock-item.is-current {
    flex: 1.35 1 0;
    justify-content: flex-start;
    padding: 0 0.75rem;
    background: linear-gradient(135deg, #a43372, #4b81e2);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 10px 22px rgba(75, 129, 226, 0.22);
  }

  .hn-mobile-dock-item.is-current .hn-mobile-dock-label {
    max-width: 68px;
    margin-left: 0.42rem;
    opacity: 1;
  }

  .hn-mobile-drawer {
    display: block !important;
    position: fixed;
    right: 12px;
    bottom: calc(68px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 89;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .hn-mobile-drawer.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .hn-mobile-drawer-panel {
    display: none;
    gap: 0.9rem;
    padding: 1rem;
    border: 1px solid rgba(17, 24, 42, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 44px rgba(17, 24, 42, 0.18);
    max-height: min(68vh, 540px);
    overflow: auto;
    border-radius: 22px;
  }

  .hn-mobile-drawer-panel.is-open {
    display: grid !important;
  }

  .hn-mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
  }

  .hn-mobile-drawer-head strong {
    font-size: 1rem;
    line-height: 1.1;
  }

  .hn-mobile-drawer-head [data-market-summary] {
    color: var(--hn-muted);
    font-size: 0.84rem;
    font-weight: 700;
  }

  .hn-mobile-drawer-links {
    display: grid;
    gap: 0.35rem;
  }

  .hn-mobile-drawer-links a {
    padding: 0.78rem 0.9rem;
    border-radius: 14px;
    color: var(--hn-ink);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
  }

  .hn-mobile-drawer-links a:hover {
    background: #f3f6fc;
  }

  .hn-mobile-drawer .hn-header-market-panel {
    gap: 0.75rem;
  }
}

@media (min-width: 1181px) {
  body {
    padding-bottom: 0;
  }

  body.hn-mobile-drawer-open {
    overflow: auto;
  }

  .site-header {
    padding: 0 !important;
  }

  .hn-header-main-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.48rem 0.8rem 0.62rem;
    grid-template-columns: auto minmax(360px, 500px) minmax(0, 1fr) !important;
    gap: 0.8rem;
    border-radius: 0 0 22px 22px;
  }

  .hn-header-desktop-nav {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .hn-mobile-dock,
  .hn-mobile-drawer {
    display: none !important;
  }
}

.site-header {
  padding: 0 !important;
}

/* ===================================================================
   Profile — read-only card (identity managed on Witdrim)
   =================================================================== */

.hn-profile {
  max-width: 560px;
}

.hn-profile-header {
  margin-bottom: 2rem;
}

.hn-profile-header h2 {
  margin: 0.25rem 0 0.5rem;
  font-family: var(--hn-display);
  font-size: 1.4rem;
  line-height: 1.15;
}

.hn-profile-header p {
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.hn-profile-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 1.75rem;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: var(--hn-panel-strong);
  box-shadow: 0 8px 24px rgba(17, 24, 42, 0.04);
}

.hn-profile-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hn-accent), #3b73d4);
}

.hn-profile-avatar-letter {
  color: #fff;
  font-family: var(--hn-display);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

.hn-profile-fields {
  display: grid;
  gap: 1.15rem;
}

.hn-profile-field {
  display: grid;
  gap: 0.15rem;
}

.hn-profile-field-label {
  color: var(--hn-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hn-profile-field-value {
  color: var(--hn-ink);
  font-size: 0.96rem;
  font-weight: 500;
}

.hn-profile-notice {
  grid-column: 1 / -1;
  margin: 0.5rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--hn-line);
  color: var(--hn-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.hn-profile-actions {
  grid-column: 1 / -1;
  margin-top: 0.25rem;
}

.hn-profile-actions .hn-button {
  gap: 0.5rem;
}

@media (max-width: 480px) {
  .hn-profile-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

/* ===================================================================
   Orders — card list with thumbnails
   =================================================================== */

.hn-orders-list {
  display: grid;
  gap: 0.75rem;
}

.hn-order-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background: var(--hn-panel-strong);
  box-shadow: 0 4px 16px rgba(17, 24, 42, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  color: var(--hn-ink);
  text-decoration: none;
}

.hn-order-card:hover {
  border-color: rgba(17, 24, 42, 0.16);
  box-shadow: 0 8px 24px rgba(17, 24, 42, 0.06);
}

/* Thumbnails stack */

.hn-order-card-thumbs {
  display: flex;
  position: relative;
}

.hn-order-card-thumbs img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(17, 24, 42, 0.08);
}

.hn-order-card-thumbs img + img {
  margin-left: -14px;
}

.hn-order-card-thumbs img.hn-order-card-thumb-extra {
  opacity: 0.4;
}

.hn-order-card-more {
  position: absolute;
  right: 2px;
  bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--hn-ink);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
}

/* Info */

.hn-order-card-info {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

.hn-order-card-top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.hn-order-card-number {
  font-size: 0.96rem;
}

.hn-order-card-meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--hn-muted);
  font-size: 0.82rem;
  flex-wrap: wrap;
}

/* Arrow */

.hn-order-card-arrow {
  color: var(--hn-muted);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.hn-order-card:hover .hn-order-card-arrow {
  transform: translateX(3px);
}

@media (max-width: 640px) {
  .hn-order-card {
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
  }

  .hn-order-card-arrow {
    display: none;
  }

  .hn-order-card-thumbs img {
    width: 40px;
    height: 40px;
  }
}

.hn-order-support-panel {
  margin-top: 1.5rem;
  padding: 1.4rem;
  border: 1px solid var(--hn-line);
  border-radius: var(--hn-radius-lg);
  background:
    radial-gradient(circle at top left, rgba(143, 40, 95, 0.07), transparent 36%),
    radial-gradient(circle at bottom right, rgba(77, 127, 240, 0.08), transparent 30%),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 24px rgba(17, 24, 42, 0.04);
}

.hn-order-support-head h2 {
  margin: 0 0 0.5rem;
  font-family: var(--hn-display);
  font-size: 1.7rem;
  line-height: 1.06;
}

.hn-order-support-head p:last-child {
  margin-bottom: 0;
  color: var(--hn-muted);
}

.hn-order-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

/* ===================================================================
   Addresses — edit form refinements
   =================================================================== */

.hn-account-main .woocommerce-address-fields h3,
.hn-account-main .woocommerce-address-fields h2 {
  font-family: var(--hn-display);
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.hn-account-main .woocommerce-address-fields .form-row {
  margin-bottom: 1.25rem;
}

.hn-account-main .woocommerce-address-fields .form-row label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--hn-ink);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hn-account-main .woocommerce-address-fields .form-row label .required {
  color: var(--hn-accent);
}

.hn-account-main .woocommerce-address-fields .form-row input.input-text,
.hn-account-main .woocommerce-address-fields .form-row textarea,
.hn-account-main .woocommerce-address-fields .form-row select,
.hn-account-main .woocommerce-address-fields .form-row .select2-selection {
  width: 100%;
  min-height: 50px;
  padding: 0 1.1rem;
  border: 1.5px solid var(--hn-line);
  border-radius: 16px;
  background: #fff;
  font: inherit;
  font-size: 0.94rem;
  color: var(--hn-ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hn-account-main .woocommerce-address-fields .form-row input.input-text:focus,
.hn-account-main .woocommerce-address-fields .form-row textarea:focus,
.hn-account-main .woocommerce-address-fields .form-row select:focus {
  outline: none;
  border-color: var(--hn-accent);
  box-shadow: 0 0 0 3px rgba(141, 46, 113, 0.1);
}

.hn-account-main .woocommerce-address-fields .form-row-first,
.hn-account-main .woocommerce-address-fields .form-row-last {
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
}

.hn-account-main .woocommerce-address-fields .form-row-last {
  margin-left: 2.5%;
}

.hn-account-main .woocommerce-address-fields button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 2rem;
  margin-top: 0.75rem;
  border: 0;
  border-radius: 999px;
  background: var(--hn-ink);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.hn-account-main .woocommerce-address-fields button[type="submit"]:hover {
  background: rgba(17, 24, 42, 0.85);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .hn-account-main .woocommerce-address-fields .form-row-first,
  .hn-account-main .woocommerce-address-fields .form-row-last {
    width: 100%;
    display: block;
    margin-left: 0;
  }
}

/* ===================================================================
   Cart
   =================================================================== */

body.woocommerce-cart .hn-editorial-page .hn-eyebrow,
body.woocommerce-cart .hn-editorial-page .hn-display {
  display: none;
}

/* Empty cart */

.hn-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 1.5rem;
  min-height: 50vh;
  max-width: 760px;
  margin: 0 auto;
}

.hn-cart-empty-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(141, 46, 113, 0.08), rgba(59, 115, 212, 0.08));
  color: var(--hn-muted);
}

.hn-cart-empty .hn-eyebrow {
  margin-bottom: 0.75rem;
}

.hn-cart-empty h1,
.hn-cart-empty h2 {
  margin: 0 0 0.5rem;
  font-family: var(--hn-display);
  font-size: 1.6rem;
  line-height: 1.15;
  color: var(--hn-ink);
}

.hn-cart-empty p {
  max-width: 340px;
  margin: 0 0 1.75rem;
  color: var(--hn-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.hn-cart-empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-bottom: 0.95rem;
}

.hn-cart-empty-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.hn-cart-empty-links a {
  color: #294574;
  font-weight: 700;
}

.hn-cart-empty-notes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.hn-cart-empty-notes span {
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--hn-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--hn-muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.hn-cart-notices .woocommerce-message,
.hn-cart-notices .woocommerce-info,
.hn-cart-notices .woocommerce-error {
  margin: 0 0 1rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
}

/* Cart — premium card layout */

.hn-cart-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 1.25rem;
}

.hn-cart-heading {
  display: grid;
  gap: 0.5rem;
  max-width: 38rem;
}

.hn-cart-header h1 {
  margin: 0;
  font-family: var(--hn-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.1;
}

.hn-cart-intro {
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.hn-cart-header-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.hn-cart-stat {
  display: grid;
  gap: 0.15rem;
  min-width: 140px;
  padding: 0.85rem 1rem;
  border: 1px solid var(--hn-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.hn-cart-stat strong {
  font-size: 1rem;
}

.hn-cart-stat span {
  color: var(--hn-muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.hn-cart-continue {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--hn-muted);
  font-size: 0.88rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.hn-cart-continue:hover {
  color: var(--hn-ink);
}

.hn-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 2rem;
  align-items: start;
}

.hn-cart-items {
  display: grid;
  gap: 1rem;
}

.hn-cart-guidance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.hn-cart-guidance-item {
  padding: 1rem 1.1rem;
  border: 1px solid var(--hn-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
}

.hn-cart-guidance-item strong {
  display: block;
  margin-bottom: 0.25rem;
}

.hn-cart-guidance-item p {
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.hn-cart-item {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem;
  border: 1px solid var(--hn-line);
  border-radius: 22px;
  background: var(--hn-panel-strong);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hn-cart-item:hover {
  border-color: rgba(139, 160, 212, 0.3);
  box-shadow: 0 8px 24px rgba(17, 24, 42, 0.06);
}

.hn-cart-item-img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--hn-line);
  background: var(--hn-panel);
}

.hn-cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hn-cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.hn-cart-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
}

.hn-cart-item-info {
  display: grid;
  gap: 0.2rem;
}

.hn-cart-item-name {
  font-weight: 700;
  font-size: 1rem;
  color: var(--hn-ink);
  line-height: 1.3;
}

.hn-cart-item-price {
  color: var(--hn-muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.hn-cart-item-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  color: var(--hn-muted);
  transition: background 0.2s ease, color 0.2s ease;
}

.hn-cart-item-remove:hover {
  background: rgba(220, 50, 50, 0.08);
  color: #c33;
}

.hn-cart-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.75rem;
}

.hn-cart-item-qty .qty {
  width: 56px;
  min-height: 38px;
  text-align: center;
  border: 1.5px solid var(--hn-line);
  border-radius: 12px;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  background: #fff;
}

.hn-cart-item-subtotal {
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--hn-ink);
}

/* Cart actions row */

.hn-cart-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding-top: 0.5rem;
}

.hn-cart-coupon {
  display: flex;
  gap: 0.5rem;
}

.hn-cart-coupon input {
  min-height: 42px;
  padding: 0 1rem;
  border: 1.5px solid var(--hn-line);
  border-radius: 14px;
  font: inherit;
  font-size: 0.88rem;
  width: 160px;
}

.hn-cart-coupon input:focus {
  outline: none;
  border-color: rgba(59, 115, 212, 0.5);
}

.hn-cart-update {
  min-height: 42px;
  padding: 0 1.25rem;
  border: 1.5px solid var(--hn-line);
  border-radius: 14px;
  background: transparent;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--hn-muted);
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.hn-cart-update:hover {
  border-color: var(--hn-ink);
  color: var(--hn-ink);
}

.hn-cart-actions-note {
  margin: -0.2rem 0 0;
  color: var(--hn-muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

/* Cart sidebar */

.hn-cart-sidebar {
  display: grid;
  gap: 1rem;
}

.hn-cart-totals-card {
  padding: 1.75rem;
  border: 1px solid var(--hn-line);
  border-radius: 22px;
  background: var(--hn-panel-strong);
  box-shadow: 0 8px 24px rgba(17, 24, 42, 0.04);
}

.cart_totals {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cart_totals h2 {
  margin: 0 0 1rem;
  font-family: var(--hn-display);
  font-size: 1.2rem;
}

.cart_totals table {
  width: 100%;
  margin-bottom: 1.25rem;
}

.cart_totals table th {
  text-align: left;
  padding: 0.6rem 0;
  color: var(--hn-muted);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.cart_totals table td {
  text-align: right;
  padding: 0.6rem 0;
  font-size: 0.96rem;
  font-weight: 600;
}

.cart_totals .order-total td {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--hn-ink);
}

.cart_totals .wc-proceed-to-checkout .checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--hn-ink);
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: rgba(17, 24, 42, 0.85);
  transform: translateY(-1px);
}

.hn-cart-sidebar-note {
  padding: 1.35rem;
  border: 1px solid var(--hn-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
}

.hn-cart-sidebar-note h2 {
  margin: 0 0 1rem;
  font-family: var(--hn-display);
  font-size: 1.15rem;
  line-height: 1.15;
}

.hn-cart-note-list {
  display: grid;
  gap: 0.9rem;
}

.hn-cart-note-list article strong {
  display: block;
  margin-bottom: 0.2rem;
}

.hn-cart-note-list article p {
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

/* Cart trust badges */

.hn-cart-trust {
  display: grid;
  gap: 0.6rem;
  padding: 1.25rem;
  border: 1px solid var(--hn-line);
  border-radius: 22px;
  background: var(--hn-panel-strong);
}

.hn-cart-trust-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--hn-muted);
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
}

.hn-cart-trust-item svg {
  flex-shrink: 0;
  color: var(--hn-accent);
}

.hn-cart-trust-item:hover {
  color: var(--hn-ink);
}

.hn-thankyou-shell {
  background:
    linear-gradient(180deg, #fbfdff 0%, #f2f5fb 100%);
}

.hn-thankyou-status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--hn-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 700;
}

.hn-thankyou-status span {
  color: var(--hn-muted);
}

.hn-thankyou-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hn-thankyou-step {
  padding: 1.2rem;
  border: 1px solid var(--hn-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
}

.hn-thankyou-step strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.96rem;
}

.hn-thankyou-step p {
  margin: 0;
  color: var(--hn-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.hn-thankyou-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}

@media (max-width: 768px) {
  .hn-cart-layout {
    grid-template-columns: 1fr;
  }

  .hn-cart-guidance,
  .hn-thankyou-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hn-cart-item {
    flex-direction: column;
    gap: 0.75rem;
  }

  .hn-cart-item-img {
    width: 80px;
    height: 80px;
  }

  .hn-cart-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .hn-cart-header-meta {
    justify-content: flex-start;
  }

  .hn-cart-empty-actions,
  .hn-cart-empty-links {
    flex-direction: column;
    width: 100%;
  }

  .hn-cart-empty-actions .hn-button,
  .hn-cart-empty-actions .hn-button-outline {
    width: 100%;
  }
}

/* ===================================================================
   Scroll-driven values — orbital order journey
   =================================================================== */

.hn-scroll-values {
  --hn-values-sweep: 0deg;
  position: relative;
  overflow: visible;
  margin: 1rem 0 0;
  background: transparent;
}

.hn-scroll-values.is-enhanced {
  height: 430vh;
}

.hn-scroll-values-sticky {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 5rem 0;
  overflow: hidden;
}

.hn-scroll-values.is-enhanced .hn-scroll-values-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 0;
}

.hn-scroll-values-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 0;
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.hn-scroll-values-copy {
  max-width: 28rem;
}

.hn-scroll-values-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.25rem;
  color: var(--hn-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hn-scroll-values-logo {
  display: inline-flex;
  width: 44px;
  height: 44px;
}

.hn-scroll-values-logo img,
.hn-scroll-values-core img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hn-scroll-values-headline {
  margin: 0;
  font-family: var(--hn-display);
  font-size: 4rem;
  line-height: 0.95;
  letter-spacing: 0;
}

.hn-scroll-values-lead {
  margin: 1.25rem 0 1.7rem;
  color: var(--hn-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.hn-scroll-values-progress {
  display: grid;
  grid-template-columns: auto minmax(8rem, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  color: rgba(17, 24, 42, 0.58);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hn-scroll-values-progress-track {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: rgba(17, 24, 42, 0.12);
}

.hn-scroll-values-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #8d2e71, #33766d, #3f5aa9);
}

.hn-scroll-values-stage {
  --x: 0px;
  --y: 0px;
  --z: 0px;
  --r: 0deg;
  --s: 1;
  --hn-values-origin-y: 50%;
  position: relative;
  width: min(1060px, calc(100vw - 96px));
  min-height: 760px;
  margin: 0 auto;
  isolation: isolate;
  perspective: 1200px;
}

.hn-scroll-values-map,
.hn-scroll-values-ring,
.hn-scroll-values-sweep {
  position: absolute;
  pointer-events: none;
}

.hn-scroll-values-map {
  top: var(--hn-values-origin-y);
  left: 50%;
  width: min(720px, calc(100vw - 220px), 70vh);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.hn-scroll-values-ring {
  inset: 0;
  border: 1px solid rgba(17, 24, 42, 0.1);
  border-radius: 999px;
}

.hn-scroll-values-ring--middle {
  inset: 13%;
  border-style: dashed;
  border-color: rgba(63, 90, 169, 0.14);
}

.hn-scroll-values-sweep {
  inset: 0;
  border-radius: 999px;
  background: conic-gradient(from -90deg, #8d2e71 0deg, #33766d var(--hn-values-sweep), transparent var(--hn-values-sweep) 360deg);
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  opacity: 0.92;
}

.hn-scroll-values-core {
  position: absolute;
  z-index: 60;
  top: var(--hn-values-origin-y);
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 212px;
  height: 212px;
  padding: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 244, 248, 0.88)),
    linear-gradient(90deg, rgba(141, 46, 113, 0.12), rgba(51, 118, 109, 0.12));
  box-shadow: 0 24px 70px rgba(17, 24, 42, 0.15);
  text-align: center;
  transform: translate(-50%, -50%);
}

.hn-scroll-values-core img {
  width: 96px;
  height: 96px;
  margin: 0;
}

.hn-scroll-values-list {
  display: grid;
  gap: 1rem;
}

.hn-scroll-values.is-enhanced .hn-scroll-values-list {
  position: absolute;
  inset: 0;
  display: block;
}

.hn-scroll-value {
  --tone-color: #8d2e71;
  --tone-surface: rgba(141, 46, 113, 0.1);
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: flex-start;
  min-height: 136px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 40px rgba(17, 24, 42, 0.08);
  color: var(--hn-ink);
}

.hn-scroll-values.is-enhanced .hn-scroll-value {
  position: absolute;
  z-index: var(--z-index, 1);
  top: var(--hn-values-origin-y);
  left: 50%;
  width: min(335px, 30vw);
  opacity: var(--opacity, 0.4);
  filter: blur(var(--blur, 0px)) saturate(var(--sat, 0.92));
  transform: translate(-50%, -50%) translate3d(var(--x), var(--y), var(--z)) rotate(var(--r)) scale(var(--s));
  transform-origin: center;
  will-change: transform, opacity, filter;
}

.hn-scroll-value::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 8px 0 0 8px;
  background: var(--tone-color);
  opacity: 0.8;
}

.hn-scroll-value.is-active {
  border-color: rgba(255, 255, 255, 0.96);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 74px rgba(17, 24, 42, 0.18);
}

.hn-scroll-value-chrome {
  display: grid;
  justify-items: center;
}

.hn-scroll-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: var(--tone-surface);
  color: var(--tone-color);
}

.hn-scroll-value-icon svg {
  width: 21px;
  height: 21px;
}

.hn-scroll-value-content {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
  text-align: left;
}

.hn-scroll-value-content strong {
  font-family: var(--hn-display);
  font-size: 1rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.hn-scroll-value-content span {
  color: var(--hn-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.hn-scroll-value--plum {
  --tone-color: #8d2e71;
  --tone-surface: rgba(141, 46, 113, 0.11);
}

.hn-scroll-value--teal {
  --tone-color: #33766d;
  --tone-surface: rgba(51, 118, 109, 0.12);
}

.hn-scroll-value--indigo {
  --tone-color: #3f5aa9;
  --tone-surface: rgba(63, 90, 169, 0.12);
}

.hn-scroll-value--sage {
  --tone-color: #607d42;
  --tone-surface: rgba(96, 125, 66, 0.12);
}

.hn-scroll-value--clay {
  --tone-color: #9a5d35;
  --tone-surface: rgba(154, 93, 53, 0.12);
}

.hn-scroll-value--blue {
  --tone-color: #2e6f9e;
  --tone-surface: rgba(46, 111, 158, 0.12);
}

.hn-scroll-values-caption {
  position: absolute;
  right: 2.5rem;
  bottom: 1.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(17, 24, 42, 0.46);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hn-scroll-values-caption::before {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(17, 24, 42, 0.22);
}

@media (max-width: 1060px) {
  .hn-scroll-values-inner {
    grid-template-columns: 1fr;
    width: min(820px, calc(100vw - 36px));
  }

  .hn-scroll-values-stage {
    width: min(760px, 100%);
  }
}

@media (max-width: 900px) {
  .hn-scroll-values.is-enhanced {
    height: 380vh;
  }

  .hn-scroll-values-sticky {
    align-items: center;
    min-height: 100dvh;
    padding: calc(2.75rem + env(safe-area-inset-top)) 0 calc(4rem + env(safe-area-inset-bottom));
  }

  .hn-scroll-values.is-enhanced .hn-scroll-values-sticky {
    height: 100dvh;
  }

  .hn-scroll-values-inner {
    gap: 0.55rem;
    width: min(100%, calc(100vw - 26px));
  }

  .hn-scroll-values-stage {
    --hn-values-origin-y: 40%;
    width: 100%;
    min-height: min(620px, calc(100dvh - 7rem));
  }

  .hn-scroll-values-map {
    width: min(390px, calc(100vw - 42px), 54vh);
  }

  .hn-scroll-values-core {
    z-index: 95;
    width: 142px;
    height: 142px;
    padding: 0.8rem;
    border-color: rgba(255, 255, 255, 0.96);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 252, 0.96)),
      linear-gradient(90deg, rgba(141, 46, 113, 0.1), rgba(51, 118, 109, 0.1));
    box-shadow:
      0 18px 54px rgba(17, 24, 42, 0.16),
      0 0 0 8px rgba(255, 255, 255, 0.38);
  }

  .hn-scroll-values-core img {
    width: 72px;
    height: 72px;
    margin: 0;
  }

  .hn-scroll-values.is-enhanced .hn-scroll-value {
    width: min(315px, 86vw);
  }

  .hn-scroll-value {
    min-height: 104px;
    gap: 0.78rem;
    padding: 0.85rem;
  }

  .hn-scroll-value-icon {
    width: 36px;
    height: 36px;
  }

  .hn-scroll-value-icon svg {
    width: 18px;
    height: 18px;
  }

  .hn-scroll-value-content strong {
    font-size: 0.9rem;
  }

  .hn-scroll-value-content span {
    font-size: 0.78rem;
    line-height: 1.38;
  }

  .hn-scroll-values-caption {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hn-scroll-values.is-enhanced {
    height: auto;
  }

  .hn-scroll-values.is-enhanced .hn-scroll-values-sticky {
    position: relative;
    height: auto;
    min-height: 0;
  }

  .hn-scroll-values.is-enhanced .hn-scroll-values-list {
    position: relative;
    display: grid;
  }

  .hn-scroll-values.is-enhanced .hn-scroll-value {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* ===================================================================
   WDRIM Cashback
   =================================================================== */

.hn-wdrim-cashback {
  padding-top: 1rem;
}

.hn-referral-showcase {
  position: relative;
  padding-top: clamp(1.25rem, 3vw, 2.4rem);
}

.hn-referral-showcase__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(28rem, 0.96fr) minmax(0, 1fr);
  gap: clamp(0.9rem, 2vw, 1.85rem);
  align-items: start;
  max-width: min(100%, 74rem);
  margin-inline: auto;
}

.hn-referral-showcase__layout::before,
.hn-referral-showcase__layout::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.hn-referral-showcase__layout::before {
  top: clamp(1rem, 4vw, 3rem);
  left: clamp(-2rem, -4vw, -4rem);
  width: clamp(12rem, 26vw, 22rem);
  height: clamp(12rem, 26vw, 22rem);
  background: radial-gradient(circle, rgba(164, 98, 153, 0.14), transparent 72%);
}

.hn-referral-showcase__layout::after {
  right: clamp(-1rem, -3vw, -3rem);
  bottom: clamp(0rem, 2vw, 2rem);
  width: clamp(13rem, 24vw, 20rem);
  height: clamp(13rem, 24vw, 20rem);
  background: radial-gradient(circle, rgba(102, 144, 239, 0.15), transparent 72%);
}

.hn-referral-showcase__intro,
.hn-referral-showcase__panel {
  position: relative;
  z-index: 1;
}

.hn-referral-showcase__intro {
  display: grid;
  align-content: start;
  gap: 0.95rem;
  padding-top: clamp(0.75rem, 1.8vw, 1.35rem);
  justify-self: stretch;
  width: 100%;
  padding-right: clamp(0rem, 1vw, 0.75rem);
}

.hn-referral-showcase__eyebrow {
  color: rgba(74, 98, 150, 0.82);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hn-referral-showcase__intro h2 {
  margin: 0;
  color: var(--hn-ink);
  font-family: var(--hn-display);
  font-size: clamp(2.2rem, 5vw, 4.25rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  width: 100%;
  max-width: none;
}

.hn-referral-showcase__panel {
  display: grid;
  gap: 1rem;
  padding: clamp(1.1rem, 2.5vw, 1.7rem);
  border: 1px solid rgba(92, 112, 166, 0.16);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 248, 255, 0.96));
  box-shadow:
    0 24px 48px rgba(17, 24, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hn-referral-showcase__preview,
.hn-referral-showcase__footer {
  display: grid;
  gap: 0.9rem;
}

.hn-referral-showcase__preview {
  padding: 1rem;
  border: 1px solid rgba(92, 112, 166, 0.12);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(243, 246, 255, 0.92), rgba(236, 241, 252, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.hn-referral-showcase__preview-label,
.hn-referral-showcase__share-label strong {
  color: rgba(74, 98, 150, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hn-referral-showcase__message {
  display: grid;
  gap: 0.8rem;
  padding: 1.05rem 1.12rem;
  border-radius: 1.28rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(92, 112, 166, 0.11);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 28px rgba(17, 24, 42, 0.05);
}

.hn-referral-showcase__message p {
  margin: 0;
  color: rgba(24, 32, 57, 0.88);
  font-size: 1rem;
  line-height: 1.48;
}

.hn-referral-showcase__message code {
  display: block;
  margin: 0;
  padding: 0.88rem 0.96rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(235, 241, 255, 0.92), rgba(228, 235, 250, 0.88));
  color: #5276b8;
  font-size: 0.9rem;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hn-referral-showcase__copy.hn-button {
  width: 100%;
  min-height: 3.3rem;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hn-accent), #4b78e3);
  color: #fff;
  box-shadow:
    0 18px 28px rgba(83, 88, 196, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hn-referral-showcase__copy.hn-button:hover {
  background: linear-gradient(135deg, #9f3c7f, #416fda);
}

.hn-referral-showcase__share-label {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.85rem;
  align-items: center;
}

.hn-referral-showcase__share-label span {
  height: 1px;
  background: rgba(92, 112, 166, 0.16);
}

.hn-referral-showcase__share-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.hn-referral-share {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  min-height: 3.35rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(92, 112, 166, 0.14);
  border-radius: 1.1rem;
  cursor: pointer;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.72);
  color: var(--hn-ink);
  font-family: inherit;
  font-size: 0.96rem;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 10px 18px rgba(17, 24, 42, 0.05);
  transition:
    transform var(--motion-duration, 220ms) var(--motion-easing, ease),
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.hn-referral-share:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(92, 112, 166, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 22px rgba(17, 24, 42, 0.08);
}

.hn-referral-share__icon {
  display: block;
  width: 1.42rem;
  height: 1.42rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.hn-referral-share__label {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

@media (max-width: 1040px) {
  .hn-referral-showcase__layout {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .hn-referral-showcase__intro {
    justify-self: center;
    justify-items: center;
    width: 100%;
    text-align: center;
  }

  .hn-referral-showcase__intro h2 {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .hn-referral-showcase__panel {
    padding: 1rem;
    border-radius: 1.45rem;
  }

  .hn-referral-showcase__preview,
  .hn-referral-showcase__message {
    border-radius: 1.05rem;
  }

  .hn-referral-showcase__intro h2 {
    font-size: clamp(1.85rem, 9vw, 2.7rem);
    width: 100%;
    max-width: none;
  }

  .hn-referral-showcase__message p {
    font-size: 0.92rem;
  }

  .hn-referral-showcase__share-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .hn-referral-share {
    gap: 0.45rem;
    min-height: 3.3rem;
    padding: 0.7rem 0.55rem;
    font-size: 0.82rem;
  }

  .hn-referral-share__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.hn-wdrim-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3rem;
  padding: 3rem 3.5rem;
  border-radius: var(--hn-radius-lg);
  background: linear-gradient(135deg, #1a1632 0%, #0f1628 50%, #12162e 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hn-wdrim-copy {
  position: relative;
  z-index: 1;
}

.hn-wdrim-badge {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hn-accent), #3b73d4);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hn-wdrim-card h2 {
  margin: 0 0 0.75rem;
  font-family: var(--hn-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.15;
  color: #fff;
}

.hn-wdrim-card > .hn-wdrim-copy > p {
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.94rem;
  line-height: 1.6;
  max-width: 520px;
}

.hn-wdrim-steps {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hn-wdrim-step {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.hn-wdrim-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.hn-wdrim-step strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
}

.hn-wdrim-step span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  line-height: 1.45;
}

.hn-wdrim-card .hn-button {
  background: #fff;
  color: var(--hn-ink);
}

.hn-wdrim-card .hn-button:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* Coin visual */

.hn-wdrim-visual {
  position: relative;
  z-index: 1;
}

.hn-wdrim-coin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hn-accent), #3b73d4);
  box-shadow:
    0 0 60px rgba(141, 46, 113, 0.3),
    0 0 120px rgba(59, 115, 212, 0.15);
  animation: hn-coin-float 4s ease-in-out infinite;
}

.hn-wdrim-coin span {
  font-family: var(--hn-display);
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  opacity: 0.9;
}

@keyframes hn-coin-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 768px) {
  .hn-wdrim-card {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
    gap: 2rem;
  }

  .hn-wdrim-visual {
    display: flex;
    justify-content: center;
    order: -1;
  }

  .hn-wdrim-coin {
    width: 100px;
    height: 100px;
  }

  .hn-wdrim-coin span {
    font-size: 2.2rem;
  }
}

/* Header search refinement */

.site-header .hn-searchbar {
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  min-height: 50px;
  border-color: rgba(113, 128, 190, 0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.96));
  box-shadow:
    0 14px 34px rgba(17, 24, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.site-header .hn-searchbar input {
  padding: 0 1.08rem;
}

.site-header .hn-searchbar button {
  align-self: stretch;
  min-width: 96px;
  padding: 0 1.08rem;
  border: 0;
  border-radius: 14px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.24), transparent 36%),
    linear-gradient(135deg, #8f285f 0%, #6f57c8 50%, #4c82e2 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 10px 20px rgba(86, 99, 198, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.site-header .hn-searchbar button:hover,
.site-header .hn-searchbar button:focus-visible {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.28), transparent 36%),
    linear-gradient(135deg, #9c316b 0%, #785fd1 52%, #568aeb 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 12px 24px rgba(86, 99, 198, 0.26);
}

.site-header .hn-searchbar button:hover {
  transform: translateY(-1px);
}

.site-header .hn-searchbar button:focus-visible {
  outline: 2px solid rgba(76, 130, 226, 0.2);
  outline-offset: 1px;
}

@media (max-width: 1024px) {
  .site-header .hn-searchbar {
    min-height: 46px;
    padding: 0.2rem;
    border-radius: 16px;
  }

  .site-header .hn-searchbar button {
    min-width: 84px;
    border-radius: 13px;
  }
}

@media (max-width: 640px) {
  .site-header .hn-searchbar {
    min-height: 44px;
    padding: 0.18rem;
    border-radius: 16px;
  }

  .site-header .hn-searchbar button {
    min-width: 78px;
    padding: 0 0.92rem;
    border-radius: 12px;
    font-size: 0.78rem;
  }
}
