.grv-commerce {
  --ink: #071725;
  --ink-soft: #173041;
  --blue: #0f6383;
  --blue-bright: #2ea8c5;
  --sky: #dceff4;
  --paper: #f6f7f4;
  --white: #fff;
  --ticket: #ed9b69;
  --ticket-deep: #d66d42;
  --line: rgba(7, 23, 37, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}

.grv-commerce *, .grv-commerce *::before, .grv-commerce *::after { box-sizing: border-box; }
.grv-commerce img { display: block; max-width: 100%; }
.grv-commerce a { color: inherit; text-decoration: none; }
.grv-commerce button, .grv-commerce input, .grv-commerce select { font: inherit; }
.grv-commerce p { margin-block: 0 1em; }
.grv-commerce .sr-only { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.grv-commerce .section-shell { width: min(1220px, 90vw); margin-inline: auto; }
.grv-commerce .eyebrow { margin: 0 0 .9rem; color: #8fd6e3; font-size: .76rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.grv-commerce .eyebrow.dark { color: var(--blue); }

body.grv-shop-page, body.grv-product-page { margin: 0; background: var(--paper); }
body.admin-bar .grv-commerce .site-header { top: 32px; }

.grv-commerce .site-header { position: sticky; top: 0; z-index: 50; min-height: 86px; padding: 0 4.5vw; display: grid; grid-template-columns: minmax(240px, 1fr) auto minmax(180px, 1fr); align-items: center; gap: 2rem; background: rgba(246,247,244,.94); border-bottom: 1px solid rgba(7,23,37,.08); backdrop-filter: blur(14px); }
.grv-commerce .brand { display: inline-flex; align-items: center; gap: .85rem; width: max-content; font-size: 1.03rem; letter-spacing: .025em; }
.grv-commerce .brand img { width: 66px; height: 43px; object-fit: cover; border-radius: 6px; box-shadow: 0 5px 14px rgba(7,23,37,.12); }
.grv-commerce .brand span { display: grid; line-height: 1.08; text-transform: uppercase; font-size: .72rem; letter-spacing: .16em; }
.grv-commerce .brand b { font-family: var(--serif); font-size: 1.08rem; letter-spacing: .025em; text-transform: none; }
.grv-commerce .site-nav { display: flex; align-items: center; gap: clamp(1.3rem, 2.4vw, 2.7rem); }
.grv-commerce .site-nav a { position: relative; padding: 1.9rem 0; font-size: .88rem; font-weight: 650; }
.grv-commerce .site-nav a::after { content: ""; position: absolute; left: 0; bottom: 1.4rem; width: 0; height: 2px; background: var(--ticket-deep); transition: width .2s ease; }
.grv-commerce .site-nav a:hover::after, .grv-commerce .site-nav a:focus-visible::after, .grv-commerce .site-nav a.is-current::after { width: 100%; }
.grv-commerce .header-actions { justify-self: end; display: flex; gap: .8rem; align-items: center; }
.grv-commerce .header-actions svg, .grv-commerce .catalog-search-field svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.grv-commerce .search-toggle { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; }
.grv-commerce .search-toggle:hover { background: rgba(15,99,131,.08); }
.grv-commerce .basket { position: relative; display: inline-flex; align-items: center; gap: .5rem; padding: .68rem .95rem; border: 1px solid var(--line); font-weight: 700; font-size: .84rem; }
.grv-commerce .basket:hover { border-color: var(--blue); color: var(--blue); }
.grv-commerce .basket small { min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 20px; background: var(--ticket); color: var(--ink); font-size: .62rem; }
.grv-commerce .menu-button { display: none; }

.grv-commerce .button { min-height: 48px; padding: .84rem 1.25rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.grv-commerce .button:hover { transform: translateY(-2px); }
.grv-commerce .button-primary { background: var(--ticket); color: var(--ink); }
.grv-commerce .button-dark { background: var(--ink); color: var(--white); }

.grv-commerce .site-footer { padding: 4.5rem 6vw 2rem; display: grid; grid-template-columns: 1.5fr repeat(2, 1fr); gap: 3rem; background: var(--ink); color: rgba(255,255,255,.68); }
.grv-commerce .footer-brand span { display: grid; width: max-content; color: var(--white); text-transform: uppercase; font-size: .72rem; letter-spacing: .16em; }
.grv-commerce .footer-brand b { font-family: var(--serif); font-size: 1.25rem; letter-spacing: 0; text-transform: none; }
.grv-commerce .footer-brand p { max-width: 35ch; }
.grv-commerce .site-footer h2 { margin: 0 0 1rem; color: #8fd6e3; font-family: var(--sans); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.grv-commerce .site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; }
.grv-commerce .site-footer a { font-size: .86rem; }
.grv-commerce .site-footer a:hover { color: var(--white); }
.grv-commerce .copyright { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.13); font-size: .72rem; }

/* Catalogue */
.grv-commerce .catalog-masthead { padding: clamp(3.4rem, 6vw, 6.25rem) 0; background: var(--ink); color: var(--white); }
.grv-commerce .catalog-heading { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; }
.grv-commerce .catalog-heading h1 { margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(3.4rem, 6.2vw, 6.8rem); line-height: .94; letter-spacing: -.05em; }
.grv-commerce .catalog-heading > div:first-child > p:last-child { max-width: 55ch; margin: 1.35rem 0 0; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.grv-commerce .catalog-ticket { position: relative; width: 196px; min-height: 138px; padding: 1.25rem 2rem; display: grid; place-content: center; background: var(--ticket); color: var(--ink); text-align: center; transform: rotate(1.5deg); box-shadow: 0 18px 38px rgba(0,0,0,.24); }
.grv-commerce .catalog-ticket::before, .grv-commerce .catalog-ticket::after { content: ""; position: absolute; top: 50%; width: 22px; height: 22px; border-radius: 50%; background: var(--ink); transform: translateY(-50%); }
.grv-commerce .catalog-ticket::before { left: -11px; }
.grv-commerce .catalog-ticket::after { right: -11px; }
.grv-commerce .catalog-ticket small, .grv-commerce .catalog-ticket span { font-size: .65rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.grv-commerce .catalog-ticket strong { font-family: var(--serif); font-size: 3.2rem; line-height: .9; }
.grv-commerce .catalog-introduction { padding: clamp(2.5rem, 4vw, 4rem) 0 0; }
.grv-commerce .catalog-introduction-ticket { position: relative; max-width: 920px; margin-inline: auto; padding: clamp(1.8rem, 3.5vw, 2.8rem) clamp(2rem, 5vw, 4.5rem); overflow: hidden; border-top: 4px solid var(--ticket); background: var(--ink-soft); color: var(--white); box-shadow: 0 20px 48px rgba(7,23,37,.14); }
.grv-commerce .catalog-introduction-ticket::before, .grv-commerce .catalog-introduction-ticket::after { content: ""; position: absolute; top: 50%; width: 28px; height: 28px; border-radius: 50%; background: var(--paper); transform: translateY(-50%); }
.grv-commerce .catalog-introduction-ticket::before { left: -14px; }
.grv-commerce .catalog-introduction-ticket::after { right: -14px; }
.grv-commerce .catalog-introduction-ticket p { max-width: 68ch; margin: 0 auto; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.65; }
.grv-commerce .catalog-introduction-ticket .catalog-introduction-label { margin-bottom: .65rem; color: var(--ticket); font-size: .7rem; font-weight: 850; letter-spacing: .17em; line-height: 1.3; text-transform: uppercase; }
.grv-commerce .catalog { padding: clamp(2.5rem, 4vw, 4rem) 0 clamp(5rem, 8vw, 8rem); display: grid; grid-template-columns: minmax(220px, 270px) minmax(0, 1fr); gap: clamp(2rem, 4vw, 4.5rem); align-items: start; }
.grv-commerce .catalog-filters { position: sticky; top: 116px; }
.grv-commerce .catalog-search { display: block; }
.grv-commerce .catalog-search > label, .grv-commerce .catalog-filter-group h2 { display: block; margin: 0 0 .75rem; color: var(--blue); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.grv-commerce .catalog-search-field { min-height: 52px; padding: 0 .85rem; display: flex; align-items: center; gap: .6rem; background: var(--white); border: 1px solid var(--line); border-bottom: 2px solid var(--ink); }
.grv-commerce .catalog-search-field:focus-within { border-bottom-color: var(--blue-bright); }
.grv-commerce .catalog-search-field svg { width: 19px; flex: 0 0 19px; }
.grv-commerce .catalog-search-submit { width: 24px; height: 32px; padding: 0; display: grid; flex: 0 0 24px; place-items: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.grv-commerce .catalog-search-submit:hover, .grv-commerce .catalog-search-submit:focus-visible { color: var(--blue); outline: 0; }
.grv-commerce .catalog-search-field input { min-width: 0; width: 100%; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: .86rem; }
.grv-commerce .catalog-search-clear { width: max-content; margin-top: .65rem; display: inline-block; border-bottom: 1px solid var(--ticket-deep); color: var(--blue); font-size: .72rem; font-weight: 750; }
.grv-commerce .catalog-search-clear:hover, .grv-commerce .catalog-search-clear:focus-visible { color: var(--ink); }
.grv-commerce .catalog-filter-group { margin-top: 2.2rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.grv-commerce .catalog-filter { width: 100%; padding: .72rem .15rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(7,23,37,.09); color: #4d5f6b; font-size: .86rem; }
.grv-commerce .catalog-filter b { min-width: 28px; padding: .1rem .35rem; border-radius: 999px; background: rgba(15,99,131,.08); color: var(--blue); text-align: center; font-size: .67rem; }
.grv-commerce .catalog-filter:hover, .grv-commerce .catalog-filter.is-active { color: var(--ink); font-weight: 750; }
.grv-commerce .catalog-filter.is-active { border-bottom-color: var(--ticket-deep); }
.grv-commerce .catalog-filter.is-active b { background: var(--ticket); color: var(--ink); }
.grv-commerce .catalog-format-note { margin-top: 2.2rem; padding: 1.1rem; background: #e3f0f2; }
.grv-commerce .catalog-format-note > span { display: inline-block; margin-right: .3rem; padding: .24rem .42rem; background: var(--ink); color: var(--white); font-size: .62rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.grv-commerce .catalog-format-note p { margin: .75rem 0 0; color: #536570; font-size: .75rem; }
.grv-commerce .catalog-result-bar { min-height: 53px; margin-bottom: 1.5rem; padding-bottom: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid var(--line); }
.grv-commerce .woocommerce-result-count { margin: 0; color: #5c6b74; font-size: .86rem; }
.grv-commerce .woocommerce-ordering { margin: 0; }
.grv-commerce .woocommerce-ordering select { min-width: 190px; min-height: 44px; padding: 0 2.4rem 0 .8rem; border: 1px solid var(--line); border-radius: 0; background-color: var(--white); color: var(--ink); }
.grv-commerce ul.products { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3.5rem 1.35rem; list-style: none; }
.grv-commerce ul.products::before, .grv-commerce ul.products::after { display: none; }
.grv-commerce ul.products li.product.catalog-card { float: none; width: auto; margin: 0; padding: 0; }
.grv-commerce .catalog-cover { position: relative; display: block; overflow: hidden; aspect-ratio: 1200 / 1695; background: #dce7e9; }
.grv-commerce .catalog-cover::after { content: "View film →"; position: absolute; inset: auto .65rem .65rem; padding: .6rem .7rem; background: rgba(7,23,37,.92); color: var(--white); font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; transform: translateY(calc(100% + 1rem)); transition: transform .2s ease; }
.grv-commerce .catalog-cover:hover::after, .grv-commerce .catalog-cover:focus-visible::after { transform: translateY(0); }
.grv-commerce .catalog-cover img { width: 100%; height: 100%; margin: 0; object-fit: contain; transition: transform .35s ease; }
.grv-commerce .catalog-cover:hover img { transform: scale(1.025); }
.grv-commerce .badge { position: absolute; z-index: 2; top: .8rem; left: .8rem; padding: .38rem .6rem; background: var(--ticket); color: var(--ink); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.grv-commerce .badge-blue { background: #a8e2eb; }
.grv-commerce .catalog-card-copy { padding: 1rem .1rem 0; display: grid; grid-template-columns: 1fr auto; column-gap: .75rem; }
.grv-commerce .catalog-card-copy p { grid-column: 1 / -1; margin: 0 0 .35rem; color: var(--blue); font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.grv-commerce .catalog-card-copy p a:hover { color: var(--ticket-deep); }
.grv-commerce .catalog-card-copy h2 { grid-column: 1 / -1; margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.25rem, 1.7vw, 1.6rem); line-height: 1.12; }
.grv-commerce .catalog-card-copy h2 a:hover { color: var(--blue); }
.grv-commerce .catalog-card-copy > span { margin-top: .65rem; color: #60707a; font-size: .76rem; }
.grv-commerce .catalog-card-copy > strong { margin-top: .65rem; white-space: nowrap; color: var(--ink); font-size: .76rem; }
.grv-commerce .catalog-card-copy del { color: #7b878e; font-weight: 400; }
.grv-commerce .catalog-card-copy ins { text-decoration: none; }
.grv-commerce .catalog-empty { padding: 5rem 2rem; background: var(--white); text-align: center; }
.grv-commerce .catalog-empty h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 2rem; }
.grv-commerce .catalog-empty p { margin: .5rem 0 1.5rem; color: #60707a; }
.grv-commerce .woocommerce-pagination { margin-top: 4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.grv-commerce .woocommerce-pagination ul.page-numbers { margin: 0; padding: 0; display: flex; align-items: center; justify-content: flex-end; gap: .35rem; border: 0; list-style: none; }
.grv-commerce .woocommerce-pagination ul.page-numbers li { border: 0; }
.grv-commerce .woocommerce-pagination .page-numbers a, .grv-commerce .woocommerce-pagination .page-numbers span { min-width: 42px; height: 42px; padding: 0 .75rem; display: grid; place-items: center; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-size: .78rem; font-weight: 750; }
.grv-commerce .woocommerce-pagination .page-numbers a:hover, .grv-commerce .woocommerce-pagination .page-numbers span.current { border-color: var(--ink); background: var(--ink); color: var(--white); }

/* Product page */
.grv-commerce .film-hero { position: relative; min-height: 780px; overflow: hidden; background: var(--ink); color: var(--white); }
.grv-commerce .film-hero-image { position: absolute; inset: 0; background: var(--grv-film-background, linear-gradient(135deg, #173041, #071725)) center / cover no-repeat; opacity: .32; filter: saturate(.82); }
.grv-commerce .film-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,23,37,.98) 0%, rgba(7,23,37,.92) 43%, rgba(7,23,37,.66) 100%); }
.grv-commerce .film-hero-grid { position: relative; min-height: 780px; padding-block: clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: minmax(280px, 390px) minmax(0, 1fr); align-items: center; gap: clamp(3rem, 7vw, 7.5rem); }
.grv-commerce .film-cover-card { position: relative; margin: 0; justify-self: center; width: min(100%, 360px); transform: rotate(-1.2deg); box-shadow: 0 38px 80px rgba(0,0,0,.45); }
.grv-commerce .film-cover-card img { width: 100%; margin: 0; aspect-ratio: 1200 / 1695; object-fit: cover; }
.grv-commerce .film-cover-card figcaption { position: absolute; top: 1.2rem; left: -1rem; padding: .6rem 1rem; background: var(--ticket); color: var(--ink); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.grv-commerce .film-breadcrumbs { margin-bottom: 2.25rem; display: flex; gap: .65rem; color: rgba(255,255,255,.62); font-size: .77rem; }
.grv-commerce .film-breadcrumbs a:hover { color: var(--ticket); }
.grv-commerce .film-summary { max-width: 700px; }
.grv-commerce .film-summary h1 { max-width: 780px; margin: .55rem 0 1.3rem; color: var(--white); font-family: var(--serif); font-size: clamp(4.2rem, 7.6vw, 8rem); line-height: .84; letter-spacing: -.055em; }
.grv-commerce .film-summary h1 i { color: var(--ticket); font-size: .52em; font-weight: 400; }
.grv-commerce .film-deck { max-width: 58ch; color: rgba(255,255,255,.77); font-size: clamp(1.03rem, 1.5vw, 1.2rem); line-height: 1.65; }
.grv-commerce .film-deck p:last-child { margin-bottom: 0; }
.grv-commerce .film-purchase { scroll-margin-top: 120px; margin-top: 2.25rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.2); }
.grv-commerce .film-price { display: flex; align-items: baseline; gap: 1rem; }
.grv-commerce .film-price strong { color: var(--white); font-family: var(--serif); font-size: 2rem; }
.grv-commerce .film-price span { color: rgba(255,255,255,.6); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.grv-commerce .film-price del { color: rgba(255,255,255,.5); font-size: .75em; }
.grv-commerce .film-price ins { color: var(--white); text-decoration: none; }
.grv-commerce .film-purchase form.cart { margin: 1.15rem 0 0; }
.grv-commerce .film-purchase table.variations { width: min(100%, 500px); margin: 0 0 1rem; border: 0; }
.grv-commerce .film-purchase table.variations tr, .grv-commerce .film-purchase table.variations th, .grv-commerce .film-purchase table.variations td { display: block; border: 0; }
.grv-commerce .film-purchase table.variations th { padding: 0 0 .4rem; color: rgba(255,255,255,.65); font-size: .68rem; letter-spacing: .12em; text-align: left; text-transform: uppercase; }
.grv-commerce .film-purchase table.variations td { position: relative; padding: 0 0 .85rem; }
.grv-commerce .film-purchase table.variations select { width: 100%; min-height: 52px; padding: 0 2.6rem 0 .85rem; border: 1px solid rgba(255,255,255,.35); border-radius: 0; background: var(--ink-soft); color: var(--white); }
.grv-commerce .film-purchase .variable-items-wrapper { display: flex!important; flex-wrap: wrap; gap: .65rem; margin: 0 0 .35rem!important; padding: 0!important; list-style: none; }
.grv-commerce .film-purchase .variable-items-wrapper .variable-item { display: inline-flex!important; align-items: center; justify-content: center; width: auto!important; min-width: 104px!important; height: 48px!important; margin: 0!important; padding: .65rem 1rem!important; border: 1px solid rgba(255,255,255,.5)!important; border-radius: 0!important; background: transparent!important; color: var(--white)!important; box-shadow: none!important; }
.grv-commerce .film-purchase .variable-items-wrapper .variable-item:hover, .grv-commerce .film-purchase .variable-items-wrapper .variable-item:focus-visible { border-color: var(--ticket)!important; }
.grv-commerce .film-purchase .variable-items-wrapper .variable-item.selected { border-color: var(--ticket)!important; background: var(--ticket)!important; color: var(--ink)!important; }
.grv-commerce .film-purchase .variable-items-wrapper .variable-item .variable-item-contents, .grv-commerce .film-purchase .variable-items-wrapper .variable-item .variable-item-span { width: auto!important; color: inherit!important; font-size: .75rem!important; font-weight: 850!important; letter-spacing: .08em; line-height: 1!important; text-transform: uppercase; }
.grv-commerce .film-purchase .cfvsw-swatches-container { display: flex!important; flex-wrap: wrap; gap: .65rem; margin: .45rem 0 .35rem!important; }
.grv-commerce .film-purchase .cfvsw-swatches-option { display: inline-flex!important; align-items: center; justify-content: center; width: auto!important; min-width: 104px!important; height: 48px!important; margin: 0!important; padding: .65rem 1rem!important; border: 1px solid rgba(255,255,255,.5)!important; border-radius: 0!important; background: transparent!important; color: var(--white)!important; box-shadow: none!important; font-size: .75rem!important; font-weight: 850!important; letter-spacing: .08em; line-height: 1!important; text-transform: uppercase; }
.grv-commerce .film-purchase .cfvsw-swatches-option:hover, .grv-commerce .film-purchase .cfvsw-swatches-option:focus-visible { border-color: var(--ticket)!important; background: rgba(255,255,255,.08)!important; color: var(--white)!important; }
.grv-commerce .film-purchase .cfvsw-swatches-option.cfvsw-selected-swatch { border-color: var(--ticket)!important; background: var(--ticket)!important; color: var(--ink)!important; }
.grv-commerce .film-purchase .cfvsw-swatches-option span, .grv-commerce .film-purchase .cfvsw-swatches-option .cfvsw-swatch-inner { color: inherit!important; font: inherit!important; letter-spacing: inherit; line-height: inherit!important; text-transform: inherit; }
.grv-commerce .film-purchase .reset_variations { display: inline-block; margin-top: .45rem; color: var(--ticket); font-size: .72rem; }
.grv-commerce .film-purchase .single_variation_wrap { margin-top: .5rem; }
.grv-commerce .film-purchase .woocommerce-variation-description { color: rgba(255,255,255,.7); font-size: .8rem; }
.grv-commerce .film-purchase .woocommerce-variation-price { margin-bottom: .75rem; color: var(--white); font-family: var(--serif); font-size: 1.35rem; }
.grv-commerce .film-purchase .woocommerce-variation-availability { color: rgba(255,255,255,.72); font-size: .78rem; }
.grv-commerce .film-purchase .woocommerce-variation-add-to-cart, .grv-commerce .film-purchase form.cart:not(.variations_form) { display: flex; align-items: stretch; gap: .7rem; }
.grv-commerce .film-purchase .quantity { float: none; margin: 0; }
.grv-commerce .film-purchase .quantity .qty { width: 76px; min-height: 52px; padding: .5rem; border: 1px solid rgba(255,255,255,.35); border-radius: 0; background: transparent; color: var(--white); text-align: center; }
.grv-commerce .film-purchase .single_add_to_cart_button { min-height: 52px; padding: .8rem 1.5rem; border: 1px solid var(--ticket); border-radius: 0; background: var(--ticket); color: var(--ink); font-size: .8rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.grv-commerce .film-purchase .single_add_to_cart_button:hover { background: #f6ad7d; }
.grv-commerce .film-purchase .single_add_to_cart_button.disabled { opacity: .55; }
.grv-commerce .film-purchase .stock { color: rgba(255,255,255,.75); }
.grv-commerce .film-purchase .woocommerce-error, .grv-commerce .film-purchase .woocommerce-message, .grv-commerce .film-purchase .woocommerce-info { margin: 0 0 1rem; padding: .8rem 1rem; border: 0; background: rgba(255,255,255,.1); color: var(--white); }
.grv-commerce .film-purchase .woocommerce-error::before,
.grv-commerce .film-purchase .woocommerce-message::before,
.grv-commerce .film-purchase .woocommerce-info::before { display: none!important; content: none!important; }
.grv-commerce .film-facts { margin: 2.2rem 0 0; padding-top: 1.2rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.grv-commerce .film-facts div { padding-right: 1rem; }
.grv-commerce .film-facts dt { color: var(--ticket); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.grv-commerce .film-facts dd { margin: .25rem 0 0; color: rgba(255,255,255,.8); font-size: .86rem; }
.grv-commerce .film-route { padding: clamp(3.4rem, 6vw, 5.5rem) 0; background: var(--sky); }
.grv-commerce .film-route-heading { display: grid; grid-template-columns: 230px 1fr; gap: 2rem; align-items: end; }
.grv-commerce .film-route-heading h2 { max-width: 800px; margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.035em; }
.grv-commerce .route-stations { position: relative; margin: clamp(2.5rem, 5vw, 4.5rem) 0 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); list-style: none; }
.grv-commerce .route-stations::before { content: ""; position: absolute; top: 7px; right: 3%; left: 3%; height: 2px; background: var(--ink); }
.grv-commerce .route-stations li { position: relative; padding-top: 1.65rem; font-size: .72rem; font-weight: 750; text-align: center; }
.grv-commerce .route-stations li span { position: absolute; z-index: 1; top: 0; left: 50%; width: 16px; height: 16px; border: 4px solid var(--sky); border-radius: 50%; background: var(--ticket-deep); transform: translateX(-50%); }
.grv-commerce .film-story { padding-block: clamp(5rem, 9vw, 9rem); display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.grv-commerce .film-story--text-only { grid-template-columns: minmax(0, 760px); }
.grv-commerce .film-story-copy h2 { margin: .5rem 0 1.7rem; color: var(--ink); font-family: var(--serif); font-size: clamp(2.8rem, 5.2vw, 5.2rem); line-height: .98; letter-spacing: -.045em; }
.grv-commerce .film-description { color: #51636e; font-size: 1rem; }
.grv-commerce .film-description > *:last-child { margin-bottom: 0; }
.grv-commerce .film-description h2, .grv-commerce .film-description h3 { margin-top: 1.6em; color: var(--ink); font-family: var(--serif); }
.grv-commerce .film-description a { color: var(--blue); text-decoration: underline; }
.grv-commerce .film-story-image { position: relative; margin: 0; min-height: 560px; overflow: hidden; background: var(--ink-soft); }
.grv-commerce .film-story-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.grv-commerce .film-story-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,23,37,.76)); }
.grv-commerce .film-story-image figcaption { position: absolute; z-index: 1; right: 2rem; bottom: 1.7rem; left: 2rem; color: rgba(255,255,255,.75); font-size: .75rem; }
.grv-commerce .film-story-image figcaption span { display: block; color: var(--white); font-family: var(--serif); font-size: 2.2rem; line-height: 1; }
.grv-commerce .film-experience { padding-block: clamp(5rem, 8vw, 8rem); background: var(--ink); color: var(--white); }
.grv-commerce .film-experience-heading { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(260px, .55fr); column-gap: 5rem; }
.grv-commerce .film-experience-heading .eyebrow { grid-column: 1 / -1; }
.grv-commerce .film-experience-heading h2 { margin: .5rem 0 0; color: var(--white); font-family: var(--serif); font-size: clamp(3.3rem, 6vw, 6rem); line-height: .95; letter-spacing: -.045em; }
.grv-commerce .film-experience-heading > p:last-child { align-self: end; margin: 0 0 .5rem; color: rgba(255,255,255,.65); }
.grv-commerce .experience-grid { margin-top: 4rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.grv-commerce .experience-grid.experience-count-1 { grid-template-columns: 1fr; }
.grv-commerce .experience-grid.experience-count-2 { grid-template-columns: repeat(2, 1fr); }
.grv-commerce .experience-grid.experience-count-3 { grid-template-columns: repeat(3, 1fr); }
.grv-commerce .experience-grid article { padding: 1.7rem 1.5rem 0 0; }
.grv-commerce .experience-grid article + article { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.16); }
.grv-commerce .experience-grid span { color: var(--ticket); font-family: var(--serif); font-size: 1.1rem; }
.grv-commerce .experience-grid h3 { margin: 1.3rem 0 .65rem; color: var(--white); font-family: var(--sans); font-size: 1rem; }
.grv-commerce .experience-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: .8rem; }
.grv-commerce .film-closing { padding-block: clamp(3.2rem, 5vw, 5rem); background: var(--ticket); }
.grv-commerce .film-closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.grv-commerce .film-closing h2 { margin: .15rem 0; color: var(--ink); font-family: var(--serif); font-size: clamp(2.5rem, 4.5vw, 4.4rem); line-height: 1; }
.grv-commerce .film-closing p { margin: 0; }

@media (max-width: 1280px) {
  .grv-commerce .site-header { grid-template-columns: 1fr auto auto; }
  .grv-commerce .menu-button { display: grid; place-content: center; gap: 4px; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
  .grv-commerce .menu-button span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--ink); }
  .grv-commerce .site-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 1rem 5vw 2rem; display: none; flex-direction: column; align-items: flex-start; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(7,23,37,.12); }
  .grv-commerce .site-nav.is-open { display: flex; }
  .grv-commerce .site-nav a { width: 100%; padding: .8rem 0; }
  .grv-commerce .site-nav a::after { display: none; }
  .grv-commerce .catalog { grid-template-columns: 220px minmax(0, 1fr); gap: 2.2rem; }
  .grv-commerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grv-commerce .film-hero, .grv-commerce .film-hero-grid { min-height: 0; }
  .grv-commerce .film-hero-grid { grid-template-columns: minmax(220px, 300px) 1fr; gap: 3rem; }
  .grv-commerce .film-summary h1 { font-size: clamp(3.8rem, 8vw, 5.4rem); }
  .grv-commerce .film-story { grid-template-columns: 1fr; }
  .grv-commerce .film-story-image { min-height: 520px; }
  .grv-commerce .experience-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 782px) {
  body.admin-bar .grv-commerce .site-header { top: 46px; }
}

@media (max-width: 780px) {
  .grv-commerce .site-header { min-height: 72px; padding-inline: 4vw; gap: .5rem; }
  .grv-commerce .brand img { width: 55px; height: 36px; }
  .grv-commerce .brand span { display: none; }
  .grv-commerce .header-actions { gap: .15rem; }
  .grv-commerce .basket { width: 42px; height: 42px; padding: 0; justify-content: center; border: 0; }
  .grv-commerce .basket > span { display: none; }
  .grv-commerce .basket small { position: absolute; top: 0; right: 0; }
  .grv-commerce .catalog-heading { grid-template-columns: 1fr 125px; gap: 1.5rem; }
  .grv-commerce .catalog-ticket { width: 125px; min-height: 108px; padding: 1rem; }
  .grv-commerce .catalog-ticket strong { font-size: 2.4rem; }
  .grv-commerce .catalog { grid-template-columns: 1fr; }
  .grv-commerce .catalog-filters { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .grv-commerce .catalog-search, .grv-commerce .catalog-format-note { grid-column: 1 / -1; }
  .grv-commerce .catalog-filter-group { margin-top: 0; }
  .grv-commerce .catalog-curated { padding-top: 1.4rem; }
  .grv-commerce .site-footer { grid-template-columns: 1fr 1fr; }
  .grv-commerce .footer-brand { grid-column: 1 / -1; }
  .grv-commerce .film-hero-grid { grid-template-columns: 1fr; padding-block: 3rem 4rem; }
  .grv-commerce .film-cover-card { width: min(72vw, 310px); }
  .grv-commerce .film-breadcrumbs { margin-bottom: 1.5rem; }
  .grv-commerce .film-summary h1 { font-size: clamp(3.4rem, 16vw, 5rem); }
  .grv-commerce .film-facts { grid-template-columns: 1fr 1fr; row-gap: 1.2rem; }
  .grv-commerce .film-route-heading { grid-template-columns: 1fr; gap: .2rem; }
  .grv-commerce .route-stations { grid-template-columns: 1fr; gap: .8rem; }
  .grv-commerce .route-stations::before { top: 8px; bottom: 8px; left: 7px; width: 2px; height: auto; }
  .grv-commerce .route-stations li { min-height: 32px; padding: 0 0 0 2rem; text-align: left; }
  .grv-commerce .route-stations li span { top: 0; left: 0; transform: none; }
  .grv-commerce .film-experience-heading { grid-template-columns: 1fr; }
  .grv-commerce .film-experience-heading > p:last-child { margin-top: 1.5rem; }
  .grv-commerce .experience-grid, .grv-commerce .experience-grid.experience-count-3 { grid-template-columns: repeat(2, 1fr); }
  .grv-commerce .film-closing-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 500px) {
  .grv-commerce .site-footer { grid-template-columns: 1fr; }
  .grv-commerce .footer-brand, .grv-commerce .copyright { grid-column: 1; }
  .grv-commerce .catalog-masthead { padding-block: 3rem; }
  .grv-commerce .catalog-heading { grid-template-columns: 1fr; }
  .grv-commerce .catalog-heading h1 { font-size: 3.6rem; }
  .grv-commerce .catalog-ticket { display: none; }
  .grv-commerce .catalog-filters { grid-template-columns: 1fr; }
  .grv-commerce .catalog-search, .grv-commerce .catalog-format-note { grid-column: 1; }
  .grv-commerce .catalog-result-bar { align-items: stretch; flex-direction: column; }
  .grv-commerce .woocommerce-ordering select { width: 100%; }
  .grv-commerce ul.products { grid-template-columns: 1fr; }
  .grv-commerce .woocommerce-pagination ul.page-numbers { justify-content: flex-start; overflow-x: auto; }
  .grv-commerce .film-purchase .woocommerce-variation-add-to-cart, .grv-commerce .film-purchase form.cart:not(.variations_form) { align-items: stretch; flex-direction: column; }
  .grv-commerce .film-purchase .quantity .qty { width: 120px; }
  .grv-commerce .film-story-image { min-height: 300px; }
  .grv-commerce .experience-grid, .grv-commerce .experience-grid.experience-count-2, .grv-commerce .experience-grid.experience-count-3 { grid-template-columns: 1fr; }
  .grv-commerce .experience-grid article, .grv-commerce .experience-grid article + article { padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .grv-commerce *, .grv-commerce *::before, .grv-commerce *::after { transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}
