/* VIRELTTA — "Before the weekend serve". Court-plan storefront. */

@font-face { font-family: "Bricolage"; font-style: normal; font-display: swap; font-weight: 200 800; font-stretch: 75% 100%; src: url(../fonts/bricolage-grotesque-latin-ext-standard-normal.woff2) format("woff2-variations"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Bricolage"; font-style: normal; font-display: swap; font-weight: 200 800; font-stretch: 75% 100%; src: url(../fonts/bricolage-grotesque-latin-standard-normal.woff2) format("woff2-variations"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: "Instrument Serif"; font-style: italic; font-display: swap; font-weight: 400; src: url(../fonts/instrument-serif-latin-ext-400-italic.woff2) format("woff2"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Instrument Serif"; font-style: italic; font-display: swap; font-weight: 400; src: url(../fonts/instrument-serif-latin-400-italic.woff2) format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

:root {
	--chalk: #F5F1E6;
	--chalk-2: #ECE6D6;
	--paper: #FBF9F3;
	--court: #1E4A3B;
	--court-2: #163A2E;
	--court-3: #2C6150;
	--clay: #C65D3B;
	--clay-ink: #A3462A;
	--fuzz: #DDEB4C;
	--fuzz-2: #CFE03A;
	--ink: #15201B;
	--muted: #56625C;
	--sage: #DCE3D3;
	--blush: #F2E1D5;
	--line: rgba(21, 32, 27, .14);
	--line-2: rgba(21, 32, 27, .24);
	--f-sans: "Bricolage", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--f-serif: "Instrument Serif", Georgia, "Times New Roman", serif;
	--max: 1440px;
	--gutter: clamp(16px, 4vw, 56px);
	--corner: clamp(56px, 9vw, 160px);
	--ease: cubic-bezier(.2, .7, .2, 1);
	--head-h: 72px;
}

/* ───────── Base ───────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 96px; }
body { margin: 0; background: var(--chalk); color: var(--ink); font-family: var(--f-sans); font-size: 16px; line-height: 1.55; font-optical-sizing: auto; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--clay); }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--fuzz); outline-offset: 2px; box-shadow: 0 0 0 5px var(--ink); border-radius: 2px; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.08; letter-spacing: -.015em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
em { font-style: italic; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.vr-skip { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--fuzz); color: var(--ink); padding: 10px 16px; font-weight: 700; border-radius: 4px; }
.vr-skip:focus { top: 12px; }
.vr-icon { width: 20px; height: 20px; flex: none; }
.vr-main { display: block; min-height: 50vh; }

/* ───────── Type ───────── */
.vr-display { font-size: clamp(44px, 6.4vw, 96px); font-weight: 800; font-stretch: 84%; line-height: .95; letter-spacing: -.024em; }
.vr-h1 { font-size: clamp(34px, 4.4vw, 60px); font-weight: 800; font-stretch: 86%; letter-spacing: -.025em; line-height: 1; }
.vr-h2 { font-size: clamp(32px, 4.2vw, 62px); font-weight: 800; font-stretch: 86%; letter-spacing: -.022em; line-height: .98; }
.vr-h3 { font-size: clamp(20px, 1.8vw, 26px); font-weight: 700; letter-spacing: -.01em; }
.vr-display em, .vr-h1 em, .vr-h2 em, .vr-h3 em, .vr-band__title em, .vr-foot__lede em { font-family: var(--f-serif); font-weight: 400; font-stretch: 100%; letter-spacing: -.01em; }
.vr-h2 em { color: var(--court); }
.vr-score { display: inline-flex; align-items: stretch; margin: 0 0 18px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; border: 1.5px solid currentColor; border-radius: 3px; overflow: hidden; }
.vr-score__pt { padding: 5px 10px; background: var(--ink); color: var(--fuzz); font-stretch: 78%; font-size: 13px; letter-spacing: .08em; }
.vr-score__label { padding: 5px 11px; }

/* ───────── Controls ───────── */
.vr-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border-radius: 999px; border: 2px solid transparent; font-weight: 700; font-size: 15.5px; letter-spacing: .01em; text-decoration: none; transition: transform .25s var(--ease), background .25s, color .25s, box-shadow .25s; }
.vr-btn .vr-icon { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.vr-btn:hover .vr-icon { transform: translateX(4px); }
.vr-btn--fuzz { background: var(--fuzz); color: var(--ink); box-shadow: 0 0 0 0 rgba(221, 235, 76, .5); }
.vr-btn--fuzz:hover { background: var(--fuzz-2); box-shadow: 0 10px 30px -10px rgba(221, 235, 76, .7); }
.vr-btn--line { border-color: currentColor; color: inherit; }
.vr-btn--line:hover { background: rgba(245, 241, 230, .1); }
.vr-btn--court { background: var(--court); color: var(--chalk); }
.vr-btn--court:hover { background: var(--court-2); }
.vr-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-decoration: underline; text-decoration-color: var(--clay); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.vr-link .vr-icon { width: 16px; height: 16px; }
.vr-link--btn { background: none; border: 0; padding: 6px 0; font-size: 14.5px; }
.vr-chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border: 1.5px solid var(--line-2); border-radius: 999px; font-size: 14px; font-weight: 600; text-decoration: none; white-space: nowrap; background: transparent; transition: background .2s, border-color .2s; }
.vr-chip span { font-size: 12px; color: var(--muted); font-weight: 500; }
.vr-chip:hover { border-color: var(--ink); }
.vr-chip.is-on { background: var(--ink); border-color: var(--ink); color: var(--chalk); }
.vr-chip.is-on span { color: var(--fuzz); }
.vr-chip--sm { padding: 5px 12px; font-size: 12.5px; }
.vr-round { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--ink); background: transparent; display: grid; place-items: center; transition: background .2s, color .2s; }
.vr-round:hover { background: var(--ink); color: var(--fuzz); }
.vr-swatch { display: inline-block; width: 11px; height: 11px; border-radius: 50%; background: var(--sw, #ddd); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .18); margin-right: 6px; vertical-align: -1px; }
.vr-swatch--lg { width: 16px; height: 16px; margin-right: 8px; vertical-align: -3px; }
.vr-tag { display: inline-flex; flex-direction: column; gap: 2px; padding: 9px 13px; background: var(--ink); color: var(--chalk); border-radius: 4px; font-size: 13px; line-height: 1.25; text-decoration: none; box-shadow: 0 12px 28px -12px rgba(0, 0, 0, .5); }
.vr-tag strong { color: var(--fuzz); font-weight: 700; }
.vr-tag--light { background: var(--chalk); color: var(--ink); }
.vr-tag--light strong { color: var(--court); }
.vr-cur { font-size: .78em; font-weight: 600; letter-spacing: .04em; opacity: .75; }

.vr-select { position: relative; display: inline-flex; align-items: center; gap: 6px; }
.vr-select .vr-icon { width: 16px; height: 16px; position: absolute; left: 10px; pointer-events: none; }
.vr-select select { appearance: none; -webkit-appearance: none; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23F5F1E6' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 10px center; border: 1px solid rgba(245, 241, 230, .28); border-radius: 999px; padding: 5px 28px 5px 32px; font-size: 12.5px; cursor: pointer; max-width: 230px; }
.vr-select select option, .vr-select select optgroup { color: var(--ink); background: #fff; }

/* ───────── Utility bar & header ───────── */
.vr-util { background: var(--ink); color: var(--chalk); font-size: 12.5px; }
.vr-util__inner { max-width: var(--max); margin: 0 auto; padding: 6px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vr-util__msg { margin: 0; display: flex; align-items: center; gap: 12px; }
.vr-util__msg a { text-decoration: none; }
.vr-util__msg a:hover { text-decoration: underline; }
.vr-util__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--fuzz); }
.vr-util__sel { display: flex; gap: 8px; }

.vr-head { position: sticky; top: 0; z-index: 60; background: rgba(245, 241, 230, .94); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); transition: box-shadow .3s; }
.vr-head.is-stuck { box-shadow: 0 10px 30px -22px rgba(21, 32, 27, .6); }
.vr-head__inner { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); height: var(--head-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.vr-head__burger { display: none; background: none; border: 0; padding: 8px; margin-left: -8px; }
.vr-nav { display: flex; align-items: center; gap: clamp(12px, 1.5vw, 22px); font-size: 14.5px; font-weight: 600; }
.vr-nav a { text-decoration: none; position: relative; padding: 6px 0; white-space: nowrap; }
.vr-nav--shop a::after, .vr-nav__text::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--clay); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.vr-nav a:hover::after, .vr-nav a[aria-current="page"]::after { transform: scaleX(1); }
.vr-nav--info { justify-content: flex-end; }
.vr-nav__icon { display: inline-flex; align-items: center; padding: 6px !important; }
.vr-nav__bag { position: relative; }
.vr-bag-count { position: absolute; top: -1px; right: -5px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 9px; background: var(--fuzz); color: var(--ink); font-size: 11px; font-weight: 800; display: grid; place-items: center; line-height: 1; }
.vr-bag-count[data-count="0"] { background: var(--chalk-2); color: var(--muted); }
.vr-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--court); text-decoration: none; }
.vr-logo__mark { width: 30px; height: 30px; }
.vr-logo__word { height: 19px; width: auto; }

