/*
	Theme Name: Varese Rowing Masters
	Description: Varese Rowing Masters WordPress Theme
	Version: 1.4.3
	Author: Vincenzo Pandico
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element */
html {
  font-size: 100%;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.66em;
  color: #000;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 0;
}
ul,
ul ul {
  display: block;
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
ul li,
ul ul li {
  display: inline-block;
  position: relative;
}
main {
  padding-top: 80px;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin: 0;
}
.alignleft {
  float: left;
  margin: 0;
}
a img.alignright {
  float: right;
  margin: 0;
}
a img.alignnone {
  margin: 0;
}
a img.alignleft {
  float: left;
  margin: 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 0;
  max-width: 10%;
  padding: 0;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 0;
}
.wp-caption.alignleft {
  margin: 0;
}
.wp-caption.alignright {
  margin: 0;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0;
}
/*------------------------------------*\
    VISUAL COMPOSER
\*------------------------------------*/
/* loop global box-sizing */
.vc_gitem_row .vc_gitem-col {
  padding: 20px !important;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.vc_btn3-container {
  margin-bottom: 0 !important;
}
.vc_gitem-post-data {
  margin-bottom: 20px !important;
}
/* button */
.vc_general.vc_btn3 {
  line-height: initial !important;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
span {
  margin: 0 0 20px 0;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  font-size: 16px;
  line-height: 1.66em;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
.hide {
  display: none !important;
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
/* mobile menu button */
.menu-toggle-mobile {
  display: none;
  position: absolute;
  right: 0;
}
.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
}
.header .logo {
  display: block;
  float: left;
  padding: 10px 20px;
  text-decoration: none;
}
.header .logo-img {
  height: 60px;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}
.header ul li a {
  line-height: 80px;
  display: block;
  padding: 0 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}
.header ul li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}
/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: visible;
}
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
/* menu btn */
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
}
.menu-item-has-children:hover > .sub-menu {
  display: block;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  border-top: 1px solid #f4f4f4;
  padding: 10px 20px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Archivo", sans-serif;
  color: #0F201D;
  overflow-x: hidden;
}
h1,
h2,
h3,
.display {
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.wrapper {
  max-width: 1380px;
  padding: 0 32px;
}
@media (max-width: 640px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}
body.home main {
  padding-top: 0;
}
/* ---------- HEADER ----------
     Overrides the base theme's .header (white 80px bar, box-shadow, line-height
     dividers) with a transparent-over-hero treatment that solidifies using the
     SAME .shrinked hook the base theme already applies at 1025px+. Class names
     (.header, .shrinked, .logo, .menu, .menu-icon, .navicon, .menu-btn) match
     the base CSS/theme markup so the WP menu walker + existing toggle logic
     can be reused as-is; only the cosmetic rules are overridden here.

     COMPATIBILITY OVERRIDES (this sub-block only) — base.less uses a few
     selectors more specific than their equivalents below (".header
     .logo-img" beats a bare ".brand-logo", etc.), and one — the white
     menu background — I'd missed until now. Same selectors as base, so
     normal cascade order (this file loads after base) resolves it. */
.header .logo {
  display: flex;
  align-items: center;
  float: none;
  padding: 0;
}
.header .logo-img {
  height: auto;
}
.header.shrinked .logo-img {
  height: auto;
}
.header ul {
  background: transparent;
}
.header ul li a {
  line-height: normal;
  padding: 0;
  border-right: none;
}
.header.shrinked ul li a {
  line-height: normal;
}
.header ul li a:hover {
  background: transparent;
}
.header .menu-icon .navicon,
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #FFFFFF;
}
.header .menu-btn:checked ~ .menu {
  max-height: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: auto;
  background: transparent;
  box-shadow: none;
  padding: 14px 0;
  transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;
}
.header.shrinked {
  background: rgba(12, 43, 51, 0.96);
  padding: 10px 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
}
.brand-logo-wrap {
  position: relative;
  display: inline-flex;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(4, 12, 15, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: height 0.35s ease;
  margin-bottom: 0;
}
.brand-logo {
  display: block;
  height: 60px;
  width: auto;
  transition: height 0.35s ease;
}
/* Dev-only marker: this is the 2026 Bled lockup used as a stand-in until the
     2027 Varese version of the same template is delivered. Same navy/teal
     family, so it reads correctly in this palette in the meantime — remove
     this tag once the real asset is swapped in. */
.brand-placeholder-tag {
  position: absolute;
  left: 6px;
  bottom: 5px;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(8, 20, 24, 0.55);
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 2px 6px;
  pointer-events: none;
}
@media (max-width: 520px) {
  .brand-placeholder-tag {
    display: none;
  }
}
.menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.menu li {
  list-style: none;
}
.menu a {
  color: rgba(242, 246, 245, 0.82);
  font-size: 14.5px;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
  line-height: normal;
}
.menu a:hover {
  color: #FFFFFF;
}
.menu a.active {
  color: #FFFFFF;
}
.menu a.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: #E2793A;
  border-radius: 2px;
}
@media (max-width: 900px) {
  .menu a.active:after {
    display: none;
  }
}
.menu-btn {
  display: none;
}
.menu-icon {
  display: none;
  cursor: pointer;
  padding: 6px;
  user-select: none;
}
.menu-icon .navicon {
  background: #FFFFFF;
  display: block;
  height: 2px;
  width: 22px;
  position: relative;
  transition: background 0.2s ease-out;
}
.menu-icon .navicon:before,
.menu-icon .navicon:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: all 0.2s ease-out;
}
.menu-icon .navicon:before {
  top: 6px;
}
.menu-icon .navicon:after {
  top: -6px;
}
.menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
  top: 0;
}
.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
  top: 0;
}
@media (max-width: 900px) {
  .menu-icon {
    display: block;
  }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 78%;
    max-width: 320px;
    background: #0C2B33;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 32px 32px;
    gap: 6px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.25);
  }
  .menu li {
    width: 100%;
  }
  .menu a {
    display: block;
    padding: 14px 0;
    font-size: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu-btn:checked ~ .menu {
    transform: translateX(0);
  }
  .header .btn {
    display: none;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14.5px;
  background: #E2793A;
  color: #FFFFFF;
  border: 1px solid #E2793A;
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
.btn:hover {
  background: #C6602A;
}
.btn.ghost {
  background: transparent;
  border: 1px solid rgba(242, 246, 245, 0.5);
  color: #FFFFFF;
}
.btn.ghost:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.06);
}
/* ============================================================
     Everything below targets NATIVE WPBakery element markup
     (vc_row / vc_column / vc_column_text / vc_btn / vc_single_image /
     vc_row_inner / vc_column_inner / vc_toggle), via the "Extra class
     name" field set on each element in the builder — never a custom
     template. Class names on el_class land on WPBakery's own wrapper
     divs (.vc_row, .vc_column_container, etc.), so most rules below
     are written as descendant selectors from that class rather than
     assuming a specific custom tag. If your WPBakery version nests
     things slightly differently, inspect the live markup and adjust
     the one or two affected selectors — the class names you set in
     the builder stay the same either way.
     ============================================================ */
