@font-face {
  font-family: "Chrome Display";
  src: url("assets/fonts/barlow-condensed-latin-ext-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Chrome Text";
  src: url("assets/fonts/manrope-latin-ext-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Chrome Text";
  src: url("assets/fonts/manrope-latin-ext-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
}

.site-chrome-header,
.site-chrome-footer {
  --chrome-deep: #010a09;
  --chrome-panel: #071713;
  --chrome-panel-soft: #0d211b;
  --chrome-ink: #f5f2e9;
  --chrome-muted: rgba(245, 242, 233, 0.67);
  --chrome-line: rgba(255, 255, 255, 0.14);
  --chrome-gold: #e6a43d;
  --chrome-green: #83ad74;
  color: var(--chrome-ink);
  font-family: "Chrome Text", sans-serif;
}

.site-chrome-shell {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.site-chrome-header {
  position: fixed;
  z-index: 9500;
  inset: 0 0 auto;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(1, 10, 9, 0.96), rgba(1, 10, 9, 0.82));
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.site-chrome-header.is-scrolled,
.site-chrome-header.is-menu-open {
  border-color: var(--chrome-line);
  background: rgba(1, 10, 9, 0.97);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.site-chrome-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  min-height: 82px;
  align-items: center;
  gap: clamp(14px, 2.5vw, 34px);
}

.site-chrome-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--chrome-ink) !important;
  text-decoration: none;
}

.site-chrome-brand img {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.3);
}

.site-chrome-brand span {
  display: grid;
  line-height: 1;
}

.site-chrome-brand strong {
  font-family: "Chrome Display", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.01em;
  text-transform: none;
}

.site-chrome-brand em {
  margin-top: 3px;
  color: var(--chrome-gold);
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-chrome-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 38px);
}

.site-chrome-navigation a {
  position: relative;
  padding: 8px 0;
  color: var(--chrome-muted) !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-chrome-navigation a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--chrome-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-chrome-navigation a:hover,
.site-chrome-navigation a:focus-visible,
.site-chrome-navigation a[aria-current="page"] {
  color: var(--chrome-ink) !important;
  outline: none;
}

.site-chrome-navigation a:hover::after,
.site-chrome-navigation a:focus-visible::after,
.site-chrome-navigation a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-chrome-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--chrome-gold);
  border-radius: 999px;
  color: #102019 !important;
  background: var(--chrome-gold);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.site-chrome-cta:hover,
.site-chrome-cta:focus-visible {
  color: #102019 !important;
  background: #f0b34f;
  outline: none;
  transform: translateY(-2px);
}

