:root {
  --vw-blue: #001e50;
  --vw-blue-2: #00437a;
  --electric: #00b0f0;
  --ice: #d9f3ff;
  --mist: #edf5f8;
  --ink: #08141e;
  --muted: #5e6c76;
  --white: #ffffff;
  --line: rgba(0, 30, 80, .14);
  --radius: 18px;
  --header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }

.legal-strip {
  position: relative;
  z-index: 20;
  min-height: 30px;
  padding: 9px 18px 8px;
  background: var(--vw-blue);
  color: rgba(255,255,255,.78);
  text-align: center;
  font-size: 9px;
  line-height: 1.35;
  letter-spacing: .13em;
  font-weight: 700;
}

.site-header {
  position: absolute;
  z-index: 15;
  top: 30px;
  left: 0;
  width: 100%;
  height: var(--header-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(22px, 4vw, 70px);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-copy { display: grid; line-height: .92; }
.brand-copy strong { font-size: 16px; letter-spacing: .16em; }
.brand-copy small { margin-top: 6px; font-size: 8px; letter-spacing: .28em; opacity: .74; }
.pollen-mark { position: relative; width: 28px; height: 28px; display: block; }
.pollen-mark i { position: absolute; width: 8px; height: 8px; border: 1.5px solid currentColor; border-radius: 50%; }
.pollen-mark i:nth-child(1) { left: 10px; top: 0; }
.pollen-mark i:nth-child(2) { right: 0; top: 10px; }
.pollen-mark i:nth-child(3) { left: 10px; bottom: 0; }
.pollen-mark i:nth-child(4) { left: 0; top: 10px; }
.pollen-mark i:nth-child(5) { left: 10px; top: 10px; background: currentColor; }
.desktop-nav { display: flex; gap: 34px; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.desktop-nav a { opacity: .74; transition: opacity .25s; }
.desktop-nav a:hover { opacity: 1; }
.vw { justify-self: end; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.vw svg { width: 34px; height: 34px; }

.hero {
  position: relative;
  height: calc(100svh - 30px);
  min-height: 720px;
  overflow: hidden;
  background: var(--vw-blue);
  color: var(--white);
}
.hero > img { height: 100%; object-fit: cover; object-position: center; transform: scale(1.01); }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,16,45,.88) 0%, rgba(0,25,70,.55) 38%, rgba(0,30,80,.06) 72%),
    linear-gradient(0deg, rgba(0,15,40,.52) 0%, transparent 45%);
}
.hero-content {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 7.5vw, 130px);
  top: 52%;
  width: min(660px, 78vw);
  transform: translateY(-50%);
}
.eyebrow { margin: 0 0 18px; font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.blue { color: var(--vw-blue-2); }
.eyebrow.electric { color: var(--electric); }
.hero h1 { margin: 0; font-size: clamp(64px, 8.2vw, 138px); line-height: .82; letter-spacing: -.07em; font-weight: 700; }
.hero h1 span { color: var(--ice); }
.hero-lede { max-width: 580px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: clamp(16px, 1.4vw, 21px); line-height: 1.48; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.primary-button, .outline-button {
  border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  min-height: 51px; padding: 0 24px; border-radius: 999px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800;
}
.primary-button { background: var(--white); color: var(--vw-blue); transition: transform .25s, background .25s; }
.primary-button:hover { transform: translateY(-2px); background: var(--ice); }
.edition { font-size: 11px; letter-spacing: .08em; color: rgba(255,255,255,.64); }
.hero-stats {
  position: absolute; z-index: 2; right: clamp(24px, 5vw, 84px); bottom: 68px;
  display: flex; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35);
}
.hero-stats div { min-width: 130px; padding: 0 22px; border-right: 1px solid rgba(255,255,255,.22); }
.hero-stats div:last-child { border: 0; }
.hero-stats strong { display: block; font-size: 34px; letter-spacing: -.05em; }
.hero-stats span { display: block; margin-top: 4px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; opacity: .7; }
.scroll-cue { position: absolute; z-index: 3; left: 28px; bottom: 48px; display: flex; align-items: center; gap: 10px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left bottom; }
.scroll-cue span { width: 36px; height: 1px; background: currentColor; }

.content-section { padding: clamp(88px, 10vw, 156px) clamp(22px, 5vw, 84px); }
.section-light { background: linear-gradient(180deg, #fff 0%, #f4f8fa 100%); }
.section-heading { max-width: 1360px; margin: 0 auto 58px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; }
.section-heading h2, .billboard-copy h2, .closing-copy h2 { margin: 0; font-size: clamp(46px, 6vw, 86px); line-height: .92; letter-spacing: -.06em; }
.section-heading > p { max-width: 580px; justify-self: end; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.portrait-grid { max-width: 1360px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(22px, 2.4vw, 38px); }
.media-card { min-width: 0; }
.video-shell { position: relative; width: 100%; border: 0; padding: 0; overflow: hidden; background: #06182b; cursor: zoom-in; border-radius: var(--radius); box-shadow: 0 22px 60px rgba(0,30,80,.10); }
.video-shell.portrait { aspect-ratio: 9 / 16; }
.video-shell video { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s; }
.video-shell::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; pointer-events: none; }
.video-shell:hover video { transform: scale(1.025); filter: saturate(1.05); }
.ratio-badge, .concept-tag { position: absolute; z-index: 2; top: 16px; left: 16px; background: rgba(0,30,80,.78); backdrop-filter: blur(9px); color: #fff; padding: 8px 10px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.expand-icon { position: absolute; z-index: 2; right: 15px; bottom: 15px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--vw-blue); font-size: 17px; }
.concept-tag { left: auto; right: 16px; top: 16px; background: rgba(255,255,255,.9); color: var(--vw-blue); }
.card-copy { position: relative; padding: 26px 4px 0 58px; }
.card-copy .index { position: absolute; left: 3px; top: 29px; color: var(--electric); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.card-copy h3 { margin: 0 0 10px; font-size: clamp(22px, 2vw, 30px); letter-spacing: -.035em; }
.card-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }

.billboard-section { background: #020b16; color: #fff; }
.billboard-video-wrap { position: relative; min-height: 88svh; overflow: hidden; }
.billboard-video-wrap > video { width: 100%; min-height: 88svh; height: 100%; object-fit: cover; }
.billboard-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,12,28,.9) 0%, rgba(0,17,38,.52) 44%, rgba(0,10,22,.05) 75%); }
.billboard-copy { position: absolute; z-index: 3; left: clamp(24px, 7vw, 120px); top: 50%; width: min(650px, 80vw); transform: translateY(-50%); }
.billboard-copy p:not(.eyebrow) { max-width: 570px; margin: 25px 0 30px; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.62; }
.outline-button { color: #fff; background: rgba(0,0,0,.12); border: 1px solid rgba(255,255,255,.56); }
.outline-button:hover { background: #fff; color: var(--vw-blue); }
.billboard-ratio { left: auto; right: 28px; top: 28px; }

.fooh-section { color: #fff; background: radial-gradient(circle at 50% 0%, #053863 0%, var(--vw-blue) 35%, #00132f 100%); }
.fooh-section .section-heading > p, .dark-card .card-copy p { color: rgba(255,255,255,.65); }
.dark-card .video-shell { box-shadow: 0 25px 65px rgba(0,0,0,.26); }
.dark-card .card-copy h3 { color: #fff; }
.dark-card .card-copy .index { color: #6bd9ff; }

.closing-section { min-height: 720px; display: grid; grid-template-columns: 1.15fr .85fr; background: #f3f7f9; }
.closing-image { min-height: 720px; overflow: hidden; }
.closing-image img { height: 100%; object-fit: cover; }
.closing-copy { align-self: center; padding: 80px clamp(28px, 7vw, 110px); }
.closing-copy p:not(.eyebrow) { margin: 28px 0 0; max-width: 520px; color: var(--muted); line-height: 1.7; }

footer { padding: 70px clamp(24px, 5vw, 84px) 34px; color: #fff; background: #03142b; }
.footer-top { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.14); }
.three-deers-lockup { display: flex; align-items: center; gap: 14px; }
.deer-icon { width: 54px; }
.three-deers-lockup > div:last-child { display: grid; }
.three-deers-lockup strong { font-size: 22px; letter-spacing: .14em; }
.three-deers-lockup small { margin-top: 5px; font-size: 8px; letter-spacing: .24em; opacity: .65; }
.powered { margin: 0; font-size: 13px; color: rgba(255,255,255,.65); }
.footer-legal { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 44px; padding-top: 32px; }
.footer-legal p { max-width: 1040px; margin: 0; font-size: 9px; line-height: 1.7; letter-spacing: .06em; color: rgba(255,255,255,.45); }
.footer-legal span { font-size: 9px; color: rgba(255,255,255,.35); white-space: nowrap; }

.video-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 70px 24px 24px; background: rgba(0,8,20,.96); }
.video-modal[hidden] { display: none; }
.video-modal video { max-width: min(92vw, 1400px); max-height: calc(100svh - 100px); width: auto; height: auto; border-radius: 10px; box-shadow: 0 30px 100px rgba(0,0,0,.6); }
.modal-close { position: absolute; right: 25px; top: 22px; border: 0; background: transparent; color: #fff; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.hero-content.reveal, .billboard-copy.reveal { transform: translateY(calc(-50% + 26px)); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.hero-content.reveal.visible, .billboard-copy.reveal.visible { transform: translateY(-50%); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .desktop-nav { display: none; }
  .hero-stats { display: none; }
  .hero-content { top: 55%; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p { justify-self: start; }
  .portrait-grid { gap: 18px; }
  .card-copy { padding-left: 44px; }
  .closing-section { grid-template-columns: 1fr; }
  .closing-image { min-height: 56vw; }
}

@media (max-width: 720px) {
  :root { --radius: 14px; }
  .legal-strip { font-size: 7px; letter-spacing: .08em; padding-inline: 10px; }
  .site-header { top: 31px; height: 64px; padding-inline: 18px; }
  .pollen-mark { width: 23px; height: 23px; transform: scale(.82); transform-origin: left center; }
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { font-size: 6px; }
  .vw span { display: none; }
  .vw svg { width: 30px; }
  .hero { min-height: 680px; }
  .hero > img { object-position: 60% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,16,45,.92) 0%, rgba(0,25,65,.42) 72%); }
  .hero-content { left: 22px; top: auto; bottom: 90px; transform: none !important; width: calc(100% - 44px); }
  .hero h1 { font-size: clamp(58px, 18vw, 82px); }
  .hero-lede { margin-top: 22px; font-size: 15px; }
  .edition { display: none; }
  .scroll-cue { display: none; }
  .content-section { padding: 84px 18px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .billboard-copy h2, .closing-copy h2 { font-size: 48px; }
  .section-heading > p { font-size: 14px; }
  .portrait-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 18px 18px; margin: 0 -18px; gap: 16px; scrollbar-width: none; }
  .portrait-grid::-webkit-scrollbar { display: none; }
  .media-card { flex: 0 0 82vw; scroll-snap-align: center; }
  .card-copy { padding-top: 22px; }
  .billboard-video-wrap, .billboard-video-wrap > video { min-height: 76svh; }
  .billboard-video-wrap > video { object-position: 66% center; }
  .billboard-overlay { background: linear-gradient(0deg, rgba(0,12,28,.9) 0%, rgba(0,10,24,.16) 70%); }
  .billboard-copy { left: 22px; top: auto; bottom: 40px; transform: none !important; width: calc(100% - 44px); }
  .billboard-copy p:not(.eyebrow) { font-size: 14px; }
  .billboard-ratio { right: 15px; top: 15px; }
  .closing-image { min-height: 72vw; }
  .closing-copy { padding: 70px 22px 80px; }
  footer { padding: 58px 22px 28px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-legal { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


/* Supplied brand artwork */
.vw { justify-self: end; }
.vw-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  padding: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  box-shadow: 0 6px 22px rgba(0,0,0,.14);
}
.three-deers-lockup { min-width: 118px; }
.three-deers-logo {
  display: block;
  width: auto;
  height: 92px;
  object-fit: contain;
}

/* Individual sound controls for every inline video */
.video-shell { display: block; }
.sound-toggle {
  position: absolute;
  z-index: 6;
  left: 15px;
  bottom: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: #fff;
  background: rgba(0,18,48,.76);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  transition: background .22s ease, transform .22s ease, border-color .22s ease;
}
.sound-toggle:hover { transform: translateY(-1px); background: rgba(0,30,80,.94); border-color: rgba(255,255,255,.7); }
.sound-toggle:focus-visible { outline: 3px solid rgba(0,176,240,.72); outline-offset: 3px; }
.sound-toggle.is-on { background: rgba(255,255,255,.94); color: var(--vw-blue); border-color: #fff; }
.sound-icon { width: 19px; height: 19px; flex: 0 0 19px; }
.sound-toggle .sound-wave { display: none; }
.sound-toggle.is-on .sound-wave { display: block; }
.sound-toggle.is-on .mute-mark { display: none; }
.billboard-sound { left: auto; right: 28px; bottom: 28px; }

@media (max-width: 720px) {
  .vw-logo { width: 38px; height: 38px; padding: 5px; }
  .three-deers-logo { height: 78px; }
  .sound-toggle { min-height: 38px; padding: 0 11px; font-size: 9px; }
  .sound-icon { width: 17px; height: 17px; flex-basis: 17px; }
  .billboard-sound { right: 15px; bottom: 15px; }
}
