: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); }
.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); }
.header a { transition: color .18s ease; }
.header a:hover { color: var(--vohink-orange) !important; }

.vohink-home { max-width: 1440px; margin: 0 auto; padding: 34px 32px 96px; }
.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; 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-promo-rail { display: flex; align-items: center; margin: 0 0 18px; padding: 10px 0; overflow: hidden; border: 1px solid rgba(4,24,39,.14); border-radius: 6px; color: var(--vohink-navy) !important; background: #fff; text-decoration: none; }
.vohink-promo-rail__track { display: flex; width: max-content; color: var(--vohink-navy); font-size: 15px; font-weight: 900; letter-spacing: .055em; line-height: 1.2; white-space: nowrap; will-change: transform; animation: vohink-promo-scroll 20s linear infinite; }
.vohink-promo-rail__sequence { flex: none; }
@keyframes vohink-promo-scroll { to { transform: translateX(-50%); } }
@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) { 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-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.vohink-product-card { display: flex; flex-direction: column; min-height: 100%; padding: 14px; border: 1px solid var(--vohink-line); border-radius: 8px; background: #fff; }
.vohink-product-card__image { aspect-ratio: 16 / 9; border-radius: 6px; background: linear-gradient(135deg,#f5f2eb,#d8d7d2); position: relative; overflow: hidden; }
.vohink-product-card__image::before, .vohink-product-card__image::after { position: absolute; inset: 24% auto auto 12%; width: 15%; height: 44%; border-radius: 14px 14px 22px 22px; background: #0b3550; box-shadow: 24px 0 0 #55616b, 48px 0 0 #d9d9d2, 72px 0 0 #111; content: ""; }
.vohink-product-card__image::after { inset: auto 12% 12% 12%; width: auto; height: 20%; border-radius: 10px; background: rgba(4,24,39,.11); box-shadow: none; }
.vohink-product-card__image--women::before { background: #8f2f44; box-shadow: 24px 0 0 #6f7d58, 48px 0 0 #d8c4a2, 72px 0 0 #b7a5d6; }
.vohink-product-card__image--tees::before { border-radius: 8px; background: #fff; box-shadow: 24px 0 0 #9aa1a7, 48px 0 0 #071b2b, 72px 0 0 #df3b17; }
.vohink-product-card__image--pants::before { border-radius: 8px 8px 16px 16px; background: #6a5b45; box-shadow: 24px 0 0 #1e2730, 48px 0 0 #53603f, 72px 0 0 #d8c4a2; }
.vohink-product-card > span { margin: 16px 0 8px; color: var(--vohink-orange); font-size: 12px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.vohink-product-card strong { min-height: 54px; color: var(--vohink-navy); font-size: 18px; line-height: 1.25; }
.vohink-product-card p { display: flex; align-items: baseline; gap: 8px; margin: 14px 0 18px; }
.vohink-product-card em { color: var(--vohink-orange); font-size: 24px; font-style: normal; font-weight: 950; }
.vohink-product-card s { color: var(--vohink-muted); }
.vohink-product-card button { min-height: 46px; margin-top: auto; border: 0; border-radius: 4px; color: #fff; background: var(--vohink-navy); font-weight: 950; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.vohink-product-card button:hover { background: var(--vohink-orange); transform: translateY(-2px); }

.vohink-women { position: relative; display: block; min-height: 620px; margin-bottom: 72px; 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(44px,6vw,78px); font-weight: 950; letter-spacing: 0; line-height: .92; 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 { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.35fr); gap: 20px; padding: 20px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 12px; background: linear-gradient(135deg,#ece6db 0%,#f8f6f1 46%,#fff 100%); }
.vohink-value-story__intro { display: flex; min-width: 0; flex-direction: column; padding: 28px; border-radius: 9px; background: #fff; }
.vohink-value-story h3 { max-width: 520px; margin: 0; color: var(--vohink-navy); font-size: clamp(38px,4.5vw,62px); font-weight: 950; letter-spacing: -.025em; line-height: .92; text-transform: uppercase; }
.vohink-value-story__lead { max-width: 520px; margin: 22px 0 26px; color: #46535c; font-size: 16px; line-height: 1.6; }
.vohink-value-story__art { display: grid; min-height: 218px; margin-top: auto; place-items: center; padding: 10px 18px 16px; overflow: hidden; border-radius: 9px; color: #fff; background: var(--vohink-navy); }
.vohink-value-story__art svg { width: min(100%,390px); height: 190px; fill: none; stroke: #fff; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.vohink-value-story__art .vohink-value-story__box { fill: rgba(255,255,255,.06); stroke: #ff8a67; }
.vohink-value-story__art .vohink-value-story__shirt { fill: rgba(255,255,255,.12); }
.vohink-value-story__art .vohink-value-story__fold { stroke: rgba(255,255,255,.58); }
.vohink-value-story__art .vohink-value-story__tag { fill: var(--vohink-orange); stroke: #ff8a67; }
.vohink-value-story__art .vohink-value-story__check { stroke-width: 6; }
.vohink-value-story__art > span { color: rgba(255,255,255,.7); font-size: 11px; font-weight: 950; letter-spacing: .12em; text-align: center; }
.vohink-value-story__content { display: flex; min-width: 0; flex-direction: column; gap: 14px; }
.vohink-value-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.vohink-value-grid article { display: flex; min-height: 292px; flex-direction: column; padding: 24px; border: 1px solid var(--vohink-line); border-radius: 9px; background: #fff; box-shadow: 0 12px 30px rgba(4,24,39,.05); }
.vohink-value-card__icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 12px; color: var(--vohink-orange); background: rgba(223,59,23,.09); }
.vohink-value-card__icon svg, .vohink-trust-panel__icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.vohink-value-grid strong { display: block; margin: 22px 0 10px; color: var(--vohink-navy); font-size: 19px; line-height: 1.15; text-transform: uppercase; }
.vohink-value-grid p { margin: 0; color: #46535c; font-size: 14px; line-height: 1.6; }
.vohink-trust-panel { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 16px; align-items: center; min-height: 112px; padding: 20px 22px; border-radius: 9px; color: #fff; background: var(--vohink-navy); }
.vohink-trust-panel__icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: #fff; background: var(--vohink-orange); }
.vohink-trust-panel__copy > span { display: block; margin-bottom: 5px; color: #ff8a67; font-size: 11px; font-weight: 950; letter-spacing: .14em; }
.vohink-trust-panel__copy strong { color: #fff; font-size: 16px; line-height: 1.35; }
.vohink-trust-panel nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.vohink-trust-panel a { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 5px; color: #fff !important; font-size: 12px; font-weight: 900; text-decoration: none; text-transform: uppercase; transition: border-color .18s ease, background .18s ease; }
.vohink-trust-panel a:hover { border-color: #ff8a67; background: rgba(223,59,23,.2); }

.vohink-proof-grid { display: grid; 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: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: 24px; 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.2); }
.vohink-proof-grid a:nth-child(2) img { object-position: center 18%; }
.vohink-proof-grid a:nth-child(3) img { object-position: center 22%; }
.vohink-proof-grid a:nth-child(4) img { object-position: center 34%; }
.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 { margin: auto 16px 16px; color: var(--vohink-navy); font-size: 13px; font-weight: 950; text-transform: none; }

.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-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-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; }

@media (max-width: 1100px) {
  .vohink-value-story { grid-template-columns: 1fr; }
  .vohink-brand-proof, .vohink-category-grid--four, .vohink-product-grid, .vohink-proof-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .vohink-home { padding: 42px 18px 68px; }
  .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, .vohink-value-grid { grid-template-columns: 1fr; }
  .vohink-value-grid article { min-height: 0; }
  .vohink-trust-panel { grid-template-columns: auto 1fr; }
  .vohink-trust-panel nav { grid-column: 1 / -1; justify-content: flex-start; }
  .vohink-section-head { display: block; }
  .vohink-section-head p:not(.vohink-kicker) { margin-top: 14px; }
  .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-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-brand-proof, .vohink-compact-offers, .vohink-category-grid--four, .vohink-product-grid, .vohink-proof-grid, .vohink-value-grid { grid-template-columns: 1fr; }
  .vohink-hero-banner h2 { font-size: 46px; }
  .vohink-hero-banner__copy > p:not(.vohink-kicker) { 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 { padding: 10px; }
  .vohink-value-story__intro { padding: 22px; }
  .vohink-value-story__art { min-height: 190px; }
  .vohink-value-story__art svg { height: 160px; }
  .vohink-trust-panel { grid-template-columns: 1fr; }
  .vohink-trust-panel nav { grid-column: auto; }
  .vohink-trust-panel a { flex: 1; justify-content: center; }
  .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-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-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; }
}
