: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 { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; margin: 0 0 32px; padding: 18px 22px; overflow: hidden; border: 3px solid var(--vohink-orange); border-radius: 8px; color: #fff !important; background: var(--vohink-navy); box-shadow: 0 18px 45px rgba(4,24,39,.2); text-decoration: none; }
.vohink-promo-rail::after { position: absolute; inset: 0; background: linear-gradient(115deg,transparent 0 58%,rgba(223,59,23,.28) 58% 100%); content: ""; pointer-events: none; }
.vohink-promo-rail > * { position: relative; z-index: 1; }
.vohink-promo-rail__eyebrow { max-width: 116px; color: #ff8a67; font-size: 11px; font-weight: 950; letter-spacing: .16em; line-height: 1.35; }
.vohink-promo-rail__offers { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.vohink-promo-rail__offers strong { display: flex; align-items: baseline; justify-content: center; gap: 7px; padding: 4px 16px; border-left: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 16px; line-height: 1; white-space: nowrap; }
.vohink-promo-rail__offers b { color: #ff8a67; font-size: 38px; font-weight: 950; }
.vohink-promo-rail__offers em { color: #fff; font-size: 19px; font-style: normal; font-weight: 950; }
.vohink-promo-rail__shipping { padding: 12px 15px; border-radius: 4px; color: var(--vohink-navy); background: #fff; font-size: 13px; font-weight: 950; letter-spacing: .035em; white-space: nowrap; }

.vohink-hero { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 28px; align-items: stretch; margin-bottom: 26px; }
.vohink-hero__copy { padding: 58px 0 42px; }
.vohink-hero h2 { max-width: 980px; margin: 0; color: var(--vohink-navy); font-size: clamp(52px, 7vw, 112px); font-weight: 950; letter-spacing: 0; line-height: .88; text-transform: uppercase; }
.vohink-hero__copy > p:not(.vohink-kicker) { max-width: 660px; margin: 28px 0; color: #3f4c55; font-size: 19px; line-height: 1.6; }
.vohink-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.vohink-hero__meter { display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 28px; color: #fff; background: linear-gradient(160deg,var(--vohink-navy),#0b3550); border-radius: 8px; }
.vohink-hero__meter span { color: #ff8a67; font-size: 12px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.vohink-hero__meter strong { padding: 16px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 6px; font-size: 22px; font-weight: 950; text-transform: uppercase; }
.vohink-hero__meter em { margin-top: 4px; color: var(--vohink-navy); background: #fff; border-radius: 4px; padding: 13px 16px; font-style: normal; font-weight: 950; text-transform: uppercase; }

.vohink-deals { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 0 0 54px; }
.vohink-deal-card { position: relative; display: flex; min-height: 300px; flex-direction: column; padding: 32px; overflow: hidden; border: 3px solid var(--vohink-orange); border-radius: 8px; color: var(--vohink-navy) !important; background: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.vohink-deal-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(4,24,39,.14); }
.vohink-deal-card--featured { color: #fff !important; background: var(--vohink-navy); border-color: var(--vohink-navy); }
.vohink-deal-card__flag { position: absolute; top: 0; right: 0; padding: 9px 14px; color: #fff; background: var(--vohink-orange); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.vohink-deal-card__pack { color: var(--vohink-orange); font-size: 52px; font-weight: 950; letter-spacing: 0; line-height: .95; }
.vohink-deal-card strong { max-width: 280px; margin-top: 18px; font-size: 19px; letter-spacing: .02em; line-height: 1.25; }
.vohink-deal-card__save { margin-top: auto; color: var(--vohink-orange); font-size: 46px; font-weight: 950; letter-spacing: 0; }
.vohink-deal-card__link { margin-top: 12px; font-size: 13px; font-weight: 800; text-transform: uppercase; }

.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-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: 1 / 1; 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: 18% 16%; border-radius: 18px 18px 26px 26px; background: #0b3550; box-shadow: 34px 0 0 #55616b, 68px 0 0 #d9d9d2, 102px 0 0 #111; content: ""; transform: translateX(-26px); }
.vohink-product-card__image::after { inset: auto 12% 12% 12%; height: 28%; border-radius: 10px; background: rgba(4,24,39,.11); box-shadow: none; transform: none; }
.vohink-product-card__image--women::before { background: #8f2f44; box-shadow: 34px 0 0 #6f7d58, 68px 0 0 #d8c4a2, 102px 0 0 #b7a5d6; }
.vohink-product-card__image--tees::before { border-radius: 8px; background: #fff; box-shadow: 34px 0 0 #9aa1a7, 68px 0 0 #071b2b, 102px 0 0 #df3b17; }
.vohink-product-card__image--pants::before { border-radius: 8px 8px 16px 16px; background: #6a5b45; box-shadow: 34px 0 0 #1e2730, 68px 0 0 #53603f, 102px 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: .75fr 1.25fr; gap: 38px; padding: 42px; border-top: 1px solid var(--vohink-line); border-bottom: 1px solid var(--vohink-line); }
.vohink-value-story h3 { margin: 0; color: var(--vohink-navy); font-size: clamp(38px,5vw,64px); font-weight: 950; line-height: .95; text-transform: uppercase; }
.vohink-value-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.vohink-value-grid article { padding: 24px; background: #fff; border-radius: 8px; border: 1px solid var(--vohink-line); }
.vohink-value-grid span { color: var(--vohink-orange); font-weight: 950; }
.vohink-value-grid strong { display: block; margin: 12px 0 8px; color: var(--vohink-navy); font-size: 18px; text-transform: uppercase; }
.vohink-value-grid p { margin: 0; color: #46535c; line-height: 1.55; }

.vohink-proof-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.vohink-proof-grid a { display: flex; min-height: 190px; flex-direction: column; justify-content: flex-end; padding: 24px; color: var(--vohink-navy) !important; background: #fff; border: 1px solid var(--vohink-line); border-radius: 8px; text-decoration: none; }
.vohink-proof-grid strong { display: block; margin: 12px 0; font-size: 20px; line-height: 1.2; }
.vohink-proof-grid span { color: var(--vohink-orange); font-size: 12px; font-weight: 950; text-transform: uppercase; }

.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__brand p { max-width: 390px; margin: 18px 0 26px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.6; }
.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-hero, .vohink-value-story { grid-template-columns: 1fr; }
  .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-promo-rail { grid-template-columns: 1fr; gap: 15px; text-align: center; }
  .vohink-promo-rail__eyebrow { max-width: none; }
  .vohink-promo-rail__shipping { justify-self: center; }
  .vohink-deals, .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-deal-card { min-height: 240px; }
  .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-promo-rail__offers, .vohink-category-grid--four, .vohink-product-grid, .vohink-proof-grid, .vohink-value-grid { grid-template-columns: 1fr; }
  .vohink-promo-rail__offers strong { justify-content: flex-start; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .vohink-promo-rail__offers strong:first-child { border-top: 0; }
  .vohink-hero h2 { font-size: 48px; }
  .vohink-hero__copy > p:not(.vohink-kicker) { font-size: 17px; }
  .vohink-deal-card__pack { font-size: 40px; }
  .vohink-deal-card__save { font-size: 36px; }
  .vohink-women__content > strong { font-size: 40px; }
  .vohink-footer__top { grid-template-columns: 1fr; }
  .vohink-footer__brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .vohink-btn, .vohink-deal-card, .vohink-women > img, .vohink-category-card, .vohink-product-card button, .vohink-cart__panel, .vohink-cart__shade { transition: none; }
}