.vr-drawer { position: fixed; inset: 0; z-index: 120; }
.vr-drawer[hidden] { display: none; }
.vr-drawer__backdrop { position: absolute; inset: 0; background: rgba(21, 32, 27, .5); animation: vr-fade .3s; }
.vr-drawer__panel { position: absolute; top: 0; left: 0; bottom: 0; width: min(420px, 90vw); background: var(--chalk); display: flex; flex-direction: column; overflow-y: auto; animation: vr-slide .35s var(--ease); padding: 18px 22px 28px; }
.vr-drawer__top { display: flex; align-items: center; justify-content: space-between; color: var(--court); margin-bottom: 18px; }
.vr-drawer__word { height: 17px; width: auto; }
.vr-drawer__close { background: none; border: 0; padding: 8px; margin-right: -8px; }
.vr-drawer__nav { display: flex; flex-direction: column; border-top: 2px solid var(--court); }
.vr-drawer__nav a { display: flex; justify-content: space-between; align-items: baseline; padding: 15px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 22px; font-weight: 700; font-stretch: 86%; letter-spacing: -.01em; }
.vr-drawer__nav small { font-size: 13px; color: var(--muted); font-weight: 500; font-stretch: 100%; }
.vr-drawer__sub { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin: 22px 0; font-size: 15px; }
.vr-drawer__sub a { text-decoration: none; }
.vr-drawer__sel { margin-top: auto; display: flex; flex-direction: column; gap: 10px; padding: 16px; background: var(--ink); color: var(--chalk); border-radius: 8px; }
.vr-drawer__sel select { max-width: none; width: 100%; font-size: 14px; padding-top: 9px; padding-bottom: 9px; }
.vr-drawer__sel .vr-select { width: 100%; }
@keyframes vr-fade { from { opacity: 0; } }
@keyframes vr-slide { from { transform: translateX(-100%); } }

/* ───────── Hero ───────── */
.vr-hero { position: relative; background: var(--court); color: var(--chalk); overflow: hidden; isolation: isolate; }
.vr-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(90% 70% at 85% 30%, rgba(44, 97, 80, .9), transparent 60%), radial-gradient(60% 60% at 0% 100%, rgba(22, 58, 46, .9), transparent 70%); z-index: -2; }
.vr-hero__court { position: absolute; inset: 0; width: 100%; height: 100%; color: rgba(245, 241, 230, .26); z-index: -1; }
.vr-hero__lines > * { stroke-dasharray: 1; stroke-dashoffset: 1; animation: vr-draw 2.2s var(--ease) .2s forwards; }
.vr-hero__lines > *:nth-child(2) { animation-delay: .5s; }
.vr-hero__lines > *:nth-child(3) { animation-delay: .8s; }
.vr-hero__net { color: rgba(245, 241, 230, .5); opacity: 0; animation: vr-fade-in 1s ease 1.2s forwards; }
@keyframes vr-draw { to { stroke-dashoffset: 0; } }
@keyframes vr-fade-in { to { opacity: 1; } }
.vr-hero__inner { max-width: var(--max); margin: 0 auto; padding: clamp(40px, 5vw, 76px) var(--gutter) clamp(90px, 9vw, 130px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); align-items: center; min-height: min(880px, calc(100svh - 104px)); }
.vr-hero .vr-score { color: var(--chalk); }
.vr-hero__title { font-size: clamp(58px, 8.4vw, 134px); font-weight: 800; font-stretch: 84%; line-height: .88; letter-spacing: -.022em; margin: 6px 0 28px; }
.vr-hero__title > * { display: block; }
.vr-hero__l2 { font-family: var(--f-serif); font-weight: 400; font-stretch: 100%; color: var(--fuzz); font-size: 1.14em; letter-spacing: -.02em; line-height: .9; padding-left: .55em; }
.vr-hero__l3 { position: relative; width: max-content; padding-left: 1.6em; }
.vr-hero__l3::after { content: ""; position: absolute; left: 1.6em; right: -.1em; bottom: -.02em; height: .08em; background: var(--clay); border-radius: 99px; transform: scaleX(0); transform-origin: left; animation: vr-grow .9s var(--ease) 1.1s forwards; }
@keyframes vr-grow { to { transform: scaleX(1); } }
.vr-hero__lede { max-width: 470px; font-size: clamp(16px, 1.25vw, 18.5px); color: rgba(245, 241, 230, .86); margin-bottom: 30px; }
.vr-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.vr-hero__facts { display: flex; gap: 0; margin: 0; border-top: 1.5px solid rgba(245, 241, 230, .3); max-width: 470px; }
.vr-hero__facts div { flex: 1; padding: 14px 16px 0 0; border-right: 1.5px solid rgba(245, 241, 230, .3); margin-right: 16px; }
.vr-hero__facts div:last-child { border-right: 0; margin-right: 0; }
.vr-hero__facts dt { font-size: 11.5px; text-transform: uppercase; letter-spacing: .14em; color: rgba(245, 241, 230, .66); }
.vr-hero__facts dd { margin: 2px 0 0; font-size: 26px; font-weight: 800; font-stretch: 80%; }
.vr-hero__facts .vr-cur { font-size: 12px; }
.vr-hero__stage { position: relative; height: 100%; min-height: 560px; }
.vr-hero__frame { position: relative; margin: 0 0 0 auto; width: min(82%, 520px); aspect-ratio: 3 / 4; border-radius: var(--corner) 6px 6px 6px; overflow: hidden; background: var(--court-2); outline: 2px solid rgba(245, 241, 230, .55); outline-offset: 12px; box-shadow: 0 50px 80px -40px rgba(0, 0, 0, .55); }
.vr-hero__frame img, .vr-hero__frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vr-hero__video { opacity: 0; transition: opacity .8s ease; }
.vr-hero__video.is-playing { opacity: 1; }
.vr-vidbtn { position: absolute; right: 14px; bottom: 14px; z-index: 3; width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(21, 32, 27, .6); color: var(--chalk); display: grid; place-items: center; backdrop-filter: blur(6px); }
.vr-vidbtn .vr-icon { width: 16px; height: 16px; }
.vr-hero__inset { position: absolute; left: 0; bottom: 2%; width: clamp(150px, 34%, 230px); z-index: 4; transform: rotate(-5deg); text-decoration: none; transition: transform .4s var(--ease); }
.vr-hero__inset:hover { transform: rotate(-2deg) translateY(-6px); }
.vr-hero__inset img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border: 7px solid var(--chalk); border-radius: 3px; box-shadow: 0 30px 50px -20px rgba(0, 0, 0, .6); }
.vr-hero__inset .vr-tag { position: absolute; left: 58%; bottom: -18px; min-width: 150px; background: var(--fuzz); color: var(--ink); }
.vr-hero__inset .vr-tag strong { color: var(--court); }
.vr-hero__pin { position: absolute; z-index: 4; top: 21%; left: 41%; display: flex; align-items: center; gap: 10px; text-decoration: none; }
.vr-hero__pin-dot { width: 18px; height: 18px; border-radius: 50%; background: var(--fuzz); box-shadow: 0 0 0 6px rgba(221, 235, 76, .3); animation: vr-pulse 2.2s ease-in-out infinite; flex: none; }
@keyframes vr-pulse { 50% { box-shadow: 0 0 0 12px rgba(221, 235, 76, 0); } }
.vr-hero__pin .vr-tag { opacity: 0; transform: translateX(-6px); transition: opacity .3s, transform .3s; }
.vr-hero__pin:hover .vr-tag, .vr-hero__pin:focus-visible .vr-tag { opacity: 1; transform: none; }
.vr-badge { position: absolute; top: -6px; left: 6%; z-index: 3; width: clamp(110px, 11vw, 150px); aspect-ratio: 1; border-radius: 50%; background: var(--fuzz); color: var(--ink); display: grid; place-items: center; box-shadow: 0 20px 40px -18px rgba(0, 0, 0, .5); }
.vr-badge__ring { position: absolute; inset: 0; width: 100%; height: 100%; animation: vr-spin 26s linear infinite; }
.vr-badge__ring text { font-size: 15.5px; font-weight: 800; letter-spacing: .16em; fill: var(--court); font-stretch: 80%; }
.vr-badge__mark { width: 40%; height: 40%; }
.vr-badge__mark circle { fill: var(--court); }
.vr-badge__mark path { stroke: var(--fuzz); }
@keyframes vr-spin { to { transform: rotate(360deg); } }