/* Shared button look, applied to vc_btn's "Extra class": .btn / .btn.ghost */
.btn a.vc_btn3,
a.vc_btn3.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px !important;
  border-radius: 3px !important;
  font-weight: 600;
  font-size: 14.5px;
  background: #E2793A !important;
  color: #FFFFFF !important;
  border: 1px solid #E2793A !important;
  text-transform: none;
  letter-spacing: 0;
  height: auto;
  line-height: normal;
  transition: background 0.2s ease;
}
.btn a.vc_btn3:hover {
  background: #C6602A !important;
}
.btn.ghost a.vc_btn3 {
  background: transparent !important;
  border: 1px solid rgba(242, 246, 245, 0.5) !important;
  color: #FFFFFF !important;
}
.btn.ghost a.vc_btn3:hover {
  border-color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.06) !important;
}
.sponsor-cta .btn a.vc_btn3 {
  background: transparent !important;
  color: #0F201D !important;
  border-color: #5D716D !important;
}
/* ---------- HERO ---------- */
.hero-row {
  position: relative;
  min-height: 100vh;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-top: 96px !important;
  padding-bottom: 80px !important;
  overflow: hidden;
}
/* Layer 1 — real photo, set by the editor via the image element inside
     this column (double-click it in the builder to swap via Media
     Library). Pulled out of flow so the two content columns lay out
     side by side as if it wasn't there. */
