:root {
  --wf-bg: #07111b;
  --wf-bg-deep: #040b12;
  --wf-surface: #0d1b29;
  --wf-surface-2: #122536;
  --wf-line: rgba(135, 182, 215, 0.2);
  --wf-text: #f7f9fb;
  --wf-muted: #9fb0c0;
  --wf-water: #54b8df;
  --wf-orange: #ec6d2f;
  --wf-violet: #7d55e7;
  --wf-lime: #a8f000;
  --wf-shell: min(1240px, calc(100vw - 48px));
}

html {
  scroll-behavior: smooth;
}

body.sohotc-waterfit-page {
  margin: 0;
  background: var(--wf-bg);
  color: var(--wf-text);
  cursor: url("images/cursor-gota.png") 16 2, auto;
}

body.sohotc-waterfit-page a,
body.sohotc-waterfit-page button,
body.sohotc-waterfit-page select {
  cursor: url("images/cursor-gota.png") 16 2, pointer;
}

body.sohotc-waterfit-page input,
body.sohotc-waterfit-page textarea { cursor: text; }

.sohotc-waterfit-page .joinchat { display: none !important; }

body.sohotc-waterfit-page .elementor-location-header {
  position: relative;
  z-index: 50;
}

.wf-page,
.wf-page * {
  box-sizing: border-box;
}

