:root {
  --vohink-navy: #041827;
  --vohink-ink: #091724;
  --vohink-orange: #df3b17;
  --vohink-orange-2: #ff6b3f;
  --vohink-ivory: #f6f3ed;
  --vohink-paper: #ffffff;
  --vohink-line: #d8d7d2;
  --vohink-muted: #66717a;
  --vohink-sage: #6f7d58;
}

body { background: var(--vohink-ivory); color: var(--vohink-ink); }
html:has(.vohink-home), body:has(.vohink-home) { max-width: 100%; overflow-x: clip; }
.announcement-bar__group { background: var(--vohink-orange) !important; color: #fff !important; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.announcement-bar__group * { color: #fff !important; }
.header { background: rgba(255,255,255,.97) !important; border-bottom: 1px solid rgba(4,24,39,.12); }
body:has(.vohink-home) .header { border-bottom: 0; }
.header a { transition: color .18s ease; }
.header a:hover { color: var(--vohink-orange) !important; }

.vohink-home { position: relative; max-width: 1440px; margin: 0 auto !important; padding: 0 32px 96px; }
.vohink-home::before { display: none; }
.vohink-kicker { margin: 0 0 16px; color: var(--vohink-orange); font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.vohink-btn { display: inline-flex; min-height: 50px; box-sizing: border-box; align-items: center; justify-content: center; gap: 22px; padding: 13px 22px; border: 2px solid var(--vohink-navy); border-radius: 4px; font-size: 14px; font-style: normal; font-weight: 900; letter-spacing: .03em; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; cursor: pointer; }
.vohink-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(4,24,39,.18); }
.vohink-btn--solid { color: #fff !important; background: var(--vohink-navy); }
.vohink-btn--light { color: var(--vohink-navy) !important; background: #fff; border-color: #fff; }
.vohink-btn--orange { color: #fff !important; background: var(--vohink-orange); border-color: var(--vohink-orange); }
.vohink-btn--hero-secondary { color: var(--vohink-navy) !important; background: #fbe8e2; border-color: transparent; }
.vohink-btn--hero-secondary span { color: var(--vohink-orange-2); transition: transform .18s ease; }
.vohink-btn--hero-secondary:hover { background: #f6d5ca; border-color: transparent; }
.vohink-btn--hero-secondary:hover span { transform: translateX(3px); }
.vohink-btn--hero-secondary:focus-visible { outline: 3px solid rgba(223,59,23,.28); outline-offset: 3px; }

.vohink-promo-rail { position: relative; left: 50%; display: flex; width: 100vw; height: auto !important; min-height: 42px !important; max-height: none !important; box-sizing: border-box; align-items: center; margin: 0 0 18px -50vw; padding: 10px 0 !important; overflow-x: clip !important; overflow-y: visible !important; border: 0; border-bottom: 1px solid rgba(4,24,39,.12); color: var(--vohink-navy) !important; background: var(--vohink-paper); box-shadow: none; text-decoration: none; }
.vohink-promo-rail__track { display: flex; width: max-content; height: auto !important; min-height: 22px !important; align-items: center; overflow: visible !important; color: var(--vohink-navy); font-family: Arial, Helvetica, sans-serif !important; font-size: 16px !important; font-weight: 700 !important; letter-spacing: .045em; line-height: 22px !important; white-space: nowrap; animation: vohink-promo-scroll 20s linear infinite; }
.vohink-promo-rail__sequence { display: inline-flex; height: auto !important; min-height: 22px !important; flex: none; align-items: center; box-sizing: content-box; padding: 0 !important; overflow: visible !important; font: inherit; line-height: 22px !important; }
@keyframes vohink-promo-scroll { to { transform: translateX(-33.333333%); } }
@media (prefers-reduced-motion: reduce) {
  .vohink-promo-rail { justify-content: center; }
  .vohink-promo-rail__track { animation: none; }
  .vohink-promo-rail__sequence + .vohink-promo-rail__sequence { display: none; }
}

.vohink-hero-banner { position: relative; min-height: min(690px,72vh); margin-bottom: 18px; overflow: hidden; border-radius: 8px; background: var(--vohink-navy); }
.vohink-hero-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.vohink-hero-banner__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(246,243,237,.96) 0%,rgba(246,243,237,.86) 31%,rgba(246,243,237,.16) 56%,rgba(4,24,39,.12) 100%); }
.vohink-hero-banner__copy { position: relative; z-index: 1; display: flex; max-width: 610px; min-height: min(690px,72vh); flex-direction: column; justify-content: center; padding: 56px; }
.vohink-hero-banner h2 { margin: 0; color: var(--vohink-navy); font-size: clamp(54px,6.2vw,92px); font-weight: 950; letter-spacing: 0; line-height: .88; text-transform: uppercase; }
.vohink-hero-banner h2 span { display: block; white-space: nowrap; }
.vohink-hero-banner__copy > p:not(.vohink-kicker):not(.vohink-hero-brand) { max-width: 520px; margin: 26px 0; color: #303c45; font-size: 19px; line-height: 1.55; }
.vohink-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.vohink-brand-proof { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin: 0 0 18px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-brand-proof__item { display: flex; min-height: 88px; align-items: center; gap: 14px; padding: 16px 18px; background: #fff; }
.vohink-brand-proof__icon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 10px; color: var(--vohink-orange); background: rgba(223,59,23,.09); }
.vohink-brand-proof__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vohink-brand-proof strong { display: block; color: var(--vohink-navy); font-size: 15px; font-weight: 950; line-height: 1.2; text-transform: uppercase; }

.vohink-compact-offers { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin: 0 0 36px; overflow: hidden; border: 2px solid var(--vohink-navy); border-radius: 9px; background: var(--vohink-navy); box-shadow: 0 12px 28px rgba(4,24,39,.2); }
.vohink-compact-offers div { display: flex; min-height: 88px; align-items: center; justify-content: center; padding: 18px 24px; background: var(--vohink-navy); text-align: center; }
.vohink-compact-offers div + div { border-left: 1px solid rgba(246,243,237,.38); }
.vohink-compact-offers strong { display: flex; align-items: center; justify-content: center; gap: 17px; color: var(--vohink-ivory); font-weight: 950; line-height: 1; white-space: nowrap; }
.vohink-compact-offers span { font-size: 30px; letter-spacing: -.02em; }
.vohink-compact-offers em { color: var(--vohink-ivory); font-size: 30px; font-style: normal; font-weight: 950; letter-spacing: -.02em; }

.vohink-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.vohink-section-head h3 { max-width: 720px; margin: 0; color: var(--vohink-navy); font-size: clamp(36px,5vw,68px); font-weight: 950; letter-spacing: 0; line-height: .95; text-transform: uppercase; }
.vohink-section-head p:not(.vohink-kicker) { max-width: 410px; margin: 0; color: #46535c; line-height: 1.55; }
.vohink-shop-zone, .vohink-products, .vohink-value-story, .vohink-proof, .vohink-faq { margin: 0 0 72px; }
.vohink-proof .vohink-section-head { display: block; text-align: center; margin-bottom: 26px; }
.vohink-proof .vohink-section-head h3 { max-width: none; white-space: nowrap; font-size: clamp(36px,4.4vw,62px); }
.vohink-faq .vohink-section-head { display: block; text-align: center; }
.vohink-faq .vohink-section-head h3 { max-width: none; }

.vohink-category-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.vohink-category-grid--four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.vohink-category-card { display: flex; min-height: 260px; flex-direction: column; justify-content: flex-end; gap: 14px; padding: 28px; border-radius: 8px; color: #fff !important; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.vohink-category-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(4,24,39,.18); }
.vohink-category-card span { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.vohink-category-card strong { max-width: 360px; font-size: 28px; font-weight: 950; line-height: 1; text-transform: uppercase; }
.vohink-category-card--men { background: linear-gradient(145deg,#061c2d,#0b3550); }
.vohink-category-card--women { background: linear-gradient(145deg,#8f2f44,#df3b17); }
.vohink-category-card--unisex { background: linear-gradient(145deg,#53603f,#879669); }
.vohink-category-card--shipping { background: linear-gradient(145deg,#231f1a,#6a5b45); }

.vohink-featured-products { margin: 0 0 72px; }
.vohink-featured-products__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 22px; }
.vohink-featured-products__head .vohink-kicker { margin-bottom: 9px; }
.vohink-featured-products__head h3 { max-width: none; margin: 0; color: var(--vohink-navy); font-size: clamp(24px,2.35vw,36px); font-weight: 950; letter-spacing: -.04em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.vohink-featured-products__head > a { flex: 0 0 auto; padding-bottom: 4px; color: var(--vohink-navy); font-size: 13px; font-weight: 950; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.vohink-featured-products__head > a:hover { color: var(--vohink-orange); }
.vohink-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.vohink-product-card { display: flex; min-width: 0; min-height: 100%; flex-direction: column; padding: 0 0 18px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 9px; color: var(--vohink-navy) !important; background: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.vohink-product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(4,24,39,.12); }
.vohink-product-card__image { position: relative; display: block; aspect-ratio: 1 / 1; margin-bottom: 16px; overflow: hidden; background: #f1eee7; }
.vohink-product-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .42s ease; }
.vohink-product-card:hover .vohink-product-card__image img { transform: scale(1.025); }
.vohink-product-card__image > span { position: absolute; top: 10px; left: 10px; padding: 7px 9px; border-radius: 4px; color: #fff; background: var(--vohink-orange); font-size: 10px; font-weight: 950; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.vohink-product-card__type { margin: 0 16px 7px; color: var(--vohink-orange); font-size: 10px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.vohink-product-card strong { display: -webkit-box; min-height: 44px; margin: 0 16px; overflow: hidden; color: var(--vohink-navy); font-size: 16px; font-weight: 800; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.vohink-product-card__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; margin: 13px 16px 16px; }
.vohink-product-card__price em { color: var(--vohink-navy); font-size: 18px; font-style: normal; font-weight: 950; }
.vohink-product-card__price s { color: var(--vohink-muted); font-size: 12px; font-weight: 700; }
.vohink-product-card__cta { display: flex; min-height: 38px; align-items: center; justify-content: space-between; margin: auto 16px 0; padding: 0 13px; border-radius: 4px; color: #fff; background: var(--vohink-navy); font-size: 11px; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; transition: background .18s ease; }
.vohink-product-card:hover .vohink-product-card__cta { background: var(--vohink-orange); }

.vohink-women { position: relative; display: block; min-height: 620px; margin-bottom: 48px; overflow: hidden; border-radius: 8px; color: #fff !important; background: var(--vohink-navy); text-decoration: none; }
.vohink-women > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.vohink-women:hover > img { transform: scale(1.025); }
.vohink-women__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,24,39,.96) 0%,rgba(4,24,39,.72) 38%,rgba(4,24,39,.08) 72%); }
.vohink-women__content { position: relative; z-index: 1; display: flex; max-width: 560px; min-height: 620px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 64px; }
.vohink-women__content > strong { margin-bottom: 20px; font-size: clamp(42px,5vw,68px); font-weight: 950; letter-spacing: -.02em; line-height: .94; text-transform: uppercase; }
.vohink-women__content > span:not(.vohink-kicker):not(.vohink-btn) { margin-bottom: 28px; font-size: 18px; line-height: 1.55; }

.vohink-value-story { overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 12px; background: #fff; font-family: Arial, Helvetica, sans-serif; }
.vohink-value-story__head { max-width: 1120px; margin: 0 auto; padding: 36px 38px 30px; text-align: center; }
.vohink-value-story h3 { margin: 0; color: var(--vohink-navy); font-size: clamp(40px,4.1vw,56px); font-weight: 950; letter-spacing: 0; line-height: .94; text-transform: uppercase; white-space: nowrap; }
.vohink-value-story__head > p:not(.vohink-kicker) { max-width: 620px; margin: 18px auto 0; color: #46535c; font-size: 17px; line-height: 1.55; }
.vohink-value-story__strip { display: grid; grid-template-columns: 1.1fr .95fr .95fr; gap: 1px; border-top: 1px solid var(--vohink-line); border-bottom: 1px solid var(--vohink-line); background: var(--vohink-line); }
.vohink-value-story__strip figure { position: relative; height: 220px; margin: 0; overflow: hidden; background: var(--vohink-navy); }
.vohink-value-story__strip img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.96) contrast(1.03); }
.vohink-value-story__strip figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 10px; border-radius: 4px; color: #fff; background: rgba(4,24,39,.78); font-size: 11px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.vohink-value-story__points { display: grid; grid-template-columns: 1.1fr .95fr .95fr; gap: 1px; background: var(--vohink-line); }
.vohink-value-story__points article { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 14px; min-height: 122px; padding: 24px 36px 26px; background: #fff; }
.vohink-value-card__icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 12px; color: var(--vohink-orange); background: rgba(223,59,23,.09); }
.vohink-value-card__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vohink-value-story__points strong { display: block; color: var(--vohink-navy); font-size: 20px; line-height: 1.15; text-transform: uppercase; }
.vohink-value-story__points p { margin: 8px 0 0; color: #46535c; font-size: 14px; line-height: 1.5; }

.vohink-proof { position: relative; }
.vohink-proof-grid-wrap { position: relative; }
.vohink-proof-grid { display: grid; min-height: 404px; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.vohink-proof-grid a { display: flex; min-height: 100%; flex-direction: column; padding: 0; overflow: hidden; color: var(--vohink-navy) !important; background: #fff; border: 1px solid var(--vohink-line); border-radius: 8px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; position: relative; }
.vohink-proof-grid a[hidden] { display: none !important; }
.vohink-proof-grid a:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(4,24,39,.12); }
.vohink-proof-grid a::after { position: absolute; top: 12px; right: 12px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: rgba(4,24,39,.78); box-shadow: 0 10px 26px rgba(4,24,39,.22); content: ">"; font-size: 22px; font-weight: 950; line-height: 1; opacity: 0; transform: translateY(6px) scale(.9); transition: opacity .22s ease, transform .22s ease; pointer-events: none; z-index: 2; }
.vohink-proof-grid a:hover::after { opacity: 1; transform: translateY(0) scale(1); }
.vohink-proof-grid img { width: 100%; height: 236px; object-fit: cover; object-position: center 24%; display: block; background: #f1eee7; transition: transform .42s ease; cursor: zoom-in; }
.vohink-proof-grid a:hover img { transform: scale(1.14); }
.vohink-proof-grid a:nth-child(2) img, .vohink-proof-grid a:nth-child(6) img, .vohink-proof-grid a:nth-child(12) img { object-position: center 18%; }
.vohink-proof-grid a:nth-child(3) img, .vohink-proof-grid a:nth-child(7) img { object-position: center 22%; }
.vohink-proof-grid a:nth-child(4) img, .vohink-proof-grid a:nth-child(10) img { object-position: center 34%; }
.vohink-proof-grid a:nth-child(5) img, .vohink-proof-grid a:nth-child(11) img { object-position: center 30%; }
.vohink-proof-grid a:nth-child(9) img { object-position: center 48%; }
.vohink-proof-grid small { display: flex; align-items: center; gap: 6px; margin: 14px 16px 0; color: var(--vohink-orange); font-size: 11px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.vohink-proof-grid small i { color: #f5a623; font-style: normal; letter-spacing: .02em; }
.vohink-proof-grid strong { display: block; margin: 8px 16px 10px; font-size: 18px; line-height: 1.22; }
.vohink-proof-grid p { margin: 0 16px 14px; color: #46535c; font-size: 13px; line-height: 1.45; }
.vohink-proof-grid span { align-self: flex-end; margin: auto 16px 16px auto; color: var(--vohink-navy); font-size: 13px; font-weight: 950; text-align: right; text-transform: none; }
.vohink-proof-controls { display: contents; }
.vohink-proof-controls button { position: absolute; top: 118px; z-index: 4; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.82); border-radius: 50%; color: #fff; background: rgba(4,24,39,.72); box-shadow: 0 14px 30px rgba(4,24,39,.22); font: inherit; font-weight: 950; cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.vohink-proof-controls button:hover { border-color: var(--vohink-orange); color: #fff; background: var(--vohink-orange); transform: translateY(-2px); }
.vohink-proof-controls [data-vohink-proof-prev] { left: -62px; }
.vohink-proof-controls [data-vohink-proof-next] { right: -62px; }
.vohink-proof-dots { display: flex; justify-content: center; gap: 9px; margin: 22px auto 0; }
.vohink-proof-dots button { position: static; width: 10px; height: 10px; border-radius: 50%; border-color: var(--vohink-line); background: #c7c2ba; box-shadow: none; transform: none; }
.vohink-proof-dots button:hover { border-color: var(--vohink-line); background: #c7c2ba; transform: none; }
.vohink-proof-dots button[aria-current="true"] { width: 28px; border-radius: 99px; background: var(--vohink-orange); }
.vohink-proof-dots button[aria-current="true"]:hover { background: var(--vohink-orange); }

.vohink-faq details { margin: 12px 0; border: 1px solid var(--vohink-line); border-radius: 8px; background: #fff; }
.vohink-faq summary { padding: 21px 24px; color: var(--vohink-navy); font-size: 18px; font-weight: 950; cursor: pointer; }
.vohink-faq p { margin: 0; padding: 0 24px 22px; color: #46535c; line-height: 1.6; }

.vohink-help-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--vohink-line); border-bottom: 1px solid var(--vohink-line); }
.vohink-help-grid a { display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; padding: 28px; color: var(--vohink-navy) !important; text-decoration: none; transition: background .18s ease; }
.vohink-help-grid a + a { border-left: 1px solid var(--vohink-line); }
.vohink-help-grid a:hover { background: #fff; }
.vohink-help-grid a > span { grid-row: 1 / 3; color: var(--vohink-orange); font-weight: 950; }
.vohink-help-grid strong { font-size: 18px; text-transform: uppercase; }
.vohink-help-grid em { color: var(--vohink-muted); font-size: 13px; font-style: normal; font-weight: 700; }

.vohink-collection { max-width: 1440px; margin: 0 auto; padding: 64px 32px 54px; color: var(--vohink-ink); }
.vohink-collection__heading { margin: 0 0 42px; text-align: center; }
.vohink-collection__heading .vohink-kicker { margin-bottom: 12px; }
.vohink-collection__heading h2 { margin: 0; color: var(--vohink-navy); font-size: clamp(38px,5.2vw,62px); font-weight: 850; letter-spacing: 0; line-height: 1.05; text-transform: none; }
.vohink-collection__list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
.vohink-collection__list--six { gap: 34px 24px; }
.vohink-collection-card { display: block; min-width: 0; color: var(--vohink-navy) !important; text-decoration: none; }
.vohink-collection-card__image { display: block; aspect-ratio: 1; overflow: hidden; background: #f1eee7; border: 1px solid rgba(4,24,39,.08); }
.vohink-collection-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.vohink-collection-card:hover .vohink-collection-card__image img { transform: scale(1.045); }
.vohink-collection-card__image--pending { position: relative; background: linear-gradient(135deg,#fbf8f0 0%,#efe7d8 100%); }
.vohink-collection-card__image--pending::before { position: absolute; inset: 15% 13% auto; height: 46%; border-radius: 4px; background: rgba(4,24,39,.08); box-shadow: 0 18px 0 rgba(4,24,39,.06), 0 36px 0 rgba(223,59,23,.12); content: ""; transform: rotate(-4deg); }
.vohink-collection-card__image--pending::after { position: absolute; right: 10%; bottom: 10%; width: 28%; height: 22%; border-radius: 3px; background: rgba(223,59,23,.78); box-shadow: -185px -175px 0 -78px rgba(4,24,39,.18), -34px -148px 0 -52px rgba(159,113,57,.26); content: ""; transform: rotate(8deg); }
.vohink-collection-card__image--tees::before, .vohink-collection-card__image--oversized::before, .vohink-collection-card__image--crew::before { border-radius: 10px 10px 4px 4px; }
.vohink-collection-card__image--tanks::before { clip-path: polygon(18% 0,82% 0,70% 100%,30% 100%); }
.vohink-collection-card__image--lounge::before { height: 42%; border-radius: 6px 6px 18px 18px; }
.vohink-collection-card__title { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding-top: 16px; text-align: center; }
.vohink-collection-card__title strong { min-width: 0; font-size: 17px; font-weight: 850; line-height: 1.25; text-transform: none; }
.vohink-collection-card__title em { color: var(--vohink-orange); font-size: 15px; font-style: normal; font-weight: 950; }
.vohink-collection__service { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin-top: 72px; border-top: 1px solid var(--vohink-line); border-bottom: 1px solid var(--vohink-line); background: var(--vohink-line); }
.vohink-collection__service div,
.vohink-collection__service a { display: flex; min-height: 128px; flex-direction: column; align-items: center; justify-content: center; padding: 22px 18px; background: var(--vohink-ivory); text-align: center; text-decoration: none; }
.vohink-collection__service span { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 12px; color: var(--vohink-navy); }
.vohink-collection__service svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.vohink-collection__service strong { display: block; color: var(--vohink-navy); font-size: 15px; font-weight: 850; line-height: 1.2; text-transform: none; }
.vohink-collection__service p { margin: 6px 0 0; color: var(--vohink-muted); font-size: 13px; line-height: 1.35; }
body[data-page-type="collection"] .main-collection-cover { display: none; }
body[data-page-type="collection"] .main-collection-products { max-width: 1440px; margin: 0 auto; padding-right: 32px; padding-left: 32px; }

.vohink-cart-open { overflow: hidden; }
.vohink-cart { position: fixed; inset: 0; z-index: 999999; visibility: hidden; overflow: hidden; pointer-events: none; }
.vohink-cart[aria-hidden="false"] { visibility: visible; pointer-events: auto; }
.vohink-cart__shade { position: absolute; inset: 0; background: rgba(4,24,39,.56); opacity: 0; transition: opacity .22s ease; }
.vohink-cart[aria-hidden="false"] .vohink-cart__shade { opacity: 1; }
.vohink-cart__panel { position: absolute; top: 0; right: 0; display: flex; width: min(460px,100%); height: 100%; flex-direction: column; background: #fff; box-shadow: -30px 0 70px rgba(4,24,39,.26); transform: translateX(100%); transition: transform .24s ease; }
.vohink-cart[aria-hidden="false"] .vohink-cart__panel { transform: translateX(0); }
.vohink-cart__header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px; color: #fff; background: var(--vohink-navy); }
.vohink-cart__header small { display: block; color: #ff8a67; font-size: 11px; font-weight: 950; letter-spacing: .14em; }
.vohink-cart__header strong { display: block; margin-top: 3px; font-size: 24px; font-weight: 950; text-transform: uppercase; }
.vohink-cart__close { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }
.vohink-cart__promo { margin: 18px 18px 0; padding: 14px 16px; border-radius: 6px; color: #fff; background: var(--vohink-orange); font-weight: 950; text-transform: uppercase; }
.vohink-cart__shipping { margin: 14px 18px; padding: 14px 16px; border: 1px solid var(--vohink-line); border-radius: 6px; }
.vohink-cart__shipping div { display: flex; justify-content: space-between; gap: 16px; font-size: 13px; font-weight: 850; }
.vohink-cart__shipping strong { color: var(--vohink-orange); }
.vohink-cart__shipping i { display: block; height: 8px; margin-top: 12px; overflow: hidden; border-radius: 99px; background: #e8e4dc; }
.vohink-cart__shipping b { display: block; width: 0; height: 100%; background: var(--vohink-orange); transition: width .2s ease; }
.vohink-cart__items { flex: 1; overflow: auto; padding: 0 18px 18px; }
.vohink-cart__empty { padding: 38px 22px; color: #46535c; background: var(--vohink-ivory); border-radius: 8px; text-align: center; }
.vohink-cart-item { display: grid; grid-template-columns: 78px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--vohink-line); }
.vohink-cart-item__thumb { aspect-ratio: 1; border-radius: 6px; }
.vohink-cart-item strong { display: block; color: var(--vohink-navy); font-size: 15px; line-height: 1.25; }
.vohink-cart-item span { display: block; margin: 5px 0; color: var(--vohink-muted); font-size: 12px; }
.vohink-cart-item em { color: var(--vohink-orange); font-style: normal; font-weight: 950; }
.vohink-cart-item__qty { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.vohink-cart-item__qty button { min-width: 32px; min-height: 30px; border: 1px solid var(--vohink-line); border-radius: 4px; background: #fff; cursor: pointer; }
.vohink-cart-item__qty button:last-child { margin-left: auto; color: var(--vohink-orange); font-size: 12px; font-weight: 850; }
.vohink-cart__footer { padding: 18px; border-top: 1px solid var(--vohink-line); background: #fff; }
.vohink-cart__total { display: flex; justify-content: space-between; color: var(--vohink-navy); font-size: 18px; font-weight: 950; }
.vohink-cart__footer p { margin: 10px 0 16px; color: var(--vohink-muted); font-size: 12px; line-height: 1.45; }
.vohink-cart__checkout, .vohink-cart__view { display: flex; min-height: 48px; align-items: center; justify-content: center; border-radius: 4px; font-weight: 950; text-decoration: none; text-transform: uppercase; }
.vohink-cart__checkout { color: #fff !important; background: var(--vohink-orange); }
.vohink-cart__view { margin-top: 9px; color: var(--vohink-navy) !important; background: var(--vohink-ivory); }
.vohink-payment-strip { display: grid; box-sizing: border-box; width: 100%; max-width: 414px; gap: 12px; padding: 14px; border: 1px solid #dce2e7; border-radius: 10px; background: #f7f9fa; }
.vohink-payment-strip--cart { margin: 0 0 16px; }
.vohink-payment-strip--footer { margin-top: 26px; border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.055); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.vohink-payment-strip__heading { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 14px; }
.vohink-payment-strip__label { display: inline-flex; min-width: 0; align-items: center; gap: 7px; color: var(--vohink-navy); font-size: 10px; font-weight: 950; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.vohink-payment-strip__label svg { width: 17px; height: 17px; flex: 0 0 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.vohink-payment-strip__note { color: var(--vohink-muted); font-size: 10px; font-weight: 750; line-height: 1.2; white-space: nowrap; }
.vohink-payment-strip--footer .vohink-payment-strip__label { color: rgba(255,255,255,.92); }
.vohink-payment-strip--footer .vohink-payment-strip__note { color: rgba(255,255,255,.52); }
.vohink-payment-strip__list { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.vohink-payment-strip__list li { min-width: 0; line-height: 0; }
.vohink-payment-badge { position: relative; display: block; box-sizing: border-box; width: 100%; aspect-ratio: 3 / 2; overflow: hidden; border: 1px solid rgba(4,24,39,.12); border-radius: 6px; background: #fff; box-shadow: 0 2px 5px rgba(4,24,39,.08); }
.vohink-payment-badge svg { display: block; width: 100%; height: 100%; }
.vohink-payment-strip--footer .vohink-payment-badge { border-color: rgba(255,255,255,.2); box-shadow: 0 4px 12px rgba(0,0,0,.14); }

.vohink-footer { color: #fff; background: var(--vohink-navy); }
.vohink-footer__top { display: grid; max-width: 1440px; grid-template-columns: 2fr repeat(3,1fr); gap: 48px; margin: 0 auto; padding: 72px 32px 60px; }
.vohink-footer__wordmark { color: #fff !important; font-size: 40px; font-weight: 950; letter-spacing: 0; text-decoration: none; }
.vohink-footer__offer-kicker { display: block; margin-bottom: 10px; color: var(--vohink-orange-2); font-size: 12px; font-weight: 950; letter-spacing: .16em; }
.vohink-footer__offer-title { display: block; color: var(--vohink-ivory); font-size: 38px; font-weight: 950; letter-spacing: -.02em; line-height: 1; }
.vohink-footer__brand p { max-width: 440px; margin: 15px 0 20px; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.55; }
.vohink-footer__coupon-form { max-width: 520px; }
.vohink-footer__coupon-row { display: flex; gap: 8px; }
.vohink-footer__coupon-row input { min-width: 0; min-height: 50px; flex: 1; padding: 12px 15px; border: 1px solid rgba(246,243,237,.42); border-radius: 4px; outline: none; color: var(--vohink-navy); background: var(--vohink-ivory); font: inherit; }
.vohink-footer__coupon-row input:focus { border-color: var(--vohink-orange-2); box-shadow: 0 0 0 3px rgba(255,107,63,.22); }
.vohink-footer__coupon-row button { min-height: 50px; padding: 12px 18px; border: 0; border-radius: 4px; color: #fff; background: var(--vohink-orange); font-size: 12px; font-weight: 950; letter-spacing: .04em; white-space: nowrap; cursor: pointer; }
.vohink-footer__coupon-row button:hover { background: var(--vohink-orange-2); }
.vohink-footer__coupon-form small { display: block; margin-top: 10px; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.45; }
.vohink-footer__form-message { margin-bottom: 10px; padding: 9px 11px; border-radius: 4px; font-size: 12px; line-height: 1.4; }
.vohink-footer__form-message--success { color: var(--vohink-navy); background: var(--vohink-ivory); }
.vohink-footer__form-message--error { color: #fff; background: #9f2611; }
.vohink-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.vohink-footer__nav { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.vohink-footer__nav strong { margin-bottom: 8px; color: var(--vohink-orange-2); font-size: 12px; letter-spacing: .16em; }
.vohink-footer__nav a { color: #fff !important; text-decoration: none; }
.vohink-footer__nav a:hover { color: #ff8a67 !important; }
.vohink-footer__bar { display: flex; max-width: 1440px; align-items: center; justify-content: space-between; gap: 24px; margin: 0 auto; padding: 22px 32px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.58); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.vohink-footer__bar a { color: #fff !important; text-decoration: none; }

.main-page { max-width: 1040px; margin: 0 auto; }
.main-page__title { color: var(--vohink-navy); font-size: clamp(48px,7vw,84px) !important; font-weight: 950 !important; letter-spacing: 0; line-height: .95; text-transform: uppercase; }
.vohink-info-page { color: var(--vohink-ink); }
.vohink-info-page__lead { max-width: 760px; margin: 0 0 40px; color: #46535c; font-size: 20px; line-height: 1.65; }
.vohink-info-page h2 { margin: 48px 0 14px; color: var(--vohink-navy); font-size: 32px; letter-spacing: 0; }
.vohink-info-page p, .vohink-info-page li { color: #46535c; font-size: 16px; line-height: 1.7; }
.vohink-info-page__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 34px 0; }
.vohink-info-page__card { padding: 26px; border: 1px solid var(--vohink-line); border-radius: 8px; background: #fff; }
.vohink-info-page__card strong { display: block; margin-bottom: 9px; color: var(--vohink-navy); font-size: 18px; text-transform: uppercase; }
.vohink-info-page details { margin: 12px 0; border: 1px solid var(--vohink-line); border-radius: 7px; background: #fff; }
.vohink-info-page summary { padding: 20px; color: var(--vohink-navy); font-size: 17px; font-weight: 850; cursor: pointer; }
.vohink-info-page details > div { padding: 0 20px 20px; }
.vohink-info-page__notice { margin: 30px 0; padding: 22px 24px; border-left: 5px solid var(--vohink-orange); background: #fff; }
.vohink-info-page a:not(.vohink-btn) { color: var(--vohink-orange); font-weight: 750; }
.vohink-about-page { max-width: 1120px; }
.vohink-about-hero { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 28px; align-items: stretch; margin-bottom: 30px; }
.vohink-about-hero h2 { max-width: 760px; margin: 0 0 20px; color: var(--vohink-navy); font-size: clamp(46px,6vw,82px); font-weight: 950; letter-spacing: 0; line-height: .92; text-transform: uppercase; }
.vohink-about-hero .vohink-info-page__lead { margin-bottom: 0; }
.vohink-about-hero__note { display: flex; min-height: 240px; flex-direction: column; justify-content: flex-end; padding: 26px; border-radius: 8px; color: #fff; background: var(--vohink-navy); }
.vohink-about-hero__note strong { display: block; margin-bottom: 12px; color: var(--vohink-orange-2); font-size: 12px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.vohink-about-hero__note p { margin: 0; color: rgba(255,255,255,.84); font-size: 20px; font-weight: 850; line-height: 1.35; }
.vohink-about-pillars .vohink-info-page__card { min-height: 190px; }
.vohink-about-section { margin: 52px 0 0; }
.vohink-about-section h2 { margin-top: 0; }
.vohink-about-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin-top: 24px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-about-steps article { min-height: 230px; padding: 22px; background: #fff; }
.vohink-about-steps span { display: block; margin-bottom: 34px; color: var(--vohink-orange); font-size: 12px; font-weight: 950; letter-spacing: .14em; }
.vohink-about-steps strong { display: block; color: var(--vohink-navy); font-size: 18px; font-weight: 950; line-height: 1.15; text-transform: uppercase; }
.vohink-about-steps p { margin: 10px 0 0; font-size: 14px; line-height: 1.55; }
.vohink-about-split { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 26px; align-items: start; }
.vohink-about-split .vohink-info-page__notice { margin: 0; }
.vohink-about-checklist { padding: 30px; border: 1px solid var(--vohink-line); border-radius: 8px; background: #fff; }
.vohink-about-checklist ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 28px; margin: 0; padding-left: 18px; }
.vohink-about-visual-hero { position: relative; min-height: 470px; margin: 0 0 18px; overflow: hidden; border-radius: 8px; background: var(--vohink-navy); }
.vohink-about-visual-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vohink-about-visual-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(246,243,237,.98) 0%,rgba(246,243,237,.9) 36%,rgba(246,243,237,.2) 62%,rgba(4,24,39,.05) 100%); content: ""; }
.vohink-about-visual-hero__copy { position: relative; z-index: 1; display: flex; max-width: 570px; min-height: 470px; flex-direction: column; justify-content: center; padding: 46px; }
.vohink-about-visual-hero h2 { margin: 0; color: var(--vohink-navy); font-size: 68px; font-weight: 950; letter-spacing: 0; line-height: .9; text-transform: uppercase; }
.vohink-about-visual-hero p:not(.vohink-kicker) { max-width: 460px; margin: 22px 0 0; color: #303c45; font-size: 19px; font-weight: 750; line-height: 1.45; }
.vohink-about-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin: 0 0 28px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-about-stats div { min-height: 104px; padding: 22px 24px; background: #fff; }
.vohink-about-stats strong { display: block; color: var(--vohink-navy); font-size: 34px; font-weight: 950; letter-spacing: 0; line-height: 1; }
.vohink-about-stats span { display: block; margin-top: 8px; color: #46535c; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vohink-about-image-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin: 0 0 38px; }
.vohink-about-image-grid article { overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: #fff; }
.vohink-about-image-grid img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.vohink-about-image-grid div { min-height: 160px; padding: 22px; }
.vohink-about-image-grid span { display: block; margin-bottom: 13px; color: var(--vohink-orange); font-size: 12px; font-weight: 950; letter-spacing: .16em; }
.vohink-about-image-grid strong { display: block; color: var(--vohink-navy); font-size: 20px; font-weight: 950; line-height: 1.1; text-transform: uppercase; }
.vohink-about-image-grid p { margin: 10px 0 0; color: #46535c; font-size: 15px; line-height: 1.45; }
.vohink-about-trust-band { display: grid; grid-template-columns: .85fr 1fr; gap: 28px; align-items: start; margin: 0 0 26px; padding: 30px; border-radius: 8px; color: #fff; background: var(--vohink-navy); }
.vohink-about-trust-band .vohink-kicker { color: var(--vohink-orange-2); }
.vohink-about-trust-band h2 { margin: 0; color: #fff; font-size: 34px; font-weight: 950; letter-spacing: 0; line-height: 1; text-transform: uppercase; }
.vohink-about-trust-band ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 22px; margin: 0; padding-left: 18px; }
.vohink-about-trust-band li { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.45; }
.vohink-about-page--supply { max-width: 1180px; }
.vohink-about-supply-hero { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 1px; margin: 0 0 1px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-about-supply-hero__copy { min-height: 430px; padding: 48px; background: #fff; }
.vohink-about-supply-hero h2 { max-width: 760px; margin: 0; color: var(--vohink-navy); font-size: clamp(46px,5.6vw,78px); font-weight: 950; letter-spacing: 0; line-height: .92; text-transform: uppercase; }
.vohink-about-supply-hero p:not(.vohink-kicker) { max-width: 620px; margin: 24px 0 0; color: #303c45; font-size: 20px; font-weight: 750; line-height: 1.45; }
.vohink-value-equation { display: flex; min-height: 430px; flex-direction: column; justify-content: center; gap: 11px; padding: 34px; color: #fff; background: var(--vohink-navy); }
.vohink-value-equation span,
.vohink-value-equation strong { display: block; padding: 15px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; background: rgba(255,255,255,.06); font-size: 18px; font-weight: 950; line-height: 1.15; text-transform: uppercase; }
.vohink-value-equation strong { color: var(--vohink-navy); background: var(--vohink-ivory); }
.vohink-value-equation i { color: var(--vohink-orange-2); font-style: normal; font-size: 24px; font-weight: 950; line-height: 1; text-align: center; }
.vohink-about-metrics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin: 0 0 34px; overflow: hidden; border: 1px solid var(--vohink-line); border-top: 0; border-radius: 0 0 8px 8px; background: var(--vohink-line); }
.vohink-about-metrics div { min-height: 104px; padding: 22px; background: #fff; }
.vohink-about-metrics strong { display: block; color: var(--vohink-navy); font-size: 34px; font-weight: 950; letter-spacing: 0; line-height: 1; }
.vohink-about-metrics span { display: block; margin-top: 8px; color: #46535c; font-size: 12px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.vohink-supply-map { margin: 0 0 34px; }
.vohink-supply-map__head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 18px; }
.vohink-supply-map__head h2 { max-width: 640px; margin: 0; color: var(--vohink-navy); font-size: clamp(34px,4.2vw,56px); font-weight: 950; letter-spacing: 0; line-height: .95; text-transform: uppercase; }
.vohink-supply-map__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-supply-map__grid article { min-height: 190px; padding: 24px; background: #fff; }
.vohink-supply-map__grid span { display: inline-flex; min-width: 36px; height: 30px; align-items: center; justify-content: center; margin-bottom: 24px; border-radius: 4px; color: #fff; background: var(--vohink-orange); font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.vohink-supply-map__grid strong { display: block; color: var(--vohink-navy); font-size: 20px; font-weight: 950; line-height: 1.1; text-transform: uppercase; }
.vohink-supply-map__grid p { margin: 10px 0 0; color: #46535c; font-size: 15px; line-height: 1.45; }
.vohink-trust-system { display: grid; grid-template-columns: .82fr 1fr; gap: 1px; margin: 0 0 1px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px 8px 0 0; background: var(--vohink-line); }
.vohink-trust-system > div:first-child { padding: 30px; color: #fff; background: var(--vohink-navy); }
.vohink-trust-system .vohink-kicker { color: var(--vohink-orange-2); }
.vohink-trust-system h2 { margin: 0; color: #fff; font-size: clamp(30px,3.3vw,44px); font-weight: 950; letter-spacing: 0; line-height: .95; text-transform: uppercase; }
.vohink-trust-system__list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: var(--vohink-line); }
.vohink-trust-system__list div { min-height: 138px; padding: 24px; background: #fff; }
.vohink-trust-system__list strong { display: block; color: var(--vohink-navy); font-size: 18px; font-weight: 950; text-transform: uppercase; }
.vohink-trust-system__list span { display: block; margin-top: 9px; color: #46535c; font-size: 14px; line-height: 1.45; }
.vohink-about-bottom-line { margin: 0 0 26px; padding: 24px 30px; border: 1px solid var(--vohink-line); border-top: 0; border-radius: 0 0 8px 8px; background: #fff; }
.vohink-about-bottom-line strong { display: block; color: var(--vohink-navy); font-size: 24px; font-weight: 950; line-height: 1.12; text-transform: uppercase; }
.vohink-about-bottom-line p { max-width: 780px; margin: 8px 0 0; color: #46535c; font-size: 16px; line-height: 1.5; }
.vohink-about-page--retail { max-width: 1180px; }
.vohink-about-retail-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.72fr); gap: 1px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-about-retail-hero__copy { display: flex; min-height: 460px; flex-direction: column; justify-content: center; padding: 48px; background: #fff; }
.vohink-about-retail-hero h2 { max-width: 760px; margin: 0; color: var(--vohink-navy); font-size: clamp(46px,5.5vw,78px); font-weight: 950; letter-spacing: 0; line-height: .9; text-transform: uppercase; }
.vohink-about-retail-hero p:not(.vohink-kicker) { max-width: 620px; margin: 24px 0 0; color: #303c45; font-size: 20px; font-weight: 750; line-height: 1.45; }
.vohink-about-retail-hero figure { min-height: 460px; margin: 0; background: var(--vohink-navy); }
.vohink-about-retail-hero img,
.vohink-about-photo-band img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vohink-about-proof-row { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin: 1px 0 34px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-about-proof-row div { min-height: 104px; padding: 22px; background: #fff; }
.vohink-about-proof-row strong { display: block; color: var(--vohink-navy); font-size: 34px; font-weight: 950; letter-spacing: 0; line-height: 1; }
.vohink-about-proof-row span { display: block; margin-top: 8px; color: #46535c; font-size: 12px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.vohink-about-why { margin: 0 0 34px; }
.vohink-about-why__head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 18px; }
.vohink-about-why__head h2 { max-width: 670px; margin: 0; color: var(--vohink-navy); font-size: clamp(34px,4.2vw,56px); font-weight: 950; letter-spacing: 0; line-height: .95; text-transform: uppercase; }
.vohink-about-why__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-about-why__grid article { min-height: 206px; padding: 24px; background: #fff; }
.vohink-about-why__grid span { display: inline-flex; min-width: 36px; height: 30px; align-items: center; justify-content: center; margin-bottom: 30px; border-radius: 4px; color: #fff; background: var(--vohink-orange); font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.vohink-about-why__grid strong { display: block; color: var(--vohink-navy); font-size: 21px; font-weight: 950; line-height: 1.1; text-transform: uppercase; }
.vohink-about-why__grid p { margin: 10px 0 0; color: #46535c; font-size: 15px; line-height: 1.45; }
.vohink-about-photo-band { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 0 0 34px; }
.vohink-about-photo-band figure { overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: #fff; margin: 0; }
.vohink-about-photo-band img { height: 330px; }
.vohink-about-photo-band figure:first-child img { object-position: center 72%; }
.vohink-about-photo-band figcaption { display: block; min-height: 118px; padding: 22px; }
.vohink-about-photo-band strong { display: block; color: var(--vohink-navy); font-size: 22px; font-weight: 950; line-height: 1.1; text-transform: uppercase; }
.vohink-about-photo-band span { display: block; margin-top: 9px; color: #46535c; font-size: 15px; line-height: 1.45; }
.vohink-about-trust-model { display: grid; grid-template-columns: .82fr 1fr; gap: 1px; margin: 0 0 1px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px 8px 0 0; background: var(--vohink-line); }
.vohink-about-trust-model > div { padding: 30px; color: #fff; background: var(--vohink-navy); }
.vohink-about-trust-model .vohink-kicker { color: var(--vohink-orange-2); }
.vohink-about-trust-model h2 { margin: 0; color: #fff; font-size: clamp(31px,3.5vw,48px); font-weight: 950; letter-spacing: 0; line-height: .95; text-transform: uppercase; }
.vohink-about-trust-model ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--vohink-line); }
.vohink-about-trust-model li { min-height: 132px; padding: 24px; background: #fff; }
.vohink-about-trust-model li strong { display: block; color: var(--vohink-navy); font-size: 18px; font-weight: 950; text-transform: uppercase; }
.vohink-about-trust-model li span { display: block; margin-top: 9px; color: #46535c; font-size: 14px; line-height: 1.45; }
.vohink-about-final { margin: 0 0 26px; padding: 24px 30px; border: 1px solid var(--vohink-line); border-top: 0; border-radius: 0 0 8px 8px; background: #fff; }
.vohink-about-final strong { display: block; color: var(--vohink-navy); font-size: 26px; font-weight: 950; line-height: 1.1; text-transform: uppercase; }
.vohink-about-final p { max-width: 760px; margin: 8px 0 0; color: #46535c; font-size: 16px; line-height: 1.5; }
.vohink-about-page--story { max-width: 1180px; }
.vohink-about-story-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(410px,.82fr); gap: 1px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-about-story-hero__copy { display: flex; min-height: 520px; flex-direction: column; justify-content: center; padding: 50px; background: #fff; }
.vohink-about-story-hero h2 { max-width: 760px; margin: 0; color: var(--vohink-navy); font-size: clamp(48px,5.9vw,82px); font-weight: 950; letter-spacing: 0; line-height: .9; text-transform: uppercase; }
.vohink-about-story-hero p:not(.vohink-kicker) { max-width: 610px; margin: 24px 0 0; color: #303c45; font-size: 20px; font-weight: 750; line-height: 1.45; }
.vohink-about-story-hero__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.vohink-about-story-hero__chips span { padding: 10px 12px; border: 1px solid var(--vohink-line); border-radius: 4px; color: var(--vohink-navy); background: var(--vohink-ivory); font-size: 12px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.vohink-about-story-hero figure { min-height: 520px; margin: 0; background: var(--vohink-navy); }
.vohink-about-story-hero img,
.vohink-about-showcase-card img,
.vohink-about-photo-proof img,
.vohink-about-retail-proof img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vohink-about-value-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin: 18px 0 42px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-about-value-strip div { min-height: 112px; padding: 24px; background: #fff; }
.vohink-about-value-strip strong { display: block; color: var(--vohink-navy); font-size: 22px; font-weight: 950; line-height: 1.05; text-transform: uppercase; }
.vohink-about-value-strip span { display: block; margin-top: 9px; color: #46535c; font-size: 14px; line-height: 1.45; }
.vohink-about-showcase { margin: 0 0 42px; }
.vohink-about-showcase__head { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 26px; align-items: end; margin-bottom: 18px; }
.vohink-about-showcase__head h2 { max-width: 790px; margin: 0; color: var(--vohink-navy); font-size: clamp(34px,4.2vw,56px); font-weight: 950; letter-spacing: 0; line-height: .95; text-transform: uppercase; }
.vohink-about-showcase__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.vohink-about-showcase-card { overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: #fff; }
.vohink-about-showcase-card--wide { grid-row: span 2; }
.vohink-about-showcase-card img { height: 290px; }
.vohink-about-showcase-card--wide img { height: 650px; }
.vohink-about-showcase-card div { min-height: 166px; padding: 24px; }
.vohink-about-showcase-card span { display: inline-flex; min-width: 36px; height: 30px; align-items: center; justify-content: center; margin-bottom: 18px; border-radius: 4px; color: #fff; background: var(--vohink-orange); font-size: 11px; font-weight: 950; letter-spacing: .12em; }
.vohink-about-showcase-card strong { display: block; color: var(--vohink-navy); font-size: 23px; font-weight: 950; line-height: 1.08; text-transform: uppercase; }
.vohink-about-showcase-card p { margin: 10px 0 0; color: #46535c; font-size: 15px; line-height: 1.45; }
.vohink-about-photo-proof { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1fr); gap: 1px; margin: 0 0 42px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-about-photo-proof figure { margin: 0; background: #fff; }
.vohink-about-photo-proof figure img { height: 410px; }
.vohink-about-photo-proof figcaption { padding: 24px; background: #fff; }
.vohink-about-photo-proof figcaption strong { display: block; color: var(--vohink-navy); font-size: 24px; font-weight: 950; line-height: 1.05; text-transform: uppercase; }
.vohink-about-photo-proof figcaption span { display: block; margin-top: 9px; color: #46535c; font-size: 15px; line-height: 1.45; }
.vohink-about-photo-proof__copy { padding: 30px; color: #fff; background: var(--vohink-navy); }
.vohink-about-photo-proof__copy .vohink-kicker { color: var(--vohink-orange-2); }
.vohink-about-photo-proof__copy h2 { margin: 0 0 24px; color: #fff; font-size: clamp(34px,4vw,54px); font-weight: 950; letter-spacing: 0; line-height: .92; text-transform: uppercase; }
.vohink-about-photo-proof__copy ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 0; padding: 0; list-style: none; background: rgba(255,255,255,.16); }
.vohink-about-photo-proof__copy li { min-height: 136px; padding: 20px; background: var(--vohink-navy); }
.vohink-about-photo-proof__copy li strong { display: block; color: #fff; font-size: 17px; font-weight: 950; line-height: 1.1; text-transform: uppercase; }
.vohink-about-photo-proof__copy li span { display: block; margin-top: 8px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.45; }
.vohink-about-retail-proof { display: grid; grid-template-columns: .74fr 1fr; gap: 1px; margin: 0 0 26px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-about-retail-proof > div { display: flex; min-height: 320px; flex-direction: column; justify-content: center; padding: 34px; background: #fff; }
.vohink-about-retail-proof h2 { margin: 0; color: var(--vohink-navy); font-size: clamp(34px,4vw,54px); font-weight: 950; letter-spacing: 0; line-height: .92; text-transform: uppercase; }
.vohink-about-retail-proof p:not(.vohink-kicker) { margin: 18px 0 0; color: #46535c; font-size: 17px; line-height: 1.48; }
.vohink-about-retail-proof figure { min-height: 320px; margin: 0; background: var(--vohink-navy); }
.vohink-about-page--clean { width: min(1000px,calc(100vw - 48px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.vohink-about-clean-hero { display: grid; grid-template-columns: minmax(0,1fr) 400px; gap: 1px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-about-clean-hero__copy { display: flex; min-height: 520px; flex-direction: column; justify-content: center; padding: 52px 48px; background: #fff; }
.vohink-about-clean-hero h2 { max-width: 520px; margin: 0; color: var(--vohink-navy); font-size: clamp(40px,4.35vw,58px); font-weight: 950; letter-spacing: 0; line-height: .98; text-transform: uppercase; }
.vohink-about-clean-hero h2 span { display: block; }
.vohink-about-clean-hero p:not(.vohink-kicker) { max-width: 460px; margin: 22px 0 0; color: #303c45; font-size: 17px; font-weight: 750; line-height: 1.5; }
.vohink-about-clean-hero figure { position: relative; height: 520px; min-height: 0; margin: 0; overflow: hidden; background: var(--vohink-navy); }
.vohink-about-clean-hero img,
.vohink-about-clean-grid img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vohink-about-clean-hero figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vohink-about-clean-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin: 18px 0 34px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-about-clean-stats div { min-height: 108px; padding: 24px; background: #fff; }
.vohink-about-clean-stats strong { display: block; color: var(--vohink-navy); font-size: 34px; font-weight: 950; line-height: 1; }
.vohink-about-clean-stats span { display: block; margin-top: 8px; color: #46535c; font-size: 12px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.vohink-about-clean-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin: 0 0 34px; }
.vohink-about-clean-grid article { overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: #fff; }
.vohink-about-clean-grid img { height: 235px; }
.vohink-about-clean-grid div { min-height: 178px; padding: 24px; }
.vohink-about-clean-grid strong { display: block; color: var(--vohink-navy); font-size: 21px; font-weight: 950; line-height: 1.1; text-transform: uppercase; }
.vohink-about-clean-grid p { margin: 10px 0 0; color: #46535c; font-size: 15px; line-height: 1.5; }
.vohink-about-clean-trust { display: grid; grid-template-columns: .82fr 1fr; gap: 1px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 8px; background: var(--vohink-line); }
.vohink-about-clean-trust > div { padding: 30px; color: #fff; background: var(--vohink-navy); }
.vohink-about-clean-trust .vohink-kicker { color: var(--vohink-orange-2); }
.vohink-about-clean-trust h2 { margin: 0; color: #fff; font-size: clamp(30px,3.4vw,46px); font-weight: 950; line-height: .95; text-transform: uppercase; }
.vohink-about-clean-trust ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--vohink-line); }
.vohink-about-clean-trust li { display: flex; min-height: 98px; align-items: center; padding: 22px; color: var(--vohink-navy); background: #fff; font-size: 18px; font-weight: 950; line-height: 1.15; text-transform: uppercase; }

theme-product-detail .sell-info__text .vohink-support-email { color: var(--vohink-orange); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }

@media (max-width: 1100px) {
  .vohink-collection__list { gap: 20px; }
  .vohink-collection__service { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vohink-brand-proof, .vohink-category-grid--four, .vohink-product-grid, .vohink-proof-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vohink-proof-controls [data-vohink-proof-prev] { left: 12px; }
  .vohink-proof-controls [data-vohink-proof-next] { right: 12px; }
}

@media (max-width: 900px) {
  .vohink-home { padding: 0 18px 68px; }
  .vohink-collection { padding: 54px 18px 38px; }
  .vohink-collection__heading { margin-bottom: 30px; }
  .vohink-collection__list { grid-template-columns: 1fr; gap: 26px; }
  .vohink-collection-card__image { aspect-ratio: 16 / 11; }
  .vohink-collection__service { margin-top: 46px; }
  body[data-page-type="collection"] .main-collection-cover, body[data-page-type="collection"] .main-collection-products { padding-right: 18px; padding-left: 18px; }
  .vohink-hero-banner, .vohink-hero-banner__copy { min-height: 640px; }
  .vohink-hero-banner > img { object-position: 62% center; }
  .vohink-hero-banner__shade { background: linear-gradient(0deg,rgba(246,243,237,.96) 0%,rgba(246,243,237,.86) 45%,rgba(246,243,237,.12) 100%); }
  .vohink-hero-banner__copy { justify-content: flex-end; padding: 32px 24px; }
  .vohink-help-grid, .vohink-info-page__grid { grid-template-columns: 1fr; }
  .vohink-section-head { display: block; }
  .vohink-section-head p:not(.vohink-kicker) { margin-top: 14px; }
  .vohink-featured-products__head { align-items: flex-start; }
  .vohink-women { min-height: 660px; }
  .vohink-women > img { object-position: 62% center; }
  .vohink-women__shade { background: linear-gradient(0deg,rgba(4,24,39,.96) 0%,rgba(4,24,39,.58) 52%,rgba(4,24,39,.06) 100%); }
  .vohink-women__content { min-height: 660px; justify-content: flex-end; padding: 30px 24px; }
  .vohink-help-grid a + a { border-top: 1px solid var(--vohink-line); border-left: 0; }
  .vohink-about-hero, .vohink-about-split { grid-template-columns: 1fr; }
  .vohink-about-hero__note { min-height: 190px; }
  .vohink-about-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vohink-about-checklist ul { grid-template-columns: 1fr; }
  .vohink-about-visual-hero { min-height: 430px; }
  .vohink-about-visual-hero__copy { min-height: 430px; padding: 34px; }
  .vohink-about-visual-hero h2 { font-size: 56px; }
  .vohink-about-image-grid, .vohink-about-trust-band { grid-template-columns: 1fr; }
  .vohink-about-supply-hero,
  .vohink-trust-system { grid-template-columns: 1fr; }
  .vohink-about-supply-hero__copy,
  .vohink-value-equation { min-height: 0; }
  .vohink-about-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vohink-supply-map__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vohink-about-retail-hero,
  .vohink-about-trust-model { grid-template-columns: 1fr; }
  .vohink-about-retail-hero__copy,
  .vohink-about-retail-hero figure { min-height: 0; }
  .vohink-about-retail-hero img { height: 360px; }
  .vohink-about-proof-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vohink-about-why__grid { grid-template-columns: 1fr; }
  .vohink-about-photo-band { grid-template-columns: 1fr; }
  .vohink-about-story-hero,
  .vohink-about-showcase__head,
  .vohink-about-photo-proof,
  .vohink-about-retail-proof { grid-template-columns: 1fr; }
  .vohink-about-story-hero__copy,
  .vohink-about-story-hero figure { min-height: 0; }
  .vohink-about-story-hero img { height: 380px; }
  .vohink-about-value-strip,
  .vohink-about-showcase__grid { grid-template-columns: 1fr; }
  .vohink-about-showcase-card--wide { grid-row: auto; }
  .vohink-about-clean-hero,
  .vohink-about-clean-trust { grid-template-columns: 1fr; }
  .vohink-about-clean-hero__copy,
  .vohink-about-clean-hero figure { min-height: 0; }
  .vohink-about-clean-hero figure { height: 360px; }
  .vohink-about-clean-hero img { height: 360px; }
  .vohink-about-clean-grid { grid-template-columns: 1fr; }
  .vohink-footer__top { grid-template-columns: 1fr 1fr; padding: 52px 22px 42px; }
  .vohink-footer__brand { grid-column: 1 / -1; }
  .vohink-footer__bar { flex-direction: column; align-items: flex-start; padding: 22px; }
}

@media (max-width: 620px) {
  .vohink-hero__actions { display: grid; grid-template-columns: 1fr; }
  .vohink-hero__actions .vohink-btn { width: 100%; }
  .vohink-brand-proof, .vohink-compact-offers, .vohink-category-grid--four, .vohink-product-grid, .vohink-proof-grid { grid-template-columns: 1fr; }
  .vohink-featured-products { margin-bottom: 52px; }
  .vohink-featured-products__head { display: block; margin-bottom: 16px; }
  .vohink-featured-products__head h3 { font-size: 27px; white-space: normal; }
  .vohink-featured-products__head > a { display: inline-block; margin-top: 13px; }
  .vohink-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .vohink-product-card { padding-bottom: 12px; }
  .vohink-product-card__image { margin-bottom: 12px; }
  .vohink-product-card__image > span { top: 7px; left: 7px; padding: 6px 7px; font-size: 8px; }
  .vohink-product-card__type { margin: 0 10px 5px; font-size: 8px; }
  .vohink-product-card strong { min-height: 40px; margin: 0 10px; font-size: 13px; line-height: 1.45; }
  .vohink-product-card__price { display: block; margin: 9px 10px 11px; }
  .vohink-product-card__price em { display: block; font-size: 15px; }
  .vohink-product-card__price s { display: block; margin-top: 2px; font-size: 10px; }
  .vohink-product-card__cta { min-height: 34px; margin: auto 10px 0; padding: 0 9px; font-size: 9px; }
  .vohink-collection__service { grid-template-columns: 1fr; }
  .vohink-collection__service div,
  .vohink-collection__service a { min-height: 112px; }
  .vohink-collection__heading h2 { font-size: 36px; }
  .vohink-hero-banner h2 { font-size: 46px; }
  .vohink-hero-banner__copy > p:not(.vohink-kicker):not(.vohink-hero-brand) { font-size: 17px; }
  .vohink-proof .vohink-section-head h3 { white-space: normal; font-size: 38px; }
  .vohink-proof-grid img { height: 240px; }
  .vohink-women__content > strong { font-size: 40px; }
  .vohink-value-story__head { padding: 22px 22px 18px; }
  .vohink-value-story .vohink-kicker { margin-bottom: 10px; font-size: 10px; letter-spacing: .14em; }
  .vohink-value-story h3 { font-size: 31px; line-height: .96; white-space: normal; }
  .vohink-value-story__head > p:not(.vohink-kicker) { margin-top: 11px; font-size: 13px; line-height: 1.42; }
  .vohink-value-story__strip { grid-template-columns: repeat(3,1fr); }
  .vohink-value-story__strip figure { height: 94px; }
  .vohink-value-story__strip figcaption { left: 6px; bottom: 6px; padding: 5px 6px; border-radius: 3px; font-size: 7px; letter-spacing: .06em; }
  .vohink-value-story__points { display: block; padding: 0 22px 18px; background: #fff; }
  .vohink-value-story__points article { min-height: 0; padding: 13px 0; border-top: 1px solid var(--vohink-line); background: #fff; }
  .vohink-value-card__icon { width: 38px; height: 38px; border-radius: 10px; }
  .vohink-value-card__icon svg { width: 22px; height: 22px; }
  .vohink-value-story__points strong { font-size: 15px; line-height: 1.18; }
  .vohink-value-story__points p { margin-top: 4px; font-size: 12px; line-height: 1.35; }
  .main-page__title { font-size: 44px !important; }
  .vohink-about-hero h2 { font-size: 42px; }
  .vohink-about-hero__note { min-height: 0; padding: 22px; }
  .vohink-about-hero__note p { font-size: 17px; }
  .vohink-about-pillars .vohink-info-page__card { min-height: 0; }
  .vohink-about-steps { grid-template-columns: 1fr; }
  .vohink-about-steps article { min-height: 0; }
  .vohink-about-steps span { margin-bottom: 18px; }
  .vohink-about-checklist { padding: 22px; }
  .vohink-about-visual-hero { min-height: 390px; }
  .vohink-about-visual-hero::after { background: linear-gradient(0deg,rgba(246,243,237,.98) 0%,rgba(246,243,237,.9) 58%,rgba(246,243,237,.1) 100%); }
  .vohink-about-visual-hero__copy { min-height: 390px; justify-content: flex-end; padding: 24px; }
  .vohink-about-visual-hero h2 { font-size: 38px; }
  .vohink-about-visual-hero p:not(.vohink-kicker) { margin-top: 14px; font-size: 16px; line-height: 1.35; }
  .vohink-about-stats { grid-template-columns: 1fr; }
  .vohink-about-stats div { min-height: 0; padding: 18px 20px; }
  .vohink-about-stats strong { font-size: 28px; }
  .vohink-about-image-grid { grid-template-columns: 1fr; gap: 14px; }
  .vohink-about-image-grid div { min-height: 0; padding: 18px; }
  .vohink-about-trust-band { padding: 22px; }
  .vohink-about-trust-band h2 { font-size: 28px; }
  .vohink-about-trust-band ul { grid-template-columns: 1fr; }
  .vohink-about-supply-hero__copy { padding: 24px; }
  .vohink-about-supply-hero h2 { font-size: 38px; }
  .vohink-about-supply-hero p:not(.vohink-kicker) { margin-top: 15px; font-size: 16px; line-height: 1.4; }
  .vohink-value-equation { padding: 20px; gap: 8px; }
  .vohink-value-equation span,
  .vohink-value-equation strong { padding: 12px 13px; font-size: 14px; }
  .vohink-value-equation i { font-size: 18px; }
  .vohink-about-metrics { grid-template-columns: 1fr; margin-bottom: 28px; }
  .vohink-about-metrics div { min-height: 0; padding: 18px 20px; }
  .vohink-about-metrics strong { font-size: 29px; }
  .vohink-supply-map__head { display: block; }
  .vohink-supply-map__head h2 { font-size: 32px; }
  .vohink-supply-map__grid,
  .vohink-trust-system__list { grid-template-columns: 1fr; }
  .vohink-supply-map__grid article,
  .vohink-trust-system__list div { min-height: 0; padding: 20px; }
  .vohink-supply-map__grid span { margin-bottom: 15px; }
  .vohink-trust-system > div:first-child { padding: 22px; }
  .vohink-trust-system h2 { font-size: 28px; }
  .vohink-about-bottom-line { padding: 22px; }
  .vohink-about-bottom-line strong { font-size: 20px; }
  .vohink-about-retail-hero__copy { padding: 24px; }
  .vohink-about-retail-hero h2 { font-size: 38px; }
  .vohink-about-retail-hero p:not(.vohink-kicker) { margin-top: 15px; font-size: 16px; line-height: 1.4; }
  .vohink-about-retail-hero img { height: 260px; }
  .vohink-about-proof-row { grid-template-columns: 1fr; margin-bottom: 28px; }
  .vohink-about-proof-row div { min-height: 0; padding: 18px 20px; }
  .vohink-about-proof-row strong { font-size: 29px; }
  .vohink-about-why__head { display: block; }
  .vohink-about-why__head h2 { font-size: 32px; }
  .vohink-about-why__grid article { min-height: 0; padding: 20px; }
  .vohink-about-why__grid span { margin-bottom: 15px; }
  .vohink-about-photo-band img { height: 220px; }
  .vohink-about-photo-band figcaption { min-height: 0; padding: 18px; }
  .vohink-about-trust-model > div { padding: 22px; }
  .vohink-about-trust-model h2 { font-size: 29px; }
  .vohink-about-trust-model ul { grid-template-columns: 1fr; }
  .vohink-about-trust-model li { min-height: 0; padding: 20px; }
  .vohink-about-final { padding: 22px; }
  .vohink-about-final strong { font-size: 21px; }
  .vohink-about-story-hero__copy { padding: 24px; }
  .vohink-about-story-hero h2 { font-size: 38px; }
  .vohink-about-story-hero p:not(.vohink-kicker) { margin-top: 14px; font-size: 16px; line-height: 1.38; }
  .vohink-about-story-hero__chips { margin-top: 18px; }
  .vohink-about-story-hero__chips span { padding: 8px 9px; font-size: 10px; }
  .vohink-about-story-hero img { height: 260px; }
  .vohink-about-value-strip { margin-bottom: 30px; }
  .vohink-about-value-strip div { min-height: 0; padding: 18px; }
  .vohink-about-showcase__head { display: block; }
  .vohink-about-showcase__head h2 { font-size: 31px; }
  .vohink-about-showcase__grid { gap: 14px; }
  .vohink-about-showcase-card img,
  .vohink-about-showcase-card--wide img { height: 230px; }
  .vohink-about-showcase-card div { min-height: 0; padding: 18px; }
  .vohink-about-photo-proof figure img { height: 230px; }
  .vohink-about-photo-proof figcaption { padding: 18px; }
  .vohink-about-photo-proof__copy { padding: 22px; }
  .vohink-about-photo-proof__copy h2 { font-size: 29px; }
  .vohink-about-photo-proof__copy ul { grid-template-columns: 1fr; }
  .vohink-about-photo-proof__copy li { min-height: 0; padding: 16px; }
  .vohink-about-retail-proof > div { min-height: 0; padding: 22px; }
  .vohink-about-retail-proof h2 { font-size: 30px; }
  .vohink-about-retail-proof figure { min-height: 0; }
  .vohink-about-retail-proof img { height: 230px; }
  .vohink-about-clean-hero__copy { padding: 24px; }
  .vohink-about-page--clean { width: 100%; margin-left: 0; transform: none; }
  .vohink-about-clean-hero h2 { font-size: 36px; }
  .vohink-about-clean-hero p:not(.vohink-kicker) { margin: 14px 0 20px; font-size: 16px; line-height: 1.38; }
  .vohink-about-clean-hero figure { height: 250px; }
  .vohink-about-clean-hero img { height: 100%; }
  .vohink-about-clean-stats { grid-template-columns: 1fr; margin-bottom: 28px; }
  .vohink-about-clean-stats div { min-height: 0; padding: 18px 20px; }
  .vohink-about-clean-stats strong { font-size: 29px; }
  .vohink-about-clean-grid { gap: 14px; }
  .vohink-about-clean-grid img { height: 220px; }
  .vohink-about-clean-grid div { min-height: 0; padding: 18px; }
  .vohink-about-clean-trust > div { padding: 22px; }
  .vohink-about-clean-trust h2 { font-size: 28px; }
  .vohink-about-clean-trust ul { grid-template-columns: 1fr; }
  .vohink-about-clean-trust li { min-height: 0; padding: 18px; font-size: 15px; }
  .vohink-footer__top { grid-template-columns: 1fr; }
  .vohink-footer__brand { grid-column: auto; }
  .vohink-footer__coupon-row { flex-direction: column; }
  .vohink-footer__coupon-row button { width: 100%; }
  .vohink-payment-strip__note { display: none; }
  .vohink-payment-strip__list { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .vohink-compact-offers div + div { border-top: 1px solid rgba(246,243,237,.38); border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .vohink-btn, .vohink-women > img, .vohink-category-card, .vohink-collection-card__image img, .vohink-product-card button, .vohink-proof-grid img, .vohink-proof-grid a::after, .vohink-cart__panel, .vohink-cart__shade { transition: none; }
  .vohink-proof-grid a:hover img { transform: none; }
  .vohink-proof-grid a:hover::after { opacity: 0; }
}
.vohink-hero-banner h2 .vohink-hero-title__brand { display: block; margin-bottom: 8px; font: inherit; font-size: .42em; line-height: .95; letter-spacing: -.03em; text-transform: none; }