.site-chrome-header-instagram,
.site-chrome-instagram-float {
  display: grid;
  place-items: center;
  border: 1px solid var(--chrome-line);
  border-radius: 50%;
  color: var(--chrome-ink) !important;
  background: rgba(1, 10, 9, 0.72);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.site-chrome-header-instagram {
  width: 44px;
  height: 44px;
}

.site-chrome-header-instagram svg,
.site-chrome-instagram-float svg,
.site-chrome-footer-instagram svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-chrome-header-instagram:hover,
.site-chrome-header-instagram:focus-visible,
.site-chrome-instagram-float:hover,
.site-chrome-instagram-float:focus-visible {
  border-color: var(--chrome-gold);
  color: var(--chrome-gold) !important;
  background: rgba(1, 10, 9, 0.94);
  outline: none;
  transform: translateY(-2px);
}

.site-chrome-instagram-float {
  --chrome-line: rgba(255, 255, 255, 0.14);
  --chrome-ink: #f5f2e9;
  --chrome-gold: #e6a43d;
  position: fixed;
  z-index: 8999;
  top: 92px;
  right: 18px;
  width: 40px;
  height: 40px;
  color: #f0aa2d !important;
  background: rgba(3, 20, 17, 0.9);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.site-chrome-instagram-float.is-below-ai {
  top: 142px;
}

.site-chrome-menu-toggle {
  display: none;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--chrome-line);
  border-radius: 999px;
  color: var(--chrome-ink);
  background: transparent;
  font: 800 0.68rem/1 "Chrome Text", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.site-chrome-menu-icon {
  position: relative;
  width: 18px;
  height: 12px;
}

.site-chrome-menu-icon::before,
.site-chrome-menu-icon::after {
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition:
    top 180ms ease,
    transform 180ms ease;
}

.site-chrome-menu-icon::before {
  top: 1px;
}

.site-chrome-menu-icon::after {
  top: 9px;
}

.site-chrome-menu-toggle[aria-expanded="true"] .site-chrome-menu-icon::before {
  top: 5px;
  transform: rotate(45deg);
}

.site-chrome-menu-toggle[aria-expanded="true"] .site-chrome-menu-icon::after {
  top: 5px;
  transform: rotate(-45deg);
}

.legal-page {
  padding-top: 82px;
}

.site-chrome-footer {
  position: relative;
  z-index: 2;
  padding: 82px 0 24px;
  border-top: 1px solid var(--chrome-line);
  background:
    radial-gradient(circle at 12% 0%, rgba(131, 173, 116, 0.1), transparent 30rem),
    var(--chrome-deep);
}

.site-chrome-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(150px, 0.55fr) minmax(240px, 0.75fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: start;
}

.site-chrome-footer-intro {
  max-width: 460px;
}

.site-chrome-footer-brand img {
  width: 58px;
  height: 58px;
}

.site-chrome-footer-intro > p {
  max-width: 430px;
  margin: 24px 0 0;
  color: var(--chrome-muted);
  font-size: 0.88rem;
  line-height: 1.75;
}

.site-chrome-footer-instagram {
  display: grid;
  width: min(100%, 370px);
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding: 15px 16px;
  border: 1px solid var(--chrome-line);
  border-radius: 12px;
  color: var(--chrome-ink) !important;
  background: rgba(255, 255, 255, 0.035);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.site-chrome-footer-instagram:hover,
.site-chrome-footer-instagram:focus-visible {
  border-color: var(--chrome-gold);
  background: rgba(230, 164, 61, 0.08);
  outline: none;
  transform: translateY(-2px);
}

.site-chrome-footer-instagram-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #102019;
  background: var(--chrome-gold);
}

.site-chrome-footer-instagram > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.site-chrome-footer-instagram small {
  color: var(--chrome-muted);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-chrome-footer-instagram strong {
  color: var(--chrome-ink);
  font-size: 0.8rem;
}

.site-chrome-footer-instagram > span:last-child {
  color: var(--chrome-gold);
  font-size: 1.15rem;
}

.site-chrome-footer-label {
  margin: 3px 0 20px;
  color: var(--chrome-gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-chrome-footer-nav {
  display: grid;
  gap: 12px;
}

.site-chrome-footer-nav a,
.site-chrome-footer address,
.site-chrome-footer-contact a {
  color: var(--chrome-muted) !important;
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.8;
  text-decoration: none;
}

.site-chrome-footer-nav a {
  width: fit-content;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.site-chrome-footer-nav a:hover,
.site-chrome-footer-nav a:focus-visible {
  color: var(--chrome-ink) !important;
  outline: none;
  transform: translateX(4px);
}

.site-chrome-footer address {
  margin: 0;
}

.site-chrome-footer-contact {
  display: grid;
  gap: 3px;
  margin-top: 13px;
}

.site-chrome-footer-contact a {
  width: fit-content;
  color: var(--chrome-ink) !important;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(230, 164, 61, 0.7);
  text-underline-offset: 5px;
}

.site-chrome-map-wrap {
  overflow: hidden;
  margin-top: 58px;
  border: 1px solid var(--chrome-line);
  border-radius: 18px;
  background: var(--chrome-panel);
}

.site-chrome-map {
  display: block;
  width: 100%;
  height: 340px;
  border: 0;
  border-radius: inherit;
  filter: grayscale(1) invert(0.9) hue-rotate(118deg) brightness(0.72) contrast(1.15);
}

.site-chrome-map.consent-map-placeholder {
  display: grid;
  filter: none;
}

.site-chrome-footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--chrome-line);
}

.site-chrome-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}

.site-chrome-footer-legal span,
.site-chrome-footer-legal a,
.site-chrome-footer-legal button {
  padding: 0;
  border: 0;
  color: var(--chrome-muted) !important;
  background: transparent;
  font: 700 0.68rem/1.5 "Chrome Text", sans-serif;
}

.site-chrome-footer-legal a,
.site-chrome-footer-legal button {
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.site-chrome-footer-legal a:hover,
.site-chrome-footer-legal button:hover,
.site-chrome-footer-legal a:focus-visible,
.site-chrome-footer-legal button:focus-visible {
  color: var(--chrome-ink) !important;
  outline: none;
}

.site-chrome-footer-credit {
  flex: 0 0 auto;
  margin: 0;
  color: rgba(245, 242, 233, 0.8);
  font-family: "Snell Roundhand", "Segoe Script", "Bradley Hand", "Brush Script MT", cursive;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: rotate(-2deg);
}

@media (max-width: 960px) {
  .site-chrome-shell {
    width: min(100% - 40px, 1240px);
  }

  .site-chrome-header-inner {
    grid-template-columns: auto 1fr auto auto;
    min-height: 74px;
    gap: 10px;
  }

  .site-chrome-menu-toggle {
    display: inline-flex;
    grid-column: auto;
  }

  .site-chrome-navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 14px 20px 24px;
    border-top: 1px solid var(--chrome-line);
    border-bottom: 1px solid var(--chrome-line);
    background: rgba(1, 10, 9, 0.98);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.28);
  }

  .site-chrome-navigation.is-open {
    display: grid;
  }

  .site-chrome-navigation a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-chrome-navigation a::after {
    display: none;
  }

  .site-chrome-cta {
    display: none;
  }

  .legal-page {
    padding-top: 74px;
  }
}

@media (max-width: 760px) {
  .site-chrome-shell {
    width: min(100% - 30px, 1240px);
  }

  .site-chrome-brand img {
    width: 42px;
    height: 42px;
  }

  .site-chrome-brand strong {
    font-size: 1.15rem;
  }

  .site-chrome-brand em {
    font-size: 0.46rem;
  }

  .site-chrome-header-instagram {
    width: 40px;
    height: 40px;
  }

  .site-chrome-instagram-float {
    top: 78px;
    right: 12px;
  }

  .site-chrome-instagram-float.is-below-ai {
    top: 126px;
  }

  .site-chrome-footer {
    padding-top: 60px;
  }

  .site-chrome-footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .site-chrome-footer-label {
    margin-bottom: 14px;
  }

  .site-chrome-map-wrap {
    width: 100%;
    margin-top: 44px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .site-chrome-map {
    height: 300px;
  }

  .site-chrome-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .site-chrome-footer-credit {
    align-self: flex-end;
  }
}

@media (max-width: 430px) {
  .site-chrome-menu-toggle {
    padding-inline: 11px;
  }

  .site-chrome-menu-toggle > span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    clip-path: inset(50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-chrome-header *,
  .site-chrome-footer * {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
  }
}

/* Context-sensitive shared header */
body.site-chrome-over-hero > header {
  background: transparent !important;
  background-color: transparent !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

body.site-chrome-over-hero > header.site-chrome-scrolled {
  background: rgba(12, 18, 14, 0.96) !important;
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  backdrop-filter: blur(14px) !important;
}

body.site-chrome-over-hero > header:not(.site-chrome-scrolled) a,
body.site-chrome-over-hero > header:not(.site-chrome-scrolled) button {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
}


/* FLOESSERGOLF_A11Y_V2 */
.site-skip-link { position: fixed; top: 10px; left: 10px; z-index: 100000; padding: 10px 16px; border-radius: 999px; background: #f5e8c8; color: #102017; font-weight: 800; text-decoration: none; transform: translateY(-180%); transition: transform 160ms ease; }
.site-skip-link:focus { transform: translateY(0); outline: 3px solid #d87932; outline-offset: 3px; }
.site-a11y-only { 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; }
main:focus { outline: 3px solid #d87932; outline-offset: 4px; }