.wf-page {
  overflow: hidden;
  background: var(--wf-bg);
  color: var(--wf-text);
  cursor: url("images/cursor-gota.png") 16 2, auto;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.wf-page h1,
.wf-page h2,
.wf-page h3,
.wf-page p,
.wf-page figure,
.wf-page dl,
.wf-page dd,
.wf-page ol {
  margin: 0;
}

.wf-page h1,
.wf-page h2,
.wf-page h3 {
  color: var(--wf-text);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-transform: uppercase;
}

.wf-page a {
  color: inherit;
  cursor: url("images/cursor-gota.png") 16 2, pointer;
}

.wf-page img {
  display: block;
  max-width: 100%;
}

.wf-shell {
  width: var(--wf-shell);
  margin-inline: auto;
}

.wf-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wf-kicker {
  color: var(--wf-water);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wf-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid var(--wf-water);
  border-radius: 2px;
  background: var(--wf-water);
  color: #06111a !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.wf-button:hover,
.wf-button:focus-visible {
  background: #7bcbed;
  color: #06111a;
  transform: translateY(-1px);
}

.wf-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--wf-text) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.wf-text-link::after {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.wf-hero {
  position: relative;
  padding: 92px 0 0;
  background:
    linear-gradient(90deg, rgba(84, 184, 223, 0.07) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(rgba(84, 184, 223, 0.05) 1px, transparent 1px) 0 0 / 86px 86px,
    radial-gradient(circle at 78% 40%, rgba(84, 184, 223, 0.12), transparent 34%),
    var(--wf-bg-deep);
}

.wf-hero__grid {
  display: grid;
  min-height: 620px;
  align-items: center;
  gap: clamp(48px, 8vw, 132px);
  grid-template-columns: 1.05fr 0.95fr;
}

.wf-hero__copy {
  position: relative;
  z-index: 2;
  padding-bottom: 64px;
}

.wf-hero h1 {
  max-width: 720px;
  margin-top: 24px;
  font-size: clamp(58px, 6.2vw, 96px);
}

.wf-lead {
  max-width: 620px;
  margin-top: 30px !important;
  color: var(--wf-muted);
  font-size: clamp(17px, 1.4vw, 20px);
}

.wf-hero__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 36px;
}

.wf-hero__secondary {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}

.wf-water-control[hidden],
.wf-water-canvas[hidden] {
  display: none !important;
}

.wf-water-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wf-water-control__label {
  color: var(--wf-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wf-page button.wf-water-switch {
  appearance: none !important;
  position: relative !important;
  width: 46px !important;
  min-width: 46px !important;
  height: 25px !important;
  min-height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(84, 184, 223, 0.55) !important;
  border-radius: 999px !important;
  background: rgba(4, 13, 22, 0.72) !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background 160ms ease, border-color 160ms ease !important;
}

.wf-page button.wf-water-switch > span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--wf-muted);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transition: background 160ms ease, transform 160ms ease;
}

.wf-page button.wf-water-switch[aria-checked="true"] {
  border-color: var(--wf-water) !important;
  background: rgba(84, 184, 223, 0.35) !important;
}

.wf-page button.wf-water-switch[aria-checked="true"] > span {
  background: #a8e8ff;
  transform: translateX(21px);
}

.wf-page button.wf-water-switch:focus-visible {
  outline: 2px solid var(--wf-water) !important;
  outline-offset: 3px !important;
}

.wf-page button.wf-water-switch:disabled {
  cursor: wait !important;
  opacity: 0.62;
}

.wf-water-canvas {
  position: fixed;
  z-index: 8;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 210px;
  pointer-events: none;
}

body.sohotc-waterfit-page .cmplz-cookiebanner,
body.sohotc-waterfit-page #cmplz-manage-consent {
  z-index: 100000 !important;
}

.wf-hero__brand {
  position: relative;
  padding: 64px 20px;
  border-top: 1px solid var(--wf-line);
  border-bottom: 1px solid var(--wf-line);
  text-align: center;
}

.wf-hero__brand::before,
.wf-hero__brand::after {
  position: absolute;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid var(--wf-water);
  background: var(--wf-bg-deep);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.wf-hero__brand::before { top: -5px; }
.wf-hero__brand::after { bottom: -5px; }

.wf-hero__brand img {
  width: min(540px, 100%);
  margin-inline: auto;
}

.wf-hero__brand p {
  margin-top: 22px;
  color: var(--wf-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.wf-event-line {
  display: grid;
  border-top: 1px solid var(--wf-line);
  grid-template-columns: repeat(3, 1fr);
}

.wf-event-line > div {
  display: flex;
  min-height: 94px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 28px;
  border-right: 1px solid var(--wf-line);
}

.wf-event-line > div:first-child { border-left: 1px solid var(--wf-line); }
.wf-event-line span,
.wf-event-line strong { text-transform: uppercase; }
.wf-event-line span { color: var(--wf-water); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; }
.wf-event-line strong { margin-top: 5px; font-size: 14px; letter-spacing: 0.02em; }

.wf-schedule {
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid var(--wf-line);
  background: var(--wf-surface);
}

.wf-schedule__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.wf-schedule__grid > div {
  min-height: 142px;
  padding: 30px;
  border-right: 1px solid var(--wf-line);
}

.wf-schedule__grid > div:first-child { border-left: 1px solid var(--wf-line); }
.wf-schedule time { color: var(--wf-orange); font-size: 28px; font-weight: 800; letter-spacing: -0.04em; }
.wf-schedule p { margin-top: 6px; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.wf-schedule small { display: block; margin-top: 5px; color: var(--wf-muted); font-size: 11px; }

.wf-section {
  padding: 108px 0;
  border-bottom: 1px solid var(--wf-line);
  background: var(--wf-bg);
}

.wf-section--soft { background: var(--wf-surface-2); }
.wf-section--circuit { background: #091522; }
.wf-section--dinner { background: #132536; }
.wf-section--location {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: var(--wf-bg-deep);
}

.wf-section--location::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 8, 14, 0.08) 0%, rgba(2, 8, 14, 0.16) 45%, rgba(2, 8, 14, 0.48) 100%);
  content: "";
  pointer-events: none;
}
.wf-section--form { background: #102235; }
.wf-section--free-entry { padding: 52px 0; background: var(--wf-surface-2); }
.wf-section--partners { padding: 76px 0; background: #091522; }
.wf-section[hidden] { display: none !important; }

.wf-section-heading {
  max-width: 820px;
  margin-bottom: 56px;
}

.wf-section-heading h2,
.wf-product-copy h2,
.wf-dinner-heading h2,
.wf-location-copy h2 {
  margin-top: 18px;
  font-size: clamp(38px, 4.6vw, 68px);
}

.wf-section-heading > p:last-child,
.wf-section-heading--split > p,
.wf-product-copy > p,
.wf-dinner-heading > div > p:last-child,
.wf-location-copy > p {
  margin-top: 22px;
  color: var(--wf-muted);
}

.wf-section-heading--split {
  display: grid;
  max-width: none;
  align-items: end;
  gap: 72px;
  grid-template-columns: 1fr 0.65fr;
}

.wf-pack-group + .wf-pack-group { margin-top: 48px; }

.wf-pack-group__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
}

.wf-pack-group__heading h3 { font-size: 18px; letter-spacing: 0.01em; }
.wf-pack-group__heading p { color: var(--wf-muted); font-size: 12px; }

.wf-pack-grid {
  display: grid;
  gap: 14px;
}

.wf-pack-grid--three { grid-template-columns: repeat(3, 1fr); }
.wf-pack-grid--four { grid-template-columns: repeat(4, 1fr); }

.wf-pack {
  position: relative;
  display: grid;
  min-height: 168px;
  padding: 24px;
  border: 1px solid rgba(84, 184, 223, 0.6);
  border-radius: 3px;
  background: rgba(4, 13, 22, 0.55);
  color: var(--wf-text);
  cursor: pointer;
  font: inherit;
  column-gap: 16px;
  grid-template-areas:
    "type type"
    "title price"
    "meta meta";
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr auto;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.wf-page button.wf-pack {
  appearance: none !important;
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 168px !important;
  margin: 0 !important;
  padding: 24px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgba(84, 184, 223, 0.6) !important;
  border-radius: 3px !important;
  background-color: rgba(4, 13, 22, 0.55) !important;
  box-shadow: none !important;
  color: var(--wf-text) !important;
  cursor: url("images/cursor-gota.png") 16 2, pointer !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
}

.wf-page button.wf-pack.is-selected,
.wf-page button.wf-pack:hover,
.wf-page button.wf-pack:focus-visible {
  border-color: var(--wf-water) !important;
  background-color: rgba(84, 184, 223, 0.09) !important;
}

.wf-page button.wf-pack--orange { border-color: rgba(236, 109, 47, 0.72) !important; }
.wf-page button.wf-pack--orange.is-selected,
.wf-page button.wf-pack--orange:hover,
.wf-page button.wf-pack--orange:focus-visible { border-color: var(--wf-orange) !important; background-color: rgba(236, 109, 47, 0.08) !important; }
.wf-page button.wf-pack--violet { border-color: rgba(125, 85, 231, 0.75) !important; }
.wf-page button.wf-pack--violet.is-selected,
.wf-page button.wf-pack--violet:hover,
.wf-page button.wf-pack--violet:focus-visible { border-color: var(--wf-violet) !important; background-color: rgba(125, 85, 231, 0.09) !important; }
.wf-page button.wf-pack--lime { border-color: rgba(168, 240, 0, 0.8) !important; }
.wf-page button.wf-pack--lime.is-selected,
.wf-page button.wf-pack--lime:hover,
.wf-page button.wf-pack--lime:focus-visible { border-color: var(--wf-lime) !important; background-color: rgba(168, 240, 0, 0.07) !important; }

.wf-pack:hover,
.wf-pack:focus-visible,
.wf-pack.is-selected {
  border-color: var(--wf-water);
  background: rgba(84, 184, 223, 0.09);
  outline: none;
  transform: translateY(-2px);
}

.wf-pack.is-selected::after {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--wf-water);
  content: "✓";
  font-size: 18px;
  font-weight: 800;
}

.wf-pack--orange { border-color: rgba(236, 109, 47, 0.72); }
.wf-pack--orange:hover,
.wf-pack--orange:focus-visible,
.wf-pack--orange.is-selected { border-color: var(--wf-orange); background: rgba(236, 109, 47, 0.08); }
.wf-pack--violet { border-color: rgba(125, 85, 231, 0.75); }
.wf-pack--violet:hover,
.wf-pack--violet:focus-visible,
.wf-pack--violet.is-selected { border-color: var(--wf-violet); background: rgba(125, 85, 231, 0.09); }
.wf-pack--lime { border-color: rgba(168, 240, 0, 0.8); }
.wf-pack--lime:hover,
.wf-pack--lime:focus-visible,
.wf-pack--lime.is-selected { border-color: var(--wf-lime); background: rgba(168, 240, 0, 0.07); }

.wf-pack__type { grid-area: type; color: var(--wf-water); font-size: 10px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.wf-pack--orange .wf-pack__type { color: var(--wf-orange); }
.wf-pack--violet .wf-pack__type { color: var(--wf-violet); }
.wf-pack--lime .wf-pack__type { color: var(--wf-lime); }
.wf-pack strong { min-width: 0; margin-top: 24px; font-size: 18px; grid-area: title; line-height: 1.14; }
.wf-pack b { align-self: start; margin-top: 21px; font-size: 25px; grid-area: price; white-space: nowrap; }
.wf-pack small { align-self: end; margin-top: 18px; color: var(--wf-muted); font-size: 11px; grid-area: meta; }
.wf-page .wf-pack strong,
.wf-page .wf-pack b { color: var(--wf-text) !important; }
.wf-page .wf-pack strong { overflow-wrap: anywhere; white-space: normal !important; }
.wf-page .wf-pack small { color: var(--wf-muted) !important; }
.wf-page .wf-pack .wf-pack__type { color: var(--wf-water) !important; }
.wf-page .wf-pack--orange .wf-pack__type { color: var(--wf-orange) !important; }
.wf-page .wf-pack--violet .wf-pack__type { color: var(--wf-violet) !important; }
.wf-page .wf-pack--lime .wf-pack__type { color: var(--wf-lime) !important; }

.wf-free-entry {
  display: grid;
  padding: 0;
  border-top: 1px solid var(--wf-line);
  gap: 32px;
  grid-template-columns: 0.42fr 1fr;
}

.wf-free-entry h3 { font-size: 25px; }
.wf-free-entry p { color: var(--wf-muted); }

.wf-facts {
  display: grid;
  gap: 1px;
  background: var(--wf-line);
  grid-template-columns: repeat(4, 1fr);
}

.wf-facts > div {
  min-height: 138px;
  padding: 28px;
  background: var(--wf-surface);
}

.wf-facts strong { display: block; color: var(--wf-water); font-size: 31px; line-height: 1; }
.wf-facts span { display: block; margin-top: 16px; color: var(--wf-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }

.wf-circuit {
  overflow: hidden;
  border: 1px solid var(--wf-line);
  background: var(--wf-bg-deep);
}

.wf-circuit__visual { position: relative; overflow: hidden; width: 100%; aspect-ratio: 1421 / 1107; }
.wf-circuit__visual > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wf-circuit__route { position: absolute; inset: 0; display: block; width: 100%; height: 100%; pointer-events: none; }
.wf-circuit__route-lines { fill: none; stroke: #ff742b; stroke-width: 5.5; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.wf-circuit__route-lines path { vector-effect: non-scaling-stroke; }
.wf-circuit figcaption { padding: 16px 20px; border-top: 1px solid var(--wf-line); color: var(--wf-muted); font-size: 11px; }

.wf-stations {
  display: grid;
  padding: 0;
  margin-top: 16px !important;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.wf-stations li { display: flex; min-height: 64px; align-items: center; gap: 14px; padding: 14px 16px; background: var(--wf-surface); }
.wf-stations b { color: var(--wf-water); font-size: 12px; }
.wf-stations span { color: var(--wf-muted); font-size: 11px; font-weight: 600; }

.wf-product-grid {
  display: grid;
  align-items: center;
  gap: 72px;
  grid-template-columns: 0.75fr 1.25fr;
}

.wf-sizes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.wf-sizes span { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--wf-line); font-size: 11px; font-weight: 700; }

.wf-shirt-gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wf-shirt-gallery figure { overflow: hidden; border: 1px solid var(--wf-line); background: #d9dde0; }
.wf-shirt-gallery img { width: 100%; aspect-ratio: 0.73; object-fit: cover; }
.wf-shirt-gallery figcaption { padding: 12px 16px; background: var(--wf-surface); color: var(--wf-muted); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.wf-dinner-heading {
  display: grid;
  align-items: center;
  gap: 48px;
  grid-template-columns: 1fr 160px;
}

.wf-dinner-heading img {
  width: 112px;
  height: 140px;
  justify-self: end;
  object-fit: contain;
}

.wf-menu-grid {
  display: grid;
  margin-top: 48px;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.wf-menu-grid article { min-height: 186px; padding: 26px; border-top: 2px solid var(--wf-orange); background: rgba(4, 13, 22, 0.52); }
.wf-menu-grid article > span { color: var(--wf-orange); font-size: 12px; font-weight: 800; }
.wf-menu-grid h3 { margin-top: 28px; font-size: 18px; letter-spacing: -0.02em; line-height: 1.1; }
.wf-menu-grid p { margin-top: 9px; font-size: 13px; }
.wf-menu-grid small { display: block; margin-top: 14px; color: var(--wf-muted); font-size: 10px; }

.wf-location-grid {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wf-location-bg { position: absolute; z-index: 0; inset: 0; display: block; }
.wf-location-bg img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.wf-location-copy {
  display: flex;
  width: min(100%, 540px);
  padding: clamp(34px, 4vw, 56px);
  border: 1px solid rgba(148, 210, 236, 0.32);
  flex-direction: column;
  justify-content: center;
  background: rgba(3, 12, 20, 0.86);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
}
.wf-location-copy h2 { color: var(--wf-text); font-size: clamp(36px, 4.2vw, 56px); line-height: 0.98; }
.wf-location-copy address { margin-top: 34px; color: var(--wf-text); font-size: 20px; font-style: normal; font-weight: 700; line-height: 1.45; }
.wf-location-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }

.wf-checkout {
  display: grid;
  align-items: start;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.wf-form { display: grid; gap: 18px; }
.wf-form-notice { padding: 18px 20px; border-left: 2px solid var(--wf-orange); background: rgba(236, 109, 47, 0.08); color: #ffd2bf; font-size: 13px; }
.wf-fieldset { min-width: 0; padding: 26px; border: 1px solid var(--wf-line); background: rgba(4, 13, 22, 0.34); }
.wf-fieldset[hidden], .wf-competition-field[hidden], .wf-shirt-field[hidden], .wf-dinner-field[hidden] { display: none !important; }
.wf-fieldset legend { padding: 0 10px; color: var(--wf-water); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.wf-fields { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wf-fields label { display: grid; gap: 7px; }
.wf-fields label > span { color: var(--wf-muted); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.wf-field--wide { grid-column: 1 / -1; }
.wf-fields input,
.wf-fields select {
  width: 100%;
  height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(135, 182, 215, 0.28);
  border-radius: 0;
  outline: none;
  background: #07131f;
  color: var(--wf-text);
  font: inherit;
  font-size: 14px;
}

.wf-page .wf-fields input,
.wf-page .wf-fields select {
  appearance: none !important;
  border: 1px solid rgba(135, 182, 215, 0.34) !important;
  border-radius: 0 !important;
  outline: none !important;
  background-color: #07131f !important;
  box-shadow: none !important;
  color: var(--wf-text) !important;
  -webkit-text-fill-color: var(--wf-text) !important;
}

.wf-page .wf-fields input { cursor: text !important; }
.wf-page .wf-fields select { cursor: url("images/cursor-gota.png") 16 2, pointer !important; }
.wf-page .wf-fields input:-webkit-autofill,
.wf-page .wf-fields input:-webkit-autofill:hover,
.wf-page .wf-fields input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #07131f inset !important;
  -webkit-text-fill-color: var(--wf-text) !important;
  caret-color: var(--wf-text) !important;
}
.wf-fields input:focus,
.wf-fields select:focus { border-color: var(--wf-water); }

.wf-consents { display: grid; gap: 10px; padding: 8px 2px; }
.wf-consents label { display: flex; align-items: flex-start; gap: 10px; color: var(--wf-muted); font-size: 12px; }
.wf-consents input { margin-top: 3px; accent-color: var(--wf-water); }
.wf-consents a { color: var(--wf-water) !important; text-decoration: underline; text-underline-offset: 3px; }

.wf-summary {
  position: sticky;
  top: 28px;
  padding: 28px;
  border-top: 3px solid var(--wf-water);
  background: var(--wf-bg-deep);
}

.wf-summary__label { color: var(--wf-water); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.wf-summary h3 { margin-top: 20px; font-size: 24px; line-height: 1.05; }
.wf-summary > p:not(.wf-summary__label):not(.wf-preview-message) { margin-top: 12px; color: var(--wf-muted); font-size: 12px; }
.wf-summary dl { margin-top: 32px; }
.wf-summary dl > div { display: flex; align-items: baseline; justify-content: space-between; padding: 15px 0; border-top: 1px solid var(--wf-line); }
.wf-summary dt { color: var(--wf-muted); font-size: 11px; }
.wf-summary dd { font-size: 18px; font-weight: 800; }
.wf-summary dl > .wf-summary__menu { display: grid; gap: 6px; }
.wf-summary dl > .wf-summary__menu[hidden] { display: none !important; }
.wf-summary .wf-summary__menu dd { margin: 0; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.wf-summary dl > div:last-child dd { color: var(--wf-water); font-size: 28px; }
.wf-button--full { width: 100%; margin-top: 24px; border: 0; cursor: pointer; }
.wf-page button.wf-button,
.wf-page button.wf-button--full {
  appearance: none !important;
  min-height: 50px !important;
  padding: 0 24px !important;
  border: 1px solid var(--wf-water) !important;
  border-radius: 2px !important;
  background: var(--wf-water) !important;
  box-shadow: none !important;
  color: #06111a !important;
  cursor: url("images/cursor-gota.png") 16 2, pointer !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  opacity: 1 !important;
  text-transform: uppercase !important;
}
.wf-preview-message { margin-top: 18px !important; padding: 14px; border: 1px solid rgba(168, 240, 0, 0.35); color: #dfff9b !important; font-size: 11px !important; }

.wf-main-partner {
  display: grid;
  min-height: 136px;
  align-items: center;
  margin-top: 28px;
  padding: 14px 32px;
  border-top: 1px solid var(--wf-orange);
  border-bottom: 1px solid var(--wf-orange);
  gap: 28px;
  grid-template-columns: 74px 1fr;
}
.wf-main-partner img { width: 64px; height: 94px; object-fit: contain; }
.wf-main-partner strong { display: block; font-size: 28px; text-transform: uppercase; }
.wf-main-partner span { display: block; margin-top: 5px; color: var(--wf-muted); font-size: 11px; text-transform: uppercase; }

.wf-partners-grid {
  display: grid;
  align-items: center;
  justify-items: center;
  margin-top: 36px;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wf-partners-grid img { width: 100%; max-width: 380px; height: 150px; padding: 0; border: 0; background: transparent; object-fit: contain; }

.wf-footer {
  border-top: 1px solid rgba(89, 200, 239, 0.3);
  background: linear-gradient(135deg, #07131f 0%, #0c2132 100%);
  color: var(--wf-text);
  font-family: "Montserrat", Arial, sans-serif;
}
.wf-footer__inner { display: grid; min-height: 220px; align-items: start; gap: 36px 56px; padding-top: 50px; padding-bottom: 28px; grid-template-columns: minmax(280px, 1fr) auto; }
.wf-footer__brand img { display: block; width: 150px; height: auto; }
.wf-footer__brand p { max-width: 310px; margin-top: 18px; }
.wf-footer strong { display: block; margin-bottom: 12px; color: var(--wf-text); font-size: 16px; text-transform: uppercase; }
.wf-footer span { display: block; margin-top: 6px; }
.wf-footer span,
.wf-footer p { color: var(--wf-muted); font-size: 10px; letter-spacing: 0.08em; line-height: 1.6; text-transform: uppercase; }
.wf-footer nav { display: grid; gap: 10px; }
.wf-footer a { color: var(--wf-text); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.wf-footer a:hover { color: var(--wf-water); }
.wf-footer__bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--wf-line); grid-column: 1 / -1; }
.wf-footer__bottom a { color: var(--wf-muted); }

.wf-legal-page { min-height: 70vh; }
.wf-legal-hero { padding: 112px 0 80px; border-bottom: 1px solid var(--wf-line); background: var(--wf-bg-deep); }
.wf-legal-hero h1 { max-width: 980px; margin-top: 20px; font-size: clamp(48px, 7vw, 92px); }
.wf-legal-hero > .wf-shell > p:not(.wf-kicker) { max-width: 760px; margin-top: 28px; color: var(--wf-muted); font-size: 18px; }
.wf-legal-hero .wf-button { margin-top: 32px; }
.wf-legal-section { padding: 76px 0; border-bottom: 1px solid var(--wf-line); }
.wf-legal-section--soft { background: var(--wf-surface-2); }
.wf-legal-facts { display: grid; gap: 1px; background: var(--wf-line); grid-template-columns: repeat(3, 1fr); }
.wf-legal-facts > div { min-height: 150px; padding: 28px; background: var(--wf-surface); }
.wf-legal-facts span { display: block; color: var(--wf-water); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.wf-legal-facts strong { display: block; margin-top: 18px; font-size: 15px; line-height: 1.45; }
.wf-legal-table-wrap { overflow-x: auto; border: 1px solid var(--wf-line); }
.wf-legal-table { width: 100%; min-width: 840px; border-collapse: collapse; background: var(--wf-surface); }
.wf-legal-table th,
.wf-legal-table td { padding: 18px; border-bottom: 1px solid var(--wf-line); text-align: left; vertical-align: top; }
.wf-legal-table th { color: var(--wf-water); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.wf-legal-table td { color: var(--wf-muted); font-size: 12px; }
.wf-legal-table td:first-child { color: var(--wf-water); font-weight: 800; }
.wf-rules-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.wf-rule-card { padding: 28px; border-left: 2px solid var(--wf-water); background: rgba(4, 13, 22, 0.5); }
.wf-rule-card h3 { font-size: 19px; letter-spacing: -0.02em; }
.wf-rule-card h4 { margin: 24px 0 8px; color: var(--wf-water); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }
.wf-rule-card p,
.wf-rule-card li { color: var(--wf-muted); font-size: 12px; }
.wf-rule-card ul { padding-left: 18px; margin: 0; }
.wf-legal-cards { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.wf-legal-cards article { padding: 26px; background: var(--wf-surface); }
.wf-legal-cards strong { color: var(--wf-orange); font-size: 12px; text-transform: uppercase; }
.wf-legal-cards p { margin-top: 14px; color: var(--wf-muted); font-size: 12px; }
.wf-legal-copy { max-width: 900px; }
.wf-legal-copy h2 { margin-top: 48px; font-size: 28px; }
.wf-legal-copy h2:first-child { margin-top: 0; }
.wf-legal-copy p,
.wf-legal-copy li { color: var(--wf-muted); }
.wf-legal-copy p { margin-top: 14px; }
.wf-legal-copy ul { padding-left: 20px; }
.wf-legal-copy a { color: var(--wf-water) !important; }
.wf-legal-note { padding: 18px; border-left: 2px solid var(--wf-orange); background: rgba(236, 109, 47, 0.08); }
.wf-legal-back { margin-top: 44px; }

@media (max-width: 1024px) {
  :root { --wf-shell: min(100% - 40px, 900px); }
  .wf-hero { padding-top: 56px; }
  .wf-hero__grid { min-height: auto; padding-bottom: 68px; gap: 42px; grid-template-columns: 1fr 0.85fr; }
  .wf-hero h1 { font-size: clamp(54px, 7.5vw, 74px); }
  .wf-hero__brand { padding-inline: 0; }
  .wf-section { padding: 86px 0; }
  .wf-product-grid { gap: 42px; grid-template-columns: 0.72fr 1.28fr; }
  .wf-section--location { min-height: 680px; }
  .wf-checkout { grid-template-columns: minmax(0, 1fr) 300px; }
  .wf-pack-grid--four { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  :root { --wf-shell: calc(100% - 32px); }

  .wf-page { font-size: 15px; }
  .wf-hero { padding-top: 36px; }
  .wf-hero__grid { display: flex; flex-direction: column; align-items: stretch; gap: 36px; padding-bottom: 42px; }
  .wf-hero__copy { padding-bottom: 0; }
  .wf-hero h1 { margin-top: 18px; font-size: clamp(50px, 15vw, 68px); }
  .wf-lead { margin-top: 22px !important; font-size: 16px; }
  .wf-hero__actions { align-items: flex-start; margin-top: 28px; gap: 20px; flex-direction: column; }
  .wf-hero__secondary { gap: 16px; }
  .wf-button { min-height: 50px; }
  .wf-hero__brand { order: -1; padding: 28px 6px 34px; }
  .wf-hero__brand img { width: 100%; max-width: 520px; }
  .wf-hero__brand p { margin-top: 8px; font-size: 9px; }

  .wf-event-line { width: 100%; grid-template-columns: 1fr; }
  .wf-event-line > div { min-height: 78px; padding: 16px; border-right: 0; border-bottom: 1px solid var(--wf-line); border-left: 0 !important; }
  .wf-event-line > div:last-child { border-bottom: 0; }

  .wf-schedule__grid { grid-template-columns: 1fr; }
  .wf-schedule__grid > div { min-height: 112px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--wf-line); border-left: 0 !important; }
  .wf-schedule__grid > div:last-child { border-bottom: 0; }

  .wf-section { padding: 68px 0; }
  .wf-section-heading { margin-bottom: 38px; }
  .wf-section-heading h2,
  .wf-product-copy h2,
  .wf-dinner-heading h2,
  .wf-location-copy h2 { font-size: clamp(34px, 10vw, 48px); }
  .wf-section-heading--split { display: block; }
  .wf-section-heading--split > p { margin-top: 22px; }

  .wf-pack-group__heading { display: block; }
  .wf-pack-group__heading p { margin-top: 7px; }
  .wf-pack-grid--three { grid-template-columns: 1fr; }
  .wf-pack-grid--four { grid-template-columns: 1fr; }
  .wf-page button.wf-pack { min-height: 156px !important; padding: 20px !important; column-gap: 10px; }
  .wf-pack strong { margin-top: 18px; font-size: 16px; }
  .wf-pack b { margin-top: 16px; font-size: 22px; }
  .wf-pack small { margin-top: 16px; }
  .wf-free-entry { display: block; }
  .wf-free-entry p { margin-top: 18px; }

  .wf-facts { grid-template-columns: repeat(2, 1fr); }
  .wf-facts > div { min-height: 120px; padding: 22px 18px; }
  .wf-facts strong { font-size: 26px; }

  .wf-circuit { width: calc(100% + 32px) !important; margin-left: -16px !important; border-right: 0; border-left: 0; }
  .wf-circuit__visual > img { min-height: 0; object-fit: cover; object-position: center; }
  .wf-circuit__route-lines { stroke-width: 2.75; }
  .wf-stations { grid-template-columns: 1fr; }
  .wf-stations li { min-height: 58px; }

  .wf-product-grid { display: block; }
  .wf-shirt-gallery { margin-top: 38px; gap: 8px; }
  .wf-shirt-gallery img { min-height: 0; aspect-ratio: 0.7; }
  .wf-shirt-gallery figcaption { padding: 10px 12px; }

  .wf-dinner-heading { grid-template-columns: 1fr 72px; gap: 16px; }
  .wf-dinner-heading img { width: 60px; height: 86px; }
  .wf-menu-grid { grid-template-columns: 1fr; }
  .wf-menu-grid article { min-height: 155px; }

  .wf-section--location { min-height: 680px; padding: 54px 0; }
  .wf-section--location::after { background: rgba(2, 8, 14, 0.24); }
  .wf-location-grid { display: flex; justify-content: flex-end; }
  .wf-location-copy { width: 100%; padding: 30px 22px; background: rgba(3, 12, 20, 0.88); }
  .wf-location-copy address { font-size: 18px; }
  .wf-location-actions { align-items: flex-start; flex-direction: column; }

  .wf-checkout { display: flex; flex-direction: column; }
  .wf-fields { grid-template-columns: 1fr; }
  .wf-field--wide { grid-column: auto; }
  .wf-summary { position: static; width: 100%; }
  .wf-fieldset { padding: 22px 16px; }

  .wf-main-partner { min-height: 122px; padding: 12px 14px; gap: 18px; grid-template-columns: 58px 1fr; }
  .wf-main-partner img { width: 48px; height: 76px; }
  .wf-main-partner strong { font-size: 20px; }
  .wf-partners-grid { grid-template-columns: 1fr; }
  .wf-partners-grid img { max-width: 300px; height: 104px; padding: 0; }
  .wf-footer__inner { display: flex; min-height: 0; flex-direction: column; align-items: stretch; padding: 42px 0 26px; }
  .wf-footer nav { gap: 12px; }
  .wf-footer__bottom { width: 100%; flex-direction: column; align-items: flex-start; gap: 8px; }
  .wf-legal-hero { padding: 72px 0 58px; }
  .wf-legal-hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .wf-legal-facts,
  .wf-rules-grid,
  .wf-legal-cards { grid-template-columns: 1fr; }
  .wf-legal-section { padding: 58px 0; }
}

@media (min-width: 768px) {
  #wf-competition-title { font-size: clamp(32px, 4vw, 68px); white-space: nowrap; }
}

.wf-sandbox-header { display:flex; align-items:center; gap:24px; padding:24px max(24px,calc((100vw - 1240px)/2)); font:700 15px/1.4 Arial,sans-serif; color:#f7f9fb; }
.wf-sandbox-header img { width:160px; height:auto; }
.wf-sandbox-banner { padding:22px max(24px,calc((100vw - 1240px)/2)); background:#fff0cc; color:#422c00; font:15px/1.6 Arial,sans-serif; }
.wf-sandbox-banner p { margin:8px 0 0; }
.wf-sandbox-banner a { color:#422c00; text-decoration:underline; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wf-button,
  .wf-pack { transition: none; }
  .wf-water-control,
  .wf-water-canvas { display: none !important; }
}
