:root {
  --fv-ink: #f6f1e7;
  --fv-muted: #c8c4be;
  --fv-sand: #e7b96d;
  --fv-sand-light: #f7d79f;
  --fv-aqua: #73c6cc;
  --fv-deep: #06141a;
  --fv-panel: #0e2228;
  --fv-panel-soft: #132e35;
  --fv-line: rgba(231, 185, 109, .26);
  --fv-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

body.fv-page { background: var(--fv-deep); color: var(--fv-ink); }
.fv-page::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; background: radial-gradient(circle at 12% 10%, rgba(39, 134, 146, .22), transparent 27rem), radial-gradient(circle at 85% 30%, rgba(231, 185, 109, .11), transparent 26rem); }
.fv-page .navbar { background: transparent; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border-bottom: 0; }
.fv-page .menu-dropdown a.active, .fv-page .menu-dropdown a:hover { color: #ff6666; }
.fv-page .menu-dropdown a.active { border-bottom-color: #ff6666; }
.fv-page .menu-dropdown a.active::after, .fv-page .menu-dropdown a:hover::after { background: #ff6666; }
.fv-wrap { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.fv-hero { min-height: min(800px, 100vh); position: relative; display: grid; align-items: center; overflow: hidden; isolation: isolate; padding: 150px 0 76px; }
.fv-hero-media, .fv-hero-media::after { position: absolute; inset: 0; }
.fv-hero-media { z-index: -2; background: #041319; }
.fv-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 52%; opacity: .9; filter: saturate(.96) contrast(1.04); }
.fv-hero-media::after { content: ""; background: linear-gradient(90deg, rgba(3,14,19,.94) 0%, rgba(3,14,19,.72) 32%, rgba(3,14,19,.22) 64%, rgba(3,14,19,.08) 100%), linear-gradient(0deg, rgba(3,14,19,.82) 0%, rgba(3,14,19,.03) 62%); }
.fv-eyebrow { margin: 0 0 14px; color: var(--fv-sand-light); font-size: .78rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.fv-hero-content { width: min(500px, calc(100% - 48px)); max-width: 500px; margin-left: max(24px, calc((100vw - 1240px) / 2)); margin-right: auto; }
.fv-hero h1, .fv-title { margin: 0; font-weight: 700; letter-spacing: -.055em; line-height: .96; }
.fv-hero h1 { max-width: 500px; font-size: clamp(3.15rem, 4.75vw, 4.6rem); text-wrap: balance; }
.fv-lead { max-width: 490px; margin: 22px 0 0; font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.68; color: #f6f0e6; }
.fv-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 29px; }
.fv-button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 12px 21px; border: 1px solid var(--fv-sand); border-radius: 2px; color: #102127; background: var(--fv-sand); font-weight: 700; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease; }
.fv-button:hover, .fv-button:focus-visible { transform: translateY(-2px); background: var(--fv-sand-light); color: #06141a; }
.fv-button--ghost { background: rgba(6,20,26,.32); color: var(--fv-ink); border-color: rgba(255,255,255,.62); }
.fv-button--ghost:hover, .fv-button--ghost:focus-visible { background: rgba(255,255,255,.12); color: white; }
.fv-section { padding: clamp(72px, 10vw, 130px) 0; }
.fv-section--deep { background: linear-gradient(180deg, rgba(6,20,26,.4), rgba(9,32,38,.72)); }
.fv-section--sand { background: linear-gradient(135deg, #152f34, #0c2027); border-top: 1px solid var(--fv-line); border-bottom: 1px solid var(--fv-line); }
.fv-section-head { max-width: 770px; margin-bottom: 42px; }
.fv-title { font-size: clamp(2.25rem, 5vw, 4.5rem); }
.fv-copy { color: var(--fv-muted); font-size: 1.05rem; line-height: 1.78; }
.fv-section-head .fv-copy { margin: 18px 0 0; }
.fv-split { display: grid; grid-template-columns: minmax(0, .96fr) minmax(300px, 1.04fr); gap: clamp(28px, 6vw, 76px); align-items: center; }
.fv-split--reverse { grid-template-columns: minmax(300px, 1.04fr) minmax(0, .96fr); }
.fv-photo { position: relative; overflow: hidden; background: #071419; box-shadow: var(--fv-shadow); }
.fv-photo img { display: block; width: 100%; min-height: 390px; object-fit: cover; transition: transform .5s ease; }
.fv-photo:hover img { transform: scale(1.025); }
.fv-photo-link { display: block; color: inherit; text-decoration: none; }
.fv-photo-link:focus-visible { outline: 3px solid var(--fv-aqua); outline-offset: -3px; }
.fv-photo--caption-below .fv-caption { position: static; max-width: none; }
.fv-photo--action img { object-position: center 47%; }
.fv-photo--indoor img { object-position: center center; }
.fv-photo--portrait img { height: clamp(590px, 55vw, 720px); object-position: center 28%; }
.fv-caption { position: absolute; right: 0; bottom: 0; max-width: 82%; padding: 13px 17px; color: var(--fv-ink); background: rgba(5,17,21,.86); font-size: .83rem; }
.fv-quote { margin: 24px 0; padding: 0 0 0 22px; border-left: 3px solid var(--fv-sand); color: var(--fv-ink); font-size: clamp(1.42rem, 2.7vw, 2.25rem); font-weight: 500; line-height: 1.28; }
.fv-video { position: relative; overflow: hidden; border: 1px solid var(--fv-line); background: #000; box-shadow: var(--fv-shadow); }
.fv-video video { display: block; width: 100%; aspect-ratio: 16 / 9; }
.fv-video-play { position: absolute; z-index: 1; top: 50%; left: 50%; display: inline-flex; align-items: center; gap: 12px; min-height: 58px; padding: 13px 24px 13px 16px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; color: var(--fv-ink); background: rgba(6,20,26,.84); box-shadow: 0 12px 36px rgba(0,0,0,.5); font: inherit; font-size: .92rem; font-weight: 700; cursor: pointer; transform: translate(-50%, -50%); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.fv-video-play:hover { color: #06141a; background: var(--fv-sand-light); transform: translate(-50%, calc(-50% - 2px)); }
.fv-video-play:focus-visible { outline: 3px solid var(--fv-aqua); outline-offset: 4px; }
.fv-video-play-icon { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 50%; background: var(--fv-sand); }
.fv-video-play-icon::before { width: 0; height: 0; margin-left: 3px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 10px solid #06141a; content: ""; }
.fv-video.is-playing .fv-video-play { pointer-events: none; opacity: 0; transform: translate(-50%, -46%); }
.fv-video-status { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.fv-video-note { margin: 12px 0 0; color: var(--fv-muted); font-size: .9rem; }
.fv-video-note a { color: var(--fv-sand-light); }
.fv-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px; }
.fv-card { min-height: 100%; padding: clamp(28px, 4vw, 46px); border: 1px solid var(--fv-line); background: linear-gradient(145deg, rgba(23,52,58,.93), rgba(8,27,33,.95)); box-shadow: var(--fv-shadow); }
.fv-card--warm { background: linear-gradient(145deg, #634c2d, #20241f); }
.fv-card-mark { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 28px; border: 1px solid var(--fv-sand); border-radius: 50%; color: var(--fv-sand-light); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.fv-card h3 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.4rem); line-height: 1.1; letter-spacing: -.04em; }
.fv-card .fv-copy { margin: 16px 0 28px; }
.fv-card .fv-button { margin-top: auto; }
.fv-club-emblem { min-height: 560px; margin: 0; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--fv-line); background: radial-gradient(circle, rgba(231,185,109,.13) 0%, rgba(14,34,40,.9) 48%, rgba(6,20,26,.98) 76%); box-shadow: var(--fv-shadow); }
.fv-club-emblem img { display: block; width: min(88%, 500px); height: auto; border-radius: 50%; filter: drop-shadow(0 28px 42px rgba(0,0,0,.52)); }
.fv-joy { position: relative; padding: clamp(34px, 6vw, 68px); overflow: hidden; border: 1px solid var(--fv-line); background: #102a31; }
.fv-joy::before { content: ""; position: absolute; inset: 0; opacity: .12; background: linear-gradient(120deg, transparent 0 45%, #e7b96d 46% 47%, transparent 48% 100%); }
.fv-joy > * { position: relative; }
.fv-joy-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 34px; align-items: end; }
.fv-principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.fv-principles li { padding: 16px; border-left: 2px solid var(--fv-sand); background: rgba(0,0,0,.12); color: #e8e6df; }
.fv-principles strong { display: block; margin-bottom: 4px; color: var(--fv-sand-light); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.fv-gallery { display: grid; grid-template-columns: 1.02fr .98fr; gap: 20px; }
.fv-gallery .fv-photo:first-child { grid-row: span 2; }
.fv-gallery .fv-photo:first-child img { height: 100%; min-height: 620px; object-position: center; }
.fv-gallery .fv-photo:not(:first-child) img { min-height: 290px; }
.fv-closing { text-align: center; }
.fv-closing .fv-section-head { margin: 0 auto; }
.fv-closing .fv-actions { justify-content: center; }
.fv-page footer { margin-top: 0; background: #051216; }
@media (max-width: 830px) { .fv-wrap { width: min(100% - 34px, 680px); } .fv-page .navbar { background: rgba(0,0,0,.9); border-bottom: 1px solid rgba(255,255,255,.08); } .fv-hero { min-height: 0; display: block; padding: 92px 0 58px; background: linear-gradient(180deg, #07191f, #06141a); } .fv-hero-media { position: relative; inset: auto; width: 100%; height: clamp(290px, 76vw, 500px); z-index: auto; } .fv-hero-media img { object-position: 57% 52%; } .fv-hero-media::after { background: linear-gradient(0deg, rgba(6,20,26,.68), rgba(6,20,26,.03) 55%); } .fv-hero-content { max-width: 680px; margin: 38px auto 0; } .fv-hero h1 { max-width: 650px; font-size: clamp(2.8rem, 10vw, 4.65rem); } .fv-lead { max-width: 620px; } .fv-split, .fv-split--reverse, .fv-joy-grid { grid-template-columns: 1fr; } .fv-split--reverse .fv-photo { order: -1; } .fv-photo--portrait img { height: auto; min-height: 0; aspect-ratio: 4 / 5; object-position: center 25%; } .fv-card-grid { grid-template-columns: 1fr; } .fv-club-emblem { min-height: 390px; } .fv-club-emblem img { width: min(88%, 360px); } .fv-gallery { grid-template-columns: 1fr; } .fv-gallery .fv-photo:first-child { grid-row: auto; } .fv-gallery .fv-photo:first-child img, .fv-gallery .fv-photo:not(:first-child) img { min-height: 0; aspect-ratio: 4 / 3; } }
@media (max-width: 540px) { .fv-hero { padding-bottom: 52px; } .fv-hero-media { height: 300px; } .fv-hero h1 { font-size: clamp(2.55rem, 12.5vw, 3.55rem); } .fv-actions, .fv-actions .fv-button { width: 100%; } .fv-button { min-height: 52px; } .fv-video-play { min-height: 52px; padding: 10px 17px 10px 11px; font-size: .8rem; } .fv-video-play-icon { width: 28px; height: 28px; flex-basis: 28px; } .fv-principles { grid-template-columns: 1fr; } .fv-photo img { min-height: 310px; } .fv-photo--portrait img { min-height: 0; } }
@media (prefers-reduced-motion: reduce) { .fv-button, .fv-video-play, .fv-photo img { transition: none; } }