.vr-ticker { position: absolute; left: 0; right: 0; bottom: 0; background: var(--fuzz); color: var(--ink); overflow: hidden; padding: 12px 0; transform: rotate(-1.2deg) translateY(10px); transform-origin: left; }
.vr-ticker__track { display: flex; align-items: center; gap: 26px; width: max-content; animation: vr-marquee 40s linear infinite; font-weight: 800; font-stretch: 78%; font-size: 17px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.vr-ticker i { width: 14px; height: 14px; border-radius: 50%; background: var(--court); position: relative; flex: none; }
.vr-ticker i::after { content: ""; position: absolute; inset: 3px -1px; border: 1.5px solid var(--fuzz); border-left: 0; border-right: 0; border-radius: 50%; }
@keyframes vr-marquee { to { transform: translateX(-50%); } }

/* ───────── Sections ───────── */
.vr-sec { max-width: var(--max); margin: 0 auto; padding: clamp(64px, 8vw, 128px) var(--gutter); }
.vr-sec__head { margin-bottom: clamp(32px, 4vw, 56px); }
.vr-sec__head--split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 32px; align-items: end; }
.vr-sec__intro { font-size: 17px; color: var(--muted); max-width: 520px; justify-self: end; margin: 0; }

/* Court map */
.vr-courtmap__grid { position: relative; display: grid; grid-template-columns: .78fr 1.2fr 1.2fr .78fr; grid-template-rows: clamp(220px, 23vw, 330px) clamp(220px, 23vw, 330px); grid-template-areas: "e a b d" "e c c d"; gap: 6px; padding: 6px; background: var(--chalk); box-shadow: 0 0 0 clamp(12px, 2vw, 26px) var(--court); border-radius: 2px; margin: clamp(12px, 2vw, 26px); }
.vr-courtmap__box { position: relative; overflow: hidden; display: block; text-decoration: none; color: var(--ink); background: var(--court-2); }
.vr-courtmap__box--a { grid-area: a; }
.vr-courtmap__box--b { grid-area: b; }
.vr-courtmap__box--c { grid-area: c; }
.vr-courtmap__box--d { grid-area: d; }
.vr-courtmap__box--e { grid-area: e; }
.vr-courtmap__box img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.vr-courtmap__box--c img { object-position: center 30%; }
.vr-courtmap__box:hover img { transform: scale(1.05); }
.vr-courtmap__zone { position: absolute; top: 12px; left: 12px; padding: 4px 9px; border-radius: 3px; background: rgba(21, 32, 27, .72); color: var(--fuzz); font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.vr-courtmap__label { position: absolute; left: 12px; bottom: 12px; right: 60px; display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; background: var(--chalk); border-radius: 3px; }
.vr-courtmap__label strong { font-size: clamp(16px, 1.4vw, 21px); font-weight: 800; font-stretch: 84%; line-height: 1.05; }
.vr-courtmap__label span { font-size: 13px; color: var(--muted); }
.vr-courtmap__go { position: absolute; right: 12px; bottom: 12px; width: 42px; height: 42px; border-radius: 50%; background: var(--fuzz); display: grid; place-items: center; transition: transform .3s var(--ease); }
.vr-courtmap__box:hover .vr-courtmap__go { transform: rotate(-45deg); }
.vr-courtmap__net { position: absolute; left: calc(-1 * clamp(12px, 2vw, 26px)); right: calc(-1 * clamp(12px, 2vw, 26px)); top: calc(-1 * clamp(12px, 2vw, 26px) - 12px); height: 12px; background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 9px), var(--chalk); border-top: 4px solid var(--chalk); border-bottom: 1px solid var(--ink); pointer-events: none; }

/* Cards */
.vr-card { list-style: none; position: relative; }
.vr-card__link { display: flex; flex-direction: column; gap: 12px; text-decoration: none; height: 100%; }
.vr-card__media { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; background: var(--chalk-2); border-radius: 3px; }
.vr-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .45s ease, transform .9s var(--ease); }
.vr-card__alt { opacity: 0; }
.vr-card__link:hover .vr-card__alt, .vr-card__link:focus-visible .vr-card__alt { opacity: 1; }
.vr-card__link:hover .vr-card__img { transform: scale(1.03); }
.vr-card__body { display: flex; flex-direction: column; gap: 3px; }
.vr-card__title { font-size: 16px; font-weight: 650; letter-spacing: -.005em; line-height: 1.25; }
.vr-card__link:hover .vr-card__title { text-decoration: underline; text-decoration-color: var(--clay); text-underline-offset: 4px; }
.vr-card__price { font-size: 15px; font-weight: 600; }
.vr-card__meta { font-size: 13px; color: var(--muted); display: flex; align-items: center; }
.vr-card__sep { margin: 0 6px; }

/* Rail */
.vr-rail { display: grid; grid-template-columns: minmax(250px, 320px) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); padding-right: 0; max-width: none; margin-left: max(0px, calc((100vw - var(--max)) / 2)); }
.vr-rail__side { position: sticky; top: 110px; align-self: start; }
.vr-rail__side p { color: var(--muted); margin: 18px 0 22px; }
.vr-rail__nav { display: flex; gap: 10px; margin-bottom: 26px; }
.vr-rail__track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 var(--gutter) 70px 0; scrollbar-width: thin; scrollbar-color: var(--court) transparent; }
.vr-card--rail { flex: 0 0 clamp(230px, 21vw, 300px); scroll-snap-align: start; }
.vr-card--rail:nth-child(even) { margin-top: 56px; }

/* Chalk-line */
.vr-chalk { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.vr-chalk__visual { position: relative; }
.vr-chalk__big { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 12px var(--chalk), 0 0 0 14px var(--court); }
.vr-chalk__trace { position: absolute; inset: -8% -10% auto auto; width: 70%; color: var(--clay); pointer-events: none; }
.vr-chalk__trace path { stroke-dashoffset: 1; }
.vr-chalk.is-in .vr-chalk__trace path { animation: vr-draw 2.4s var(--ease) forwards; }
.vr-chalk__copy > p { font-size: 17.5px; color: var(--muted); margin: 22px 0 28px; max-width: 540px; }
.vr-chalk__list { list-style: none; border-top: 1.5px solid var(--ink); }
.vr-chalk__list a { display: grid; grid-template-columns: 72px 1fr auto; gap: 18px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.vr-chalk__list img { width: 72px; height: 96px; object-fit: cover; border-radius: 3px; }
.vr-chalk__list span { display: flex; flex-direction: column; font-size: 14px; color: var(--muted); }
.vr-chalk__list strong { font-size: 17px; color: var(--ink); }
.vr-chalk__list a:hover .vr-icon { transform: translateX(4px); }
.vr-chalk__list .vr-icon { transition: transform .25s var(--ease); }

/* Anatomy */
.vr-anatomy { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 6vw, 96px); align-items: center; background: var(--blush); max-width: none; padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); padding-right: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); position: relative; }
.vr-anatomy::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 10px; background: var(--clay); }
.vr-anatomy__media { position: relative; transform: rotate(-2deg); }
.vr-anatomy__media img { width: 100%; border: 10px solid var(--paper); box-shadow: 0 40px 60px -30px rgba(90, 40, 20, .45); }
.vr-anatomy__pt { position: absolute; left: var(--x); top: var(--y); width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: var(--fuzz); font-weight: 800; display: grid; place-items: center; transform: translate(-50%, -50%); box-shadow: 0 0 0 5px rgba(221, 235, 76, .5); font-size: 15px; }
.vr-anatomy .vr-h2 em { color: var(--clay-ink); }
.vr-anatomy__list { list-style: none; counter-reset: pt; margin: 30px 0 34px; }
.vr-anatomy__list li { counter-increment: pt; position: relative; padding: 16px 0 16px 58px; border-top: 1.5px solid rgba(21, 32, 27, .2); color: #4B3A33; }
.vr-anatomy__list li::before { content: counter(pt); position: absolute; left: 0; top: 14px; width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: var(--fuzz); display: grid; place-items: center; font-weight: 800; }
.vr-anatomy__list strong { display: block; color: var(--ink); font-size: 18px; margin-bottom: 2px; }

/* Video band */
.vr-band { position: relative; min-height: clamp(460px, 56vw, 760px); color: var(--chalk); overflow: hidden; display: flex; align-items: flex-end; }
.vr-band__media { position: absolute; inset: 0; }
.vr-band__media img, .vr-band__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vr-band__video { opacity: 0; transition: opacity .8s; }
.vr-band__video.is-playing { opacity: 1; }
.vr-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21, 32, 27, .72) 0%, rgba(21, 32, 27, .2) 55%, transparent), linear-gradient(0deg, rgba(21, 32, 27, .55), transparent 50%); pointer-events: none; }
.vr-band__copy { position: relative; z-index: 2; max-width: var(--max); width: 100%; margin: 0 auto; padding: 0 var(--gutter) clamp(40px, 6vw, 80px); }
.vr-band__kicker { font-weight: 700; letter-spacing: .16em; text-transform: uppercase; font-size: 13px; color: var(--fuzz); }
.vr-band__title { font-size: clamp(40px, 6vw, 96px); font-weight: 800; font-stretch: 84%; line-height: .92; letter-spacing: -.022em; max-width: 900px; margin: 6px 0 28px; }
.vr-band__title em { color: var(--fuzz); display: block; padding-left: 1.2em; }
.vr-band .vr-vidbtn { z-index: 3; bottom: 20px; right: 20px; }

