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

body { background: var(--vohink-ivory); color: var(--vohink-ink); }
.announcement-bar__group { background: var(--vohink-orange) !important; color: #fff !important; font-weight: 800; 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: 84px 32px 96px; }
.vohink-kicker { margin: 0 0 16px; color: var(--vohink-orange); font-size: 13px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.vohink-home__headline { max-width: 920px; margin-bottom: 42px; }
.vohink-home__headline h2 { margin: 0; color: var(--vohink-navy); font-size: clamp(48px, 7vw, 104px); font-weight: 900; letter-spacing: -.055em; line-height: .88; text-transform: uppercase; }
.vohink-home__headline > p:not(.vohink-kicker) { max-width: 650px; margin: 28px 0; color: #3f4c55; font-size: 19px; line-height: 1.6; }
.vohink-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 26px; 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; }
.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-deals { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 0 0 84px; }
.vohink-deal-card { position: relative; display: flex; min-height: 300px; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--vohink-line); border-radius: 10px; color: var(--vohink-navy) !important; background: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.vohink-deal-card:hover { transform: translateY(-5px); border-color: var(--vohink-orange); 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: 46px; font-weight: 900; letter-spacing: -.05em; line-height: 1; }
.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: 28px; font-weight: 900; }
.vohink-deal-card__link { margin-top: 12px; font-size: 13px; font-weight: 800; text-transform: uppercase; }

.vohink-women { position: relative; display: block; min-height: 620px; margin-bottom: 22px; overflow: hidden; border-radius: 12px; 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,.94) 0%,rgba(4,24,39,.72) 34%,rgba(4,24,39,.08) 68%); }
.vohink-women__content { position: relative; z-index: 1; display: flex; max-width: 530px; 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(48px,6vw,82px); font-weight: 900; letter-spacing: -.055em; 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-category-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-bottom: 78px; }
.vohink-category-card { display: flex; min-height: 360px; flex-direction: column; justify-content: flex-end; padding: 42px; border-radius: 12px; 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--men { background: linear-gradient(145deg,#061c2d,#0b3550); }
.vohink-category-card--women { background: linear-gradient(145deg,#b82e12,#ee5a32); }
.vohink-category-card .vohink-kicker { color: rgba(255,255,255,.72); }
.vohink-category-card strong { max-width: 480px; font-size: 42px; letter-spacing: -.04em; line-height: 1; text-transform: uppercase; }
.vohink-category-card > span:not(.vohink-kicker):not(.vohink-category-card__cta) { max-width: 430px; margin: 18px 0 28px; font-size: 17px; line-height: 1.5; }
.vohink-category-card__cta { font-size: 14px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }

.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: 900; }
.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-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: -.04em; 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); font-size: 12px; letter-spacing: .16em; }
.vohink-footer__nav a { color: #fff !important; text-decoration: none; }
.vohink-footer__nav a:hover { color: #ff6a43 !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: -.05em; 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: -.03em; }
.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: 900px) {
  .vohink-home { padding: 58px 18px 68px; }
  .vohink-deals, .vohink-category-grid, .vohink-help-grid, .vohink-info-page__grid { grid-template-columns: 1fr; }
  .vohink-deal-card { min-height: 250px; }
  .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-category-card { min-height: 300px; 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: 560px) {
  .vohink-home__headline h2 { font-size: 48px; }
  .vohink-home__headline > p:not(.vohink-kicker) { font-size: 17px; }
  .vohink-deal-card__pack { font-size: 40px; }
  .vohink-women__content > strong { font-size: 43px; }
  .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 { transition: none; }
}