.hero-bg-col {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.hero-bg-col .vc_single_image-wrapper {
  position: absolute !important;
  inset: 0 !important;
}
.hero-bg-col img {
  /* WPBakery's own core CSS sets height:auto on this image (same
       specificity, and it happens to load after ours) — !important
       here is a deliberate, narrow override of that one plugin default,
       not a general habit. */
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 62%;
  filter: saturate(1.04) contrast(1.02);
}
/* Layer 2 — colour scrim + hand-drawn mountain horizon, combined as
     multiple background-image layers on ONE pseudo-element (CSS only
     gives us ::before/::after, and grain below needs its own opacity,
     so scrim+horizon share this layer, grain gets the other). Each
     image already carries its own alpha, so element opacity stays 1. */
.hero-row:before {
  /* WPBakery's own row clearfix (".vc_row:before{display:table}") targets
       this SAME pseudo-element and, since we never declared `display`
       ourselves, its display:table was winning — collapsing this layer
       to a 0x0 shrink-to-fit table box instead of filling via inset:0.
       Declaring it explicitly here is what was missing. */
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 220'%3E%3Cpath d='M0,190 L120,140 L200,170 L300,90 L420,160 L520,110 L620,175 L760,60 L860,150 L980,120 L1100,180 L1220,100 L1330,150 L1440,130' fill='none' stroke='rgba(226,121,58,0.7)' stroke-width='2'/%3E%3Cpath d='M0,220 L0,205 Q180,185 360,205 T720,200 T1080,208 T1440,198 L1440,220 Z' fill='rgba(8,20,24,0.55)'/%3E%3C/svg%3E"), linear-gradient(115deg, rgba(6, 16, 20, 0.92) 0%, rgba(7, 19, 23, 0.72) 28%, rgba(10, 34, 41, 0.4) 50%, rgba(12, 43, 51, 0.18) 68%, transparent 84%), linear-gradient(0deg, rgba(6, 16, 20, 0.7) 0%, rgba(6, 16, 20, 0.1) 40%, transparent 62%);
  background-position: bottom center, 0 0, 0 0;
  background-size: 100% auto, cover, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
/* Layer 3 — grain, unifies photo quality regardless of source resolution */
.hero-row:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block !important;
  opacity: 0.05;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero-content,
.scorecard-col {
  position: relative;
  z-index: 4;
}
.hero-content .eventline {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #2E9B89;
  font-weight: 600;
  margin-bottom: 4px !important;
}
.hero-content .eventline p {
  margin: 0;
}
.hero-content .hero-h1 h1 {
  font-size: clamp(52px, 8vw, 96px);
  color: #FFFFFF;
  margin: 0 0 10px 0;
}
.hero-content .hero-h1 .accent {
  color: #E2793A;
}
.hero-content .sub p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(242, 246, 245, 0.82);
  max-width: 46ch;
  margin: 0 0 24px 0;
  font-weight: 400;
}
.hero-content .vc_btn3-container {
  display: inline-block;
  margin: 0 14px 12px 0 !important;
}
/* scorecard — 4 stacked native rows (vc_row_inner), each with two
     vc_column_inner cells (label / value) */
.scorecard {
  background: rgba(8, 20, 24, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  margin: 0 !important;
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  overflow: hidden;
}
.scorecard .vc_row {
  margin: 0 !important;
}
.scorecard .scorecard-row {
  display: flex !important;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.scorecard .scorecard-row:last-child {
  border-bottom: none;
}
.scorecard-label p {
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: rgba(242, 246, 245, 0.6);
  font-weight: 600;
  margin: 0;
}
.scorecard-value p {
  font-family: "Big Shoulders Display";
  font-weight: 700;
  font-size: 26px;
  color: #FFFFFF;
  font-variant-numeric: tabular-nums;
  margin: 0;
  text-align: right;
}
.scorecard-value.amber p {
  color: #E2793A;
}
@media (max-width: 900px) {
  .hero-content,
  .scorecard-col {
    width: 100% !important;
  }
}
/* ---------- TICKER / STAT STRIP ---------- */
.stripe-row {
  background: #1F7A6C;
  margin: 0 !important;
}
.stripe-row .vc_column_container {
  padding: 24px 20px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.stripe-row .vc_column_container:first-child {
  border-left: none;
}
.stat-inner {
  display: flex !important;
  align-items: center;
  gap: 14px;
}
.stat-ico {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.stat-ico svg {
  width: 19px;
  height: 19px;
}
.stat-num,
.stat-num p {
  font-family: "Big Shoulders Display";
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  color: #FFFFFF;
  margin: 0;
  display: block;
}
.stat-label,
.stat-label p {
  font-size: 11.5px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
  margin: 5px 0 0;
  line-height: 1.35;
  display: block;
}
.stat-inner p {
  margin: 0;
}
/* ---------- REGATTA (welcome) ---------- */
.regatta-row {
  padding-top: 80px !important;
  padding-bottom: 60px;
  background: #FFFFFF;
}
.regatta-kicker p {
  font-size: 13px;
  font-weight: 700;
  color: #1F7A6C;
  letter-spacing: 0.03em;
  margin: 0 0 14px;
}
.regatta-lede p {
  font-size: 19px;
  font-weight: 500;
  color: #0C2B33;
  line-height: 1.5;
  margin: 0 0 18px;
}
.regatta-col .wpb_wrapper > .wpb_text_column p {
  font-size: 16.5px;
  line-height: 1.75;
  color: #0F201D;
  margin-bottom: 18px;
}
.regatta-quote {
  border-left: 3px solid #E2793A;
  padding: 6px 0 6px 26px;
  margin-top: 8px;
}
.regatta-quote p {
  font-size: 19px;
  line-height: 1.6;
  color: #0C2B33;
  font-style: italic;
  margin: 0;
}
.regatta-quote .quote-cite p {
  margin-top: 16px !important;
  font-style: normal;
  font-size: 13.5px;
  color: #5D716D;
  font-weight: 600;
}
/* ---------- WHY VARESE (why-grid, 4 cols via vc_row_inner) ---------- */
.why-row {
  background: #E7EFEE;
}
.why-row .vc_column_container {
  background: #E7EFEE;
  padding: 38px 30px !important;
  border: 1px solid #D6E0DE;
  margin: -1px 0 0 -1px;
}
.why-card-title p {
  font-size: 21px;
  color: #0F201D;
  font-weight: 700;
  margin: 0 0 12px;
  text-transform: none;
}
.why-card-text p {
  font-size: 14.5px;
  color: #5D716D;
  line-height: 1.6;
  margin: 0;
}
.why-ico {
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  color: #1F7A6C;
}
/* ---------- ENTRIES (timeline) ---------- */
.entries-row {
  padding-top: 80px !important;
  padding-bottom: 60px;
  background: #FFFFFF;
}
.tl-row {
  display: flex !important;
  gap: 24px;
  align-items: baseline;
  padding: 26px 0;
  border-bottom: 1px solid #D6E0DE;
}
.entries-row .vc_row-inner:first-child .tl-row {
  border-top: 1px solid #D6E0DE;
}
.tl-idx p {
  font-family: "Big Shoulders Display";
  font-weight: 800;
  font-size: 22px;
  color: #c7d4d2;
  margin: 0;
  width: 60px;
  flex: none;
}
.tl-date p {
  font-family: "Big Shoulders Display";
  font-weight: 700;
  font-size: 19px;
  color: #0C2B33;
  font-variant-numeric: tabular-nums;
  margin: 0;
  width: 150px;
  flex: none;
}
.tl-desc p {
  font-size: 15.5px;
  color: #5D716D;
  margin: 0;
}
.tl-desc b {
  color: #0F201D;
  font-weight: 600;
}
@media (max-width: 700px) {
  .tl-row {
    flex-wrap: wrap;
  }
  .tl-date p,
  .tl-desc p {
    width: auto;
  }
}
/* ---------- VENUE ---------- */
.venue-row {
  padding-top: 80px !important;
  padding-bottom: 60px;
  background: #0C2B33;
  color: #FFFFFF;
}
.venue-kicker p {
  color: #2E9B89;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0 0 14px;
}
.venue-col .wpb_wrapper > .wpb_text_column p {
  color: rgba(242, 246, 245, 0.78);
  font-size: 16.5px;
  line-height: 1.7;
  margin: 0 0 18px;
  max-width: 52ch;
}
.venue-map {
  aspect-ratio: 4/3;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 40px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 40px), radial-gradient(ellipse at 40% 55%, rgba(46, 155, 137, 0.5), transparent 60%), #0A2229;
  display: flex;
  align-items: center;
  justify-content: center;
}
.venue-map p {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(242, 246, 245, 0.7);
  margin: 0;
}
/* ---------- NEWS (3 cards via vc_row_inner/vc_column_inner) ---------- */
.news-row {
  padding-top: 80px !important;
  background: #FFFFFF;
}
.news-row + .news-row {
  padding-bottom: 60px;
}
.news-card-col {
  padding: 0 16px !important;
}
.news-thumb {
  aspect-ratio: 16/10;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 18px;
}
.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-thumb.is-empty {
  border: 1px dashed #c7d4d2;
  background: #E7EFEE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9fb1ad;
  font-size: 12.5px;
  font-weight: 600;
}
.news-date p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #5D716D;
  margin: 0 0 10px;
}
.news-title p {
  font-family: "Archivo";
  font-weight: 700;
  font-size: 19px;
  line-height: 1.32;
  color: #0F201D;
  margin: 0 0 10px;
  text-transform: none;
}
.news-excerpt p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #5D716D;
  margin: 0 0 14px;
}
.news-link a.vc_btn3 {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  color: #1F7A6C !important;
  border-bottom: 1px solid #1F7A6C !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
}
/* ---------- SPONSORS (native images in a nested grid) ---------- */
.sponsors-row {
  padding-top: 80px !important;
  padding-bottom: 60px;
  background: #F2F6F5;
}
.tier-label p {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #5D716D;
  margin: 0 0 18px;
}
.logo-slot {
  border: 1px dashed #c7d4d2;
  border-radius: 3px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.logo-slot img {
  max-height: 60px;
  width: auto;
  margin: 0 auto;
}
.tier-title .logo-slot {
  min-height: 120px;
}
.sponsor-cta {
  margin-top: 20px;
  padding: 28px 30px;
  background: #E7EFEE;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.sponsor-cta p {
  font-size: 15px;
  color: #5D716D;
  max-width: 44ch;
  margin: 0;
}
.sponsor-cta strong {
  color: #0F201D;
}
/* ---------- FAQ (native vc_toggle accordion) ---------- */
.faq-row.title {
  padding-top: 80px !important;
  background: #E7EFEE;
}
.faq-row.list {
  padding-bottom: 60px;
  background: #E7EFEE;
}
.faq-list-col .vc_toggle {
  border-bottom: 1px solid #D6E0DE;
  padding: 22px 0 !important;
  margin: 0 !important;
  max-width: 760px;
}
.faq-list-col .vc_toggle_title {
  cursor: pointer;
}
.faq-list-col .vc_toggle_title h4 {
  font-family: "Archivo";
  text-transform: none;
  font-size: 17px;
  font-weight: 600;
  color: #0F201D;
  margin: 0;
}
.faq-list-col .vc_toggle_content {
  font-size: 15px;
  line-height: 1.65;
  color: #5D716D;
  margin-top: 14px;
  max-width: 64ch;
}
.faq-list-col .vc_toggle_content p {
  margin: 0;
}
/* ---------- NEWSLETTER ---------- */
.newsletter-row {
  padding-top: 80px !important;
  padding-bottom: 60px;
  background: #E2793A;
  color: #FFFFFF;
}
.newsletter-row h2,
.newsletter-row .wpb_text_column h2 {
  color: #FFFFFF;
  font-size: clamp(28px, 3.6vw, 38px);
  margin: 0;
}
.newsletter-row .newsletter-sub p {
  color: rgba(255, 255, 255, 0.88);
  margin: 10px 0 0;
  font-size: 15.5px;
}
.newsletter-row .btn a.vc_btn3 {
  background: #0C2B33 !important;
  border-color: #0C2B33 !important;
}
/* ---------- FOOTER ---------- */
.footer {
  background: #0A2229;
  color: rgba(242, 246, 245, 0.7);
  padding: 64px 0 30px;
  border-top: none;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 800px) {
  .foot-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 36px;
  }
}
.foot-grid h4 {
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-bottom: 16px;
  font-weight: 700;
}
.foot-grid ul {
  list-style: none;
}
.foot-grid li {
  display: block;
  margin-bottom: 10px;
  font-size: 14.5px;
}
.foot-grid a {
  color: rgba(242, 246, 245, 0.7);
}
.foot-grid a:hover {
  color: #FFFFFF;
}
.foot-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.foot-brand .mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #E2793A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Big Shoulders Display";
  font-weight: 900;
  font-size: 13px;
  color: #E2793A;
}
.foot-brand b {
  font-family: "Big Shoulders Display";
  font-size: 17px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  font-size: 13px;
  flex-wrap: wrap;
  gap: 12px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1025px) {
  .header li {
    float: left;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  /*.header.shrinked {
  		height: 60px;
  	}

  	.header.shrinked .logo-img {
    	height: 40px;
	}

	.header.shrinked ul li a {
    	line-height: 60px;
    }*/
}
@media only screen and (max-width: 1024px) {
  .header .menu {
    overflow: auto;
  }
  .header .menu-btn:checked ~ .menu {
    min-height: 100vh;
  }
  .header ul li {
    display: block;
  }
  .menu-item-has-children .sub-menu {
    display: block;
    position: relative;
  }
  .hero-row {
    display: block !important;
  }
}