/* Pack */
.vr-pack { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.vr-pack__intro { position: sticky; top: 110px; }
.vr-pack__intro > p { color: var(--muted); font-size: 17px; margin: 20px 0 28px; }
.vr-pack__flat { margin: 0; }
.vr-pack__flat img { border-radius: 50% 50% 4px 4px / 32% 32% 4px 4px; aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.vr-pack__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px 22px; list-style: none; }
.vr-card--pack-1 { grid-column: 1 / span 4; }
.vr-card--pack-2 { grid-column: 5 / span 2; margin-top: 30%; }
.vr-card--pack-3 { grid-column: 1 / span 2; }
.vr-card--pack-4 { grid-column: 3 / span 2; margin-top: 40px; }
.vr-card--pack-5 { grid-column: 5 / span 2; margin-top: -70%; }

/* Lookbook */
.vr-look { padding-top: 0; }
.vr-look__grid { columns: 3; column-gap: 18px; }
.vr-look__item { position: relative; display: block; break-inside: avoid; margin-bottom: 18px; overflow: hidden; border-radius: 3px; background: var(--chalk-2); }
.vr-look__item img { width: 100%; transition: transform .9s var(--ease); }
.vr-look__item:hover img { transform: scale(1.04); }
.vr-look__item--2, .vr-look__item--7 { border-radius: var(--corner) 3px 3px 3px; }
.vr-look__item--4 { border-radius: 3px var(--corner) 3px 3px; }
.vr-look__item--3 { margin-top: 70px; }
.vr-look__cap { position: absolute; left: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; background: var(--chalk); color: var(--ink); border-radius: 999px; font-size: 13px; font-weight: 700; text-decoration: none; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s var(--ease); }
.vr-look__cap .vr-icon { width: 14px; height: 14px; }
.vr-look__item:hover .vr-look__cap, .vr-look__item:focus-visible .vr-look__cap { opacity: 1; transform: none; }

/* Service strip */
.vr-service { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; background: var(--chalk); border-top: 3px solid var(--chalk); border-bottom: 3px solid var(--chalk); }
.vr-service__box { background: var(--court); color: var(--chalk); padding: clamp(26px, 3vw, 44px) clamp(20px, 2.4vw, 36px); text-decoration: none; display: flex; flex-direction: column; gap: 8px; transition: background .25s; }
.vr-service__box:hover { background: var(--court-2); }
.vr-service__box .vr-icon { width: 28px; height: 28px; color: var(--fuzz); margin-bottom: 8px; }
.vr-service__box strong { font-size: 19px; }
.vr-service__box span { font-size: 14.5px; color: rgba(245, 241, 230, .78); }

/* ───────── Footer ───────── */
.vr-foot { position: relative; background: var(--ink); color: var(--chalk); overflow: hidden; }
.vr-foot__inner { max-width: var(--max); margin: 0 auto; padding: clamp(56px, 6vw, 88px) var(--gutter) 40px; display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: 40px; }
.vr-foot__mark { width: 52px; height: 52px; margin-bottom: 18px; }
.vr-foot__lede { font-size: clamp(20px, 1.8vw, 26px); font-weight: 600; line-height: 1.25; letter-spacing: -.01em; max-width: 420px; }
.vr-foot__lede em { color: var(--fuzz); }
.vr-foot__contact { list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: 14.5px; }
.vr-foot__contact a { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.vr-foot__contact a:hover { color: var(--fuzz); }
.vr-foot__contact .vr-icon { width: 17px; height: 17px; color: var(--fuzz); }
.vr-foot__hours { color: rgba(245, 241, 230, .6); font-size: 13px; padding-left: 27px; }
.vr-foot__col { display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; }
.vr-foot__col a { text-decoration: none; color: rgba(245, 241, 230, .82); width: max-content; max-width: 100%; }
.vr-foot__col a:hover { color: var(--fuzz); }
.vr-foot__h { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: var(--fuzz); margin-bottom: 6px; font-weight: 700; }
.vr-foot__base { max-width: var(--max); margin: 0 auto; padding: 22px var(--gutter); border-top: 1px solid rgba(245, 241, 230, .14); display: flex; justify-content: space-between; gap: 20px; font-size: 12.5px; color: rgba(245, 241, 230, .6); }
.vr-foot__base p { margin: 0; }
.vr-foot__base p:last-child { display: flex; align-items: center; gap: 8px; }
.vr-foot__base .vr-icon { width: 15px; height: 15px; }
.vr-foot__giant { color: #1D2A24; padding: 0 var(--gutter); margin-bottom: -2.2vw; }
.vr-foot__word { width: 100%; height: auto; }
.vr-foot__court { position: absolute; top: 0; right: 0; width: 38%; height: 100%; border-left: 2px solid rgba(245, 241, 230, .06); pointer-events: none; }
.vr-foot__court::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; border-top: 2px solid rgba(245, 241, 230, .06); }

/* ───────── Catalogue ───────── */
.vr-crumbs { font-size: 13px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.vr-crumbs a { text-decoration: none; }
.vr-crumbs a:hover { text-decoration: underline; }
.vr-cathero { max-width: var(--max); margin: 0 auto; padding: clamp(28px, 4vw, 56px) var(--gutter) clamp(24px, 3vw, 40px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(28px, 5vw, 80px); align-items: end; }
.vr-cathero__desc { font-size: 17.5px; max-width: 560px; margin-top: 22px; }
.vr-cathero__desc p { margin-bottom: .6em; }
.vr-cathero__note { font-size: 14.5px; color: var(--muted); max-width: 540px; padding-left: 16px; border-left: 3px solid var(--fuzz-2); margin: 18px 0 0; }
.vr-cathero__img { margin: 0; position: relative; }
.vr-cathero__img img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--corner) 4px 4px 4px; }
.vr-cathero__img::after { content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 2px solid var(--court); border-radius: var(--corner) 4px 4px 4px; z-index: -1; }
.vr-catnav { max-width: var(--max); margin: 18px auto 0; padding: 0 var(--gutter); display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.vr-catnav::-webkit-scrollbar { display: none; }
.vr-toolbar { max-width: var(--max); margin: 0 auto; padding: 22px var(--gutter); display: flex; align-items: center; gap: 22px; flex-wrap: wrap; border-bottom: 1px solid var(--line); margin-bottom: 36px; }
.vr-toolbar__count { margin: 0; font-weight: 700; margin-right: auto; }
.vr-toolbar__sizes { display: flex; align-items: center; gap: 6px; font-size: 13.5px; }
.vr-toolbar__sizes > span { color: var(--muted); margin-right: 4px; }
.vr-size-chip { min-width: 40px; height: 36px; padding: 0 10px; display: grid; place-items: center; border: 1.5px solid var(--line-2); border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 13px; }
.vr-size-chip:hover { border-color: var(--ink); }
.vr-size-chip.is-on { background: var(--ink); color: var(--fuzz); border-color: var(--ink); }
.woocommerce-ordering { margin: 0; }
.woocommerce-ordering select, .woocommerce .woocommerce-ordering select, .vr-field select { appearance: none; -webkit-appearance: none; border: 1.5px solid var(--line-2); border-radius: 999px; padding: 9px 36px 9px 16px; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2315201B' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 14px center; font-size: 14px; font-weight: 600; cursor: pointer; }
.vr-grid { list-style: none; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter) 40px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 44px 22px; }
.vr-card--c2, .vr-card--c4 { margin-top: 48px; }
.vr-tile { grid-column: span 2; list-style: none; }
.vr-tile figure { margin: 0; position: relative; height: 100%; min-height: 420px; overflow: hidden; border-radius: 3px var(--corner) 3px 3px; background: var(--court); }
.vr-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vr-tile figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; background: var(--chalk); padding: 18px 20px; border-radius: 3px; display: flex; flex-direction: column; gap: 4px; max-width: 420px; }
.vr-tile figcaption strong { font-size: 22px; font-weight: 800; font-stretch: 84%; }
.vr-tile figcaption span { font-size: 14.5px; color: var(--muted); }
.vr-grid--4 { padding: 0; }
.vr-grid--4 .vr-card:nth-child(even) { margin-top: 36px; }
.vr-empty { max-width: 640px; margin: 40px auto 80px; text-align: center; padding: 0 var(--gutter); }
.vr-catfoot { max-width: var(--max); margin: 40px auto 0; padding: 0 var(--gutter) clamp(56px, 6vw, 96px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.vr-catfoot a { display: flex; gap: 14px; align-items: flex-start; padding: 24px; background: var(--chalk-2); text-decoration: none; transition: background .2s; }
.vr-catfoot a:hover { background: var(--sage); }
.vr-catfoot .vr-icon { width: 26px; height: 26px; color: var(--court); }
.vr-catfoot span { display: flex; flex-direction: column; font-size: 14px; color: var(--muted); }
.vr-catfoot strong { font-size: 17px; color: var(--ink); }

/* ───────── Product page ───────── */
.vr-pdp { max-width: var(--max); margin: 0 auto; padding: 24px var(--gutter) 40px; }
.vr-pdp__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.vr-pdp__gallery { position: relative; }
.vr-pdp__track { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.vr-pdp__fig { margin: 0; position: relative; background: var(--chalk-2); overflow: hidden; border-radius: 3px; }
.vr-pdp__fig--1 { grid-column: 1 / -1; border-radius: var(--corner) 3px 3px 3px; }
.vr-pdp__fig--4 { grid-column: 1 / -1; }
.vr-pdp__fig.vr-pdp__fig--1 figcaption { top: auto; bottom: 14px; left: 14px; }
.vr-pdp__fig--4 img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.vr-pdp__zoom { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.vr-pdp__zoom img { width: 100%; }
.vr-pdp__fig figcaption { position: absolute; left: 12px; top: 12px; z-index: 1; padding: 4px 9px; background: rgba(245, 241, 230, .9); border-radius: 3px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; pointer-events: none; }
.vr-pdp__count { display: none; }
.vr-pdp__sticky { position: sticky; top: calc(var(--head-h) + 20px); display: flex; flex-direction: column; align-items: flex-start; }
.vr-pdp__title { font-size: clamp(32px, 3.4vw, 50px); font-weight: 800; font-stretch: 84%; letter-spacing: -.025em; line-height: 1; margin: 14px 0 12px; }
.vr-pdp__price { font-size: 22px; font-weight: 700; margin-bottom: 12px; }
.vr-pdp__colour { font-size: 15px; display: flex; align-items: center; gap: 4px; margin-bottom: 14px; }
.vr-pdp__short { color: var(--muted); font-size: 16px; max-width: 520px; }
.vr-pdp__buy { width: 100%; margin: 6px 0 6px; }
.vr-pdp__buy form.cart { display: flex; flex-direction: column; gap: 14px; margin: 0; }
.vr-pdp__buy table.variations { border: 0; margin: 0; width: 100%; border-collapse: collapse; }
.vr-pdp__buy table.variations th, .vr-pdp__buy table.variations td { display: block; padding: 0; text-align: left; border: 0; }
.vr-pdp__buy table.variations label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; display: block; margin-bottom: 8px; }
.vr-pdp__buy select.vr-hide-select { position: absolute; opacity: 0; pointer-events: none; width: 1px; height: 1px; }
.vr-sizes { display: flex; flex-wrap: wrap; gap: 8px; }
.vr-sizes button { min-width: 58px; height: 48px; padding: 0 14px; border: 1.5px solid var(--line-2); background: var(--paper); border-radius: 4px; font-weight: 700; font-size: 15px; transition: border-color .15s, background .15s, color .15s; }
.vr-sizes button:hover { border-color: var(--ink); }
.vr-sizes button[aria-pressed="true"] { background: var(--ink); color: var(--fuzz); border-color: var(--ink); }
.vr-sizes.is-hint button:not(:disabled) { border-color: var(--clay); animation: vr-nudge .4s; }
@keyframes vr-nudge { 25% { transform: translateX(-3px); } 75% { transform: translateX(3px); } }
.vr-sizes button:disabled { opacity: .35; text-decoration: line-through; cursor: not-allowed; }
.single_variation_wrap { display: flex; flex-direction: column; gap: 12px; }
.woocommerce-variation-price .price { font-size: 18px; font-weight: 700; }
.woocommerce-variation-add-to-cart, form.cart:not(.variations_form) { display: flex; gap: 10px; align-items: stretch; }
.quantity { display: flex; }
.vr-pdp .quantity .qty, .woocommerce .vr-pdp .quantity .qty { width: 72px; height: 56px; border: 1.5px solid var(--line-2); border-radius: 999px; text-align: center; background: var(--paper); font-weight: 700; font-size: 16px; }
.single_add_to_cart_button, .vr-pdp .button.alt { flex: 1; min-height: 56px; border: 0; border-radius: 999px; background: var(--fuzz); color: var(--ink); font-weight: 800; font-size: 16.5px; letter-spacing: .01em; transition: background .2s, transform .2s; padding: 0 28px; }
.single_add_to_cart_button:hover { background: var(--fuzz-2); }
.single_add_to_cart_button.disabled, .single_add_to_cart_button:disabled { background: var(--chalk-2); color: var(--muted); cursor: not-allowed; }
.single_add_to_cart_button.loading { opacity: .7; }
.vr-pdp .added_to_cart { display: none; }
.vr-pdp__assure { list-style: none; width: 100%; border-top: 1px solid var(--line); margin: 18px 0 8px; }
.vr-pdp__assure li { display: flex; gap: 12px; align-items: flex-start; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.vr-pdp__assure .vr-icon { color: var(--court); margin-top: 1px; }
.vr-acc { width: 100%; margin-top: 10px; }
.vr-acc details { border-bottom: 1px solid var(--line); }
.vr-acc summary { list-style: none; cursor: pointer; padding: 17px 0; font-weight: 700; font-size: 16px; display: flex; justify-content: space-between; align-items: center; }
.vr-acc summary::-webkit-details-marker { display: none; }
.vr-acc summary::after { content: ""; width: 12px; height: 12px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translate(-3px, -3px); transition: transform .25s; }
.vr-acc details[open] summary::after { transform: rotate(-135deg) translate(-3px, -3px); }
.vr-acc__body { padding: 0 0 18px; font-size: 15px; color: #333D38; }
.vr-ticks { list-style: none; margin-bottom: 12px; }
.vr-ticks li { position: relative; padding: 4px 0 4px 24px; }
.vr-ticks li::before { content: ""; position: absolute; left: 0; top: 12px; width: 12px; height: 2px; background: var(--clay); }
.vr-pdp__line { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 80px); align-items: center; margin: clamp(64px, 8vw, 120px) 0; background: var(--sage); padding: clamp(24px, 3vw, 40px); border-radius: 3px var(--corner) 3px 3px; }
.vr-pdp__line figure { margin: 0; }
.vr-pdp__line img { border-radius: 50%; aspect-ratio: 1; object-fit: cover; width: 100%; }
.vr-pdp__line-text { font-size: clamp(22px, 2.4vw, 34px); font-weight: 700; font-stretch: 88%; letter-spacing: -.015em; line-height: 1.15; max-width: 640px; }
.vr-pdp__pairs .vr-h2 { margin-bottom: 36px; }

.vr-dialog { border: 0; padding: 26px; border-radius: 8px; max-width: min(860px, 94vw); width: 100%; background: var(--paper); color: var(--ink); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .5); }
.vr-dialog::backdrop { background: rgba(21, 32, 27, .6); }
.vr-dialog__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.vr-dialog__head button, .vr-dialog__x { background: none; border: 0; padding: 8px; }
.vr-dialog--zoom { padding: 0; max-width: min(1100px, 96vw); background: var(--chalk-2); }
.vr-dialog--zoom img { width: 100%; max-height: 90vh; object-fit: contain; }
.vr-dialog__x { position: absolute; top: 10px; right: 10px; background: var(--paper); border-radius: 50%; width: 44px; height: 44px; display: grid; place-items: center; }

/* ───────── Help desk & prose ───────── */
.vr-desk { max-width: var(--max); margin: 0 auto; padding: clamp(32px, 4vw, 64px) var(--gutter) clamp(64px, 7vw, 110px); display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.vr-desk__side { position: sticky; top: calc(var(--head-h) + 24px); }
.vr-desk__label { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: var(--muted); margin-bottom: 10px; }
.vr-desk__side nav { display: flex; flex-direction: column; border-left: 3px solid var(--chalk-2); }
.vr-desk__side nav a { padding: 8px 0 8px 16px; margin-left: -3px; border-left: 3px solid transparent; text-decoration: none; font-size: 15px; font-weight: 600; color: var(--muted); }
.vr-desk__side nav a:hover { color: var(--ink); }
.vr-desk__side nav a[aria-current="page"] { color: var(--ink); border-left-color: var(--court); }
.vr-desk__card { margin-top: 26px; padding: 18px; background: var(--court); color: var(--chalk); border-radius: 3px 24px 3px 3px; font-size: 14px; }
.vr-desk__card p { margin: 0 0 6px; }
.vr-desk__card a { color: var(--fuzz); text-decoration: none; word-break: break-word; }
.vr-desk__main { max-width: 820px; }
.vr-desk__head { padding-bottom: 22px; border-bottom: 2px solid var(--ink); margin-bottom: 30px; }
.vr-desk__lede { font-size: 19px; margin: 16px 0 10px; max-width: 680px; }
.vr-desk__date { font-size: 13px; color: var(--muted); margin: 0; }
.vr-desk__hero { margin: 0 0 34px; }
.vr-desk__hero img { width: 100%; max-height: 420px; object-fit: cover; border-radius: 3px var(--corner) 3px 3px; }
.vr-prose { font-size: 16.5px; line-height: 1.7; }
.vr-prose > * + * { margin-top: 0; }
.vr-prose h2 { font-size: clamp(22px, 2vw, 28px); font-weight: 800; font-stretch: 88%; margin: 44px 0 14px; letter-spacing: -.015em; }
.vr-prose h3 { font-size: 18.5px; margin: 28px 0 8px; }
.vr-prose ul, .vr-prose ol { padding-left: 22px; margin: 0 0 1.1em; }
.vr-prose li { margin-bottom: 6px; }
.vr-prose ul li::marker { color: var(--clay); }
.vr-prose a { color: var(--court); font-weight: 600; text-decoration-color: var(--clay); }
.vr-prose strong { font-weight: 700; }
.vr-prose .vr-callout { background: var(--sage); border-left: 4px solid var(--court); padding: 16px 20px; border-radius: 3px; margin: 20px 0; }
.vr-prose .vr-steps { list-style: none; padding: 0; counter-reset: st; display: grid; gap: 12px; margin: 20px 0 28px; }
.vr-prose .vr-steps li { counter-increment: st; position: relative; padding: 16px 18px 16px 64px; background: var(--paper); border: 1px solid var(--line); border-radius: 4px; margin: 0; }
.vr-prose .vr-steps li::before { content: counter(st); position: absolute; left: 16px; top: 14px; width: 32px; height: 32px; border-radius: 50%; background: var(--court); color: var(--fuzz); display: grid; place-items: center; font-weight: 800; }
.vr-prose details { border-bottom: 1px solid var(--line); }
.vr-prose details summary { cursor: pointer; list-style: none; padding: 16px 36px 16px 0; font-weight: 700; font-size: 17px; position: relative; }
.vr-prose details summary::-webkit-details-marker { display: none; }
.vr-prose details summary::after { content: "+"; position: absolute; right: 4px; top: 12px; font-size: 24px; font-weight: 400; color: var(--court); }
.vr-prose details[open] summary::after { content: "–"; }
.vr-prose details > div { padding: 0 0 16px; }
.vr-table-wrap { overflow-x: auto; margin: 16px 0 26px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); }
.vr-table { width: 100%; border-collapse: collapse; font-size: 14.5px; line-height: 1.4; }
.vr-table th, .vr-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.vr-table thead th { background: var(--court); color: var(--chalk); font-size: 12.5px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.vr-table tbody th { font-weight: 700; }
.vr-table tr:last-child > * { border-bottom: 0; }
.vr-table--ship td span { display: block; font-size: 13px; color: var(--muted); }
.vr-table--size td, .vr-table--size th { text-align: center; white-space: nowrap; }
.vr-dl { margin: 10px 0 24px; border-top: 2px solid var(--ink); }
.vr-dl div { display: grid; grid-template-columns: 220px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.vr-dl dt { font-weight: 700; }
.vr-dl dd { margin: 0; }
.vr-form-model { background: var(--paper); border: 1.5px dashed var(--line-2); padding: 20px 22px; border-radius: 4px; font-size: 15px; }
.vr-contact-list { list-style: none !important; padding: 0 !important; display: grid; gap: 12px; margin: 20px 0 !important; }
.vr-contact-list li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 4px; margin: 0 !important; }
.vr-contact-list .vr-icon { color: var(--court); margin-top: 3px; }
.vr-contact-list span { display: flex; flex-direction: column; font-size: 15px; line-height: 1.5; }
.vr-contact-list strong { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.vr-contact-list a { font-size: 17px; font-weight: 700; color: var(--ink); text-decoration: none; }

.vr-plain { max-width: 860px; margin: 0 auto; padding: clamp(40px, 5vw, 80px) var(--gutter); }
.vr-plain__head { margin-bottom: 28px; }

/* ───────── Story ───────── */
.vr-story__hero { max-width: var(--max); margin: 0 auto; padding: clamp(40px, 5vw, 80px) var(--gutter); display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: clamp(28px, 5vw, 80px); align-items: end; }
.vr-story__lede { font-size: clamp(18px, 1.5vw, 21px); max-width: 640px; margin-top: 26px; }
.vr-story__collar { margin: 0; }
.vr-story__collar img { border-radius: 50% 50% 3px 3px / 36% 36% 3px 3px; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.vr-story__row { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter) clamp(56px, 6vw, 96px); display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.vr-story__wide { margin: 0; }
.vr-story__wide img { width: 100%; border-radius: 3px var(--corner) 3px 3px; }
.vr-story__text p { color: var(--muted); font-size: 16.5px; }
.vr-story__text .vr-h3 { margin-bottom: 14px; }
.vr-story__points { background: var(--court); color: var(--chalk); display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; border-top: 3px solid var(--chalk); border-bottom: 3px solid var(--chalk); }
.vr-story__points > div { padding: clamp(32px, 4vw, 56px) clamp(22px, 3vw, 44px); background: var(--court); box-shadow: 3px 0 0 var(--chalk); }
.vr-story__points p { color: rgba(245, 241, 230, .8); }
.vr-story__points .vr-h3 { margin: 12px 0 12px; }
.vr-story__num { font-size: 56px; font-weight: 800; font-stretch: 75%; color: var(--fuzz); line-height: 1; }
.vr-story__close { max-width: var(--max); margin: 0 auto; padding: clamp(56px, 7vw, 110px) var(--gutter); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.vr-story__close figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--corner) 3px 3px 3px; }
.vr-story__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s; }
.vr-story__video.is-playing { opacity: 1; }
.vr-story__close img { width: 100%; border-radius: var(--corner) 3px 3px 3px; }
.vr-story__close p { font-size: 17px; color: var(--muted); margin: 18px 0; }
.vr-story__close a:not(.vr-btn) { color: var(--court); font-weight: 700; }

/* ───────── Contact ───────── */
.vr-contact { max-width: var(--max); margin: 0 auto; padding: clamp(40px, 5vw, 80px) var(--gutter); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 88px); align-items: start; }
.vr-contact__lede { font-size: 18px; max-width: 520px; margin: 22px 0 8px; color: var(--muted); }
.vr-contact__img { margin: 26px 0 0; max-width: 340px; }
.vr-contact__img img { border-radius: 3px var(--corner) 3px 3px; }
.vr-contact__form { background: var(--paper); border: 1px solid var(--line); border-radius: 6px 60px 6px 6px; padding: clamp(24px, 3vw, 44px); }
.vr-contact__form > p { color: var(--muted); font-size: 14.5px; }
.vr-contact__more { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.vr-contact__more a { padding: 16px; background: var(--chalk-2); border-radius: 4px; text-decoration: none; display: flex; flex-direction: column; font-size: 13.5px; color: var(--muted); }
.vr-contact__more strong { color: var(--ink); font-size: 15.5px; }
.vr-form p { margin: 0 0 16px; }
.vr-form label, .vr-field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.vr-form .form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.vr-form input[type="text"], .vr-form input[type="email"], .vr-form select, .vr-form textarea,
.woocommerce form .input-text, .woocommerce form select, .woocommerce-page form .input-text { width: 100%; border: 1.5px solid var(--line-2); border-radius: 6px; padding: 12px 14px; background: #fff; font-size: 15.5px; transition: border-color .2s; }
.vr-form textarea { min-height: 150px; resize: vertical; }
.vr-form input:focus, .vr-form select:focus, .vr-form textarea:focus, .woocommerce form .input-text:focus { outline: none; border-color: var(--court); box-shadow: 0 0 0 3px rgba(30, 74, 59, .15); }
.vr-form .wpcf7-acceptance label { font-weight: 500; font-size: 14px; display: flex; gap: 10px; align-items: flex-start; }
.vr-form .wpcf7-list-item { margin: 0; }
.vr-form input[type="submit"] { border: 0; border-radius: 999px; background: var(--court); color: var(--chalk); font-weight: 800; padding: 15px 30px; font-size: 16px; cursor: pointer; }
.vr-form input[type="submit"]:hover { background: var(--court-2); }
.vr-form .wpcf7-not-valid-tip { color: var(--clay-ink); font-size: 13px; margin-top: 4px; }
.vr-form .wpcf7-response-output { margin: 16px 0 0 !important; padding: 12px 16px !important; border-radius: 4px; font-size: 14.5px; }
.vr-form .wpcf7-spinner { vertical-align: middle; }

/* ───────── 404 ───────── */
.vr-404 { max-width: var(--max); margin: 0 auto; padding: clamp(40px, 6vw, 100px) var(--gutter); display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.vr-404__img { margin: 0; }
.vr-404__img img { border-radius: 50%; aspect-ratio: 1; object-fit: cover; width: 100%; }
.vr-404__copy p { font-size: 18px; color: var(--muted); margin: 22px 0 26px; }
.vr-404__links { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

/* ───────── Cart, checkout, account ───────── */
.vr-commerce { max-width: 1240px; margin: 0 auto; padding: clamp(32px, 4vw, 64px) var(--gutter) clamp(64px, 7vw, 110px); }
.vr-commerce__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-bottom: 20px; border-bottom: 2px solid var(--ink); margin-bottom: 32px; }
.vr-commerce__secure { display: inline-flex; align-items: center; gap: 8px; margin: 0; font-size: 14px; font-weight: 600; color: var(--court); }
.woocommerce .woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments { list-style: none; margin: 0 0 24px !important; padding: 14px 18px 14px 18px !important; border: 0 !important; border-left: 4px solid var(--court) !important; background: var(--sage) !important; color: var(--ink) !important; border-radius: 3px; font-size: 15px; display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; justify-content: space-between; }
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before { display: none !important; }
.woocommerce-error { border-left-color: var(--clay) !important; background: var(--blush) !important; }
.woocommerce-message .button, .woocommerce-info .button { order: 2; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border-radius: 999px; background: var(--court); color: var(--chalk); border: 0; font-weight: 700; font-size: 14.5px; text-decoration: none; line-height: 1.2; }
.woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--court-2); color: var(--chalk); }
.woocommerce a.button.alt, .woocommerce button.button.alt, #place_order, .checkout-button { background: var(--fuzz) !important; color: var(--ink) !important; font-weight: 800 !important; min-height: 56px !important; font-size: 16.5px !important; }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, #place_order:hover { background: var(--fuzz-2) !important; }
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] { opacity: .5; padding: 0 22px; }
table.shop_table { border: 0 !important; border-collapse: collapse !important; width: 100%; border-radius: 0 !important; background: var(--paper); }
table.shop_table th { font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; padding: 14px 12px !important; border-bottom: 2px solid var(--ink) !important; }
table.shop_table td { padding: 16px 12px !important; border-top: 1px solid var(--line) !important; vertical-align: middle; }
table.shop_table img { width: 72px !important; border-radius: 3px; }
table.shop_table .product-name a { font-weight: 700; text-decoration: none; }
table.shop_table .product-remove a.remove { color: var(--clay) !important; font-size: 22px; width: 28px; height: 28px; line-height: 26px; border-radius: 50%; }
table.shop_table .product-remove a.remove:hover { background: var(--clay) !important; color: #fff !important; }
.woocommerce .quantity .qty { height: 44px; width: 64px; }
.woocommerce-cart .actions .coupon { display: none; }
.cart_totals h2, .woocommerce-checkout h3, #order_review_heading, .woocommerce-billing-fields h3, .woocommerce-additional-fields h3 { font-size: 22px !important; font-weight: 800; font-stretch: 88%; margin: 0 0 16px !important; letter-spacing: -.01em; }
.cart-collaterals .cart_totals { background: var(--paper); padding: 24px; border: 1px solid var(--line); border-radius: 4px; }
.cart_totals table.shop_table { background: transparent; }
.woocommerce-shipping-methods { list-style: none; padding: 0 !important; margin: 0 !important; }
.woocommerce-shipping-methods li { margin: 0 0 8px !important; display: flex; align-items: flex-start; gap: 8px; }
.woocommerce-shipping-methods li label { display: inline; }
.vr-ship-time { display: block; font-size: 12.5px; color: var(--muted); font-weight: 500; }
.woocommerce-shipping-destination, .shipping-calculator-button { font-size: 13.5px; }
.woocommerce form .form-row { margin: 0 0 16px; padding: 0; }
.woocommerce form .form-row label { font-size: 13px; font-weight: 700; margin-bottom: 6px; display: block; line-height: 1.3; }
.woocommerce form .form-row .required { color: var(--clay-ink); text-decoration: none; }
.select2-container--default .select2-selection--single { height: 48px !important; border: 1.5px solid var(--line-2) !important; border-radius: 6px !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 45px !important; padding-left: 14px !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px !important; }
#customer_details { margin-bottom: 30px; }
.woocommerce-checkout-review-order { background: var(--paper); border: 1px solid var(--line); border-radius: 4px; padding: 20px; }
#payment { background: var(--chalk-2) !important; border-radius: 4px !important; }
#payment ul.payment_methods { border-bottom: 1px solid var(--line) !important; }
#payment div.payment_box { background: var(--paper) !important; }
#payment div.payment_box::before { border-bottom-color: var(--paper) !important; }
.woocommerce-terms-and-conditions-wrapper { font-size: 14px; }
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 600 !important; }
.woocommerce-privacy-policy-text p { font-size: 13px; color: var(--muted); }
.vr-checkout-note { font-size: 13.5px; background: var(--sage); padding: 12px 14px; border-radius: 4px; margin: 12px 0 !important; line-height: 1.5; }
.vr-checkout-note a { color: var(--court); font-weight: 700; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; border-left: 3px solid var(--chalk-2); }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 8px 0 8px 16px; text-decoration: none; font-weight: 600; margin-left: -3px; border-left: 3px solid transparent; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { border-left-color: var(--court); }
.woocommerce form.login, .woocommerce form.register { border: 1px solid var(--line) !important; border-radius: 6px !important; padding: 26px !important; background: var(--paper); }
.woocommerce .col2-set h2, .u-column1 h2, .u-column2 h2 { font-size: 24px; font-weight: 800; margin-bottom: 16px; }
.cart-empty.woocommerce-info { font-size: 17px !important; }
.return-to-shop { margin-top: 12px; }
.woocommerce-order-overview { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 20px; }

/* Cookie Notice */
#cookie-notice { font-family: var(--f-sans) !important; min-width: 0 !important; width: 100% !important; left: 0 !important; right: 0 !important; box-shadow: 0 -12px 40px -20px rgba(21, 32, 27, .45); border-top: 3px solid var(--fuzz); }
#cookie-notice .cookie-notice-container { padding: 16px var(--gutter) !important; text-align: left !important; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; justify-content: space-between; max-width: var(--max); margin: 0 auto; }
#cookie-notice #cn-notice-text { font-size: 14px !important; line-height: 1.5; max-width: 760px; }
#cookie-notice .cn-text-container { margin: 0 !important; }
#cookie-notice .cn-buttons-container { margin: 0 !important; display: flex; gap: 8px; flex-wrap: wrap; }
#cookie-notice .cn-button:not(.cn-button-custom) { font-family: var(--f-sans) !important; font-size: 14px !important; font-weight: 700 !important; border-radius: 999px !important; padding: 10px 20px !important; margin: 0 !important; letter-spacing: 0 !important; text-transform: none !important; line-height: 1.2 !important; }
#cookie-notice #cn-accept-cookie, #cookie-notice #cn-refuse-cookie { background: var(--ink) !important; color: var(--fuzz) !important; }
#cookie-notice #cn-more-info { background: transparent !important; color: var(--ink) !important; text-decoration: underline; }
#cookie-notice .cn-close-icon { display: none; }
.cookie-revoke-container { display: none !important; }

/* GTranslate engine stays out of sight; the theme menus drive it */
.vr-gt-engine, .gtranslate_wrapper { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
body { top: 0 !important; }
.skiptranslate iframe, #goog-gt-tt, .goog-te-banner-frame { display: none !important; }
font[style] { background: none !important; box-shadow: none !important; }

/* Reveal on scroll */
.vr-reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.vr-reveal.is-in { opacity: 1; transform: none; }

/* ───────── Responsive ───────── */
@media (max-width: 1180px) {
	.vr-head__inner { grid-template-columns: auto 1fr auto; }
	.vr-head__burger { display: inline-flex; }
	.vr-nav--shop, .vr-nav__text { display: none; }
	.vr-logo { justify-self: center; }
	.vr-foot__inner { grid-template-columns: 1fr 1fr 1fr; }
	.vr-foot__brand { grid-column: 1 / -1; }
}
@media (max-width: 1024px) {
	.vr-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.vr-card--c2, .vr-card--c4 { margin-top: 0; }
	.vr-grid > .vr-card:nth-child(3n+2) { margin-top: 40px; }
	.vr-pack { grid-template-columns: 1fr; }
	.vr-pack__intro { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
	.vr-pack__intro > .vr-score, .vr-pack__intro > .vr-h2, .vr-pack__intro > p { grid-column: 1; }
	.vr-pack__flat { grid-column: 2; grid-row: 1 / span 3; }
}
@media (max-width: 900px) {
	:root { --head-h: 62px; }
	.vr-util__msg a:last-child, .vr-util__dot { display: none; }
	.vr-util__sel .vr-select--lang { display: none; }
	.vr-hero__inner { grid-template-columns: 1fr; min-height: 0; padding-bottom: 110px; gap: 44px; }
	.vr-hero__stage { min-height: 0; height: auto; }
	.vr-hero__frame { width: 84%; }
	.vr-hero__pin .vr-tag { opacity: 1; transform: none; }
	.vr-badge { left: 0; top: -20px; }
	.vr-hero__net { display: none; }
	.vr-hero__court { color: rgba(245, 241, 230, .14); }
	.vr-hero__pin { display: none; }
	.vr-sec__head--split { grid-template-columns: 1fr; }
	.vr-sec__intro { justify-self: start; }
	.vr-courtmap__grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 240px); grid-template-areas: "a b" "c c" "e d"; }
	.vr-rail { grid-template-columns: 1fr; margin-left: 0; padding-left: var(--gutter); }
	.vr-rail__side { position: static; }
	.vr-chalk, .vr-anatomy, .vr-pdp__grid, .vr-cathero, .vr-story__hero, .vr-story__row, .vr-story__close, .vr-contact, .vr-404, .vr-pdp__line { grid-template-columns: 1fr; }
	.vr-chalk__visual { max-width: 460px; margin: 0 auto; width: 88%; }
	.vr-anatomy__media { max-width: 440px; margin: 0 auto; }
	.vr-look__grid { columns: 2; column-gap: 12px; }
	.vr-look__item { margin-bottom: 12px; }
	.vr-look__cap { opacity: 1; transform: none; font-size: 12px; padding: 6px 10px; }
	.vr-look__item--3 { margin-top: 0; }
	.vr-service { grid-template-columns: 1fr 1fr; }
	.vr-cathero__img { order: -1; }
	.vr-cathero__img img { aspect-ratio: 16 / 10; }
	.vr-desk { grid-template-columns: 1fr; }
	.vr-desk__side { position: static; order: 2; }
	.vr-pdp__gallery { margin: 0 calc(-1 * var(--gutter)); }
	.vr-pdp__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 8px; padding: 0 var(--gutter); scrollbar-width: none; }
	.vr-pdp__track::-webkit-scrollbar { display: none; }
	.vr-pdp__fig { flex: 0 0 86%; scroll-snap-align: center; border-radius: 3px !important; }
	.vr-pdp__fig--4 img { aspect-ratio: 3 / 4; }
	.vr-pdp__count { display: block; position: absolute; right: calc(var(--gutter) + 12px); bottom: 12px; margin: 0; background: rgba(21, 32, 27, .75); color: var(--chalk); padding: 3px 10px; border-radius: 99px; font-size: 12.5px; font-weight: 700; }
	.vr-pdp__sticky { position: static; }
	.vr-pdp__line img { max-width: 360px; margin: 0 auto; }
	.vr-story__points { grid-template-columns: 1fr; }
	.vr-story__collar { max-width: 360px; }
	.vr-contact__img { display: none; }
	.vr-tile figure { min-height: 360px; }
	.vr-pack__intro { grid-template-columns: 1fr; }
	.vr-pack__flat { grid-column: 1; grid-row: auto; margin-top: 8px; }
}
@media (max-width: 700px) {
	.vr-util__inner { justify-content: center; }
	.vr-util__msg { display: none; }
	.vr-util__sel .vr-select--lang { display: inline-flex; }
	.vr-select select { max-width: 190px; }
	.vr-logo__mark { width: 26px; height: 26px; }
	.vr-logo__word { height: 15px; }
	.vr-hero__title { font-size: clamp(54px, 17vw, 80px); }
	.vr-hero__facts dd { font-size: 21px; }
	.vr-hero__frame { width: 88%; outline-offset: 8px; }
	.vr-hero__inset { width: 38%; bottom: -4%; }
	.vr-hero__inset .vr-tag { left: 30%; min-width: 128px; font-size: 12px; }
	.vr-ticker__track { font-size: 14px; }
	.vr-courtmap__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 200px 200px 200px; grid-template-areas: "a a" "b c" "e d" "e d"; margin-left: 12px; margin-right: 12px; }
	.vr-courtmap__grid { grid-template-rows: 260px 210px 170px 170px; }
	.vr-courtmap__label { right: 12px; padding: 9px 11px; }
	.vr-courtmap__label span { font-size: 12px; }
	.vr-courtmap__go { display: none; }
	.vr-courtmap__zone { font-size: 9.5px; }
	.vr-card--rail { flex-basis: 64vw; }
	.vr-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 12px; }
	.vr-grid > .vr-card:nth-child(3n+2) { margin-top: 0; }
	.vr-grid > .vr-card:nth-child(even) { margin-top: 32px; }
	.vr-grid--4 .vr-card:nth-child(even) { margin-top: 32px; }
	.vr-tile { grid-column: 1 / -1; }
	.vr-card__title { font-size: 14.5px; }
	.vr-card__price { font-size: 14px; }
	.vr-card__meta { font-size: 12px; }
	.vr-pack__grid { grid-template-columns: 1fr 1fr; gap: 26px 12px; }
	.vr-card--pack-1 { grid-column: 1 / -1; }
	.vr-card--pack-2, .vr-card--pack-3, .vr-card--pack-4, .vr-card--pack-5 { grid-column: auto; margin-top: 0; }
	.vr-card--pack-3, .vr-card--pack-5 { margin-top: 30px; }
	.vr-service { grid-template-columns: 1fr; }
	.vr-foot__inner { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
	.vr-foot__base { flex-direction: column; }
	.vr-catfoot { grid-template-columns: 1fr; }
	.vr-toolbar { gap: 14px; }
	.vr-toolbar__sizes { order: 3; width: 100%; }
	.vr-dl div { grid-template-columns: 1fr; gap: 2px; }
	.vr-contact__more, .vr-form .form-row-2 { grid-template-columns: 1fr; }
	.vr-band__title em { padding-left: 0; }
	.vr-drawer__nav a { font-size: 20px; }
	table.shop_table_responsive tr td::before { font-weight: 700; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
	.vr-hero__lines > * { stroke-dashoffset: 0; }
	.vr-reveal { opacity: 1; transform: none; }
}

/* Order received */
.woocommerce-order-overview { margin: 18px 0 36px !important; }
.woocommerce-order-details, .woocommerce-customer-details { margin-top: 36px; }
.woocommerce-order-details__title, .woocommerce-column__title { font-size: 24px; font-weight: 800; font-stretch: 88%; margin-bottom: 14px; }
.woocommerce-customer-details address { border: 1px solid var(--line) !important; border-radius: 4px; padding: 16px 18px !important; background: var(--paper); }
.woocommerce .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.woocommerce .col2-set::before, .woocommerce .col2-set::after { display: none; }
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 { width: auto !important; float: none !important; }
@media (max-width: 700px) { .woocommerce .col2-set { grid-template-columns: 1fr; } }
/* Messages are stored in the admin (Flamingo) even if email delivery is unavailable: show the receipt calmly. */
.vr-form.failed .wpcf7-response-output, .vr-form.sent .wpcf7-response-output { border-color: var(--court) !important; background: var(--sage); color: var(--ink); }
#cookie-notice:not(.cookie-notice-visible) { border-top: 0 !important; box-shadow: none !important; }
