@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');

/* Variables */
:root {
  --fvpp-blue: #1268b3;
  --fvpp-blue-deep: #08497f;
  --fvpp-dark: #121c26;
  --fvpp-black: #080d12;
  --fvpp-white: #fff;
  --fvpp-gray: #66717d;
  --fvpp-light: #f2f5f7;
  --fvpp-line: #dce3e8;
  --font-title: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --container: 1280px;
  --section-space: clamp(4.5rem, 8vw, 8rem);
  --shadow: 0 18px 45px rgba(5, 20, 34, .12);
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
a { color: inherit; }

/* Base */
body { background: var(--fvpp-white); color: var(--fvpp-dark); font-family: var(--font-body); font-size: 1rem; line-height: 1.7; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-title); line-height: .98; text-transform: uppercase; }
h1 { font-size: clamp(3.5rem, 9vw, 8.5rem); }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.8rem, 5.5vw, 5.5rem); letter-spacing: -.02em; }
h3 { font-size: clamp(1.45rem, 2.4vw, 2rem); }
a:focus-visible, button:focus-visible { outline: 3px solid #ffcb45; outline-offset: 4px; }

/* Layout */
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.section-heading { display: grid; gap: 1.25rem; align-items: end; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-heading > p { max-width: 34rem; margin-bottom: .5rem; color: rgba(255,255,255,.72); }
.section-heading h2 { margin-bottom: 0; color: var(--fvpp-white); }
.section-heading--dark h2 { color: var(--fvpp-dark); }
.section-heading--dark > p { color: var(--fvpp-gray); }
.eyebrow { margin-bottom: .8rem; color: #9ecdf3; font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--blue { color: var(--fvpp-blue); }
.section-lead { max-width: 42rem; color: var(--fvpp-gray); font-size: clamp(1rem, 1.6vw, 1.2rem); }

/* Header */
.skip-link { position: fixed; z-index: 9999; top: .5rem; left: .5rem; padding: .7rem 1rem; transform: translateY(-150%); background: var(--fvpp-white); color: var(--fvpp-black); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: absolute; z-index: 1000; top: 0; width: 100%; color: var(--fvpp-white); transition: background-color .25s, box-shadow .25s; }
.site-header.is-scrolled { position: fixed; background: rgba(8, 13, 18, .97); box-shadow: 0 8px 30px rgba(0,0,0,.16); }
.header__inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; }
.site-brand { flex: 0 0 auto; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-height: 58px; }
.site-brand__fallback { display: flex; align-items: center; gap: .7rem; color: var(--fvpp-white); text-decoration: none; }
.site-brand__image { width: 60px; height: 60px; object-fit: contain; }
.site-brand__fallback strong { display: block; font-family: var(--font-title); font-size: 1.6rem; line-height: .8; letter-spacing: .05em; }
.site-brand__fallback small { font-size: .55rem; letter-spacing: .06em; text-transform: uppercase; }
.nav-toggle { display: grid; width: 46px; height: 46px; padding: 11px; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.35); background: transparent; color: inherit; cursor: pointer; }
.nav-toggle { position: relative; z-index: 2; flex: 0 0 46px; }
.nav-toggle span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded='true'] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded='true'] span:nth-of-type(3) { opacity: 0; }
.nav-toggle[aria-expanded='true'] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
.primary-nav { position: fixed; inset: 82px 0 auto; display: none; max-height: calc(100vh - 82px); padding: 1.25rem 1rem 2rem; overflow-y: auto; background: var(--fvpp-black); }
.primary-nav.is-open { display: block; }
.primary-nav ul { margin: 0; padding: 0; list-style: none; }
.primary-nav a { display: block; padding: .7rem 0; font-family: var(--font-title); font-size: 1.25rem; font-weight: 600; letter-spacing: .03em; text-decoration: none; text-transform: uppercase; }
.primary-nav .nav-cta { margin-top: 1rem; padding: .8rem 1rem; text-align: center; }
.primary-nav .sub-menu { padding-left: 1rem; border-left: 2px solid var(--fvpp-blue); }
.primary-nav .sub-menu a { color: rgba(255,255,255,.7); font-size: 1rem; }
body.menu-open { overflow: hidden; }

/* Hero */
.hero { --hero-image: none; position: relative; display: flex; min-height: max(650px, 94vh); align-items: center; overflow: hidden; background-image: linear-gradient(90deg, rgba(5,13,20,.94) 0%, rgba(5,13,20,.75) 48%, rgba(5,13,20,.45) 100%), var(--hero-image), linear-gradient(125deg, #122a3d, #080d12); background-position: center; background-size: cover; color: var(--fvpp-white); }
.hero::before { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), transparent 50%, rgba(0,0,0,.35)); content: ''; }
.hero__content { position: relative; z-index: 2; padding-top: 7rem; }
.hero h1 { max-width: 11ch; margin-bottom: 1.5rem; letter-spacing: -.025em; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.72); }
.hero__lead { max-width: 37rem; margin-bottom: 2rem; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero__emblem { position: absolute; right: clamp(-3rem, 3vw, 3rem); bottom: clamp(2rem, 8vh, 6rem); width: clamp(220px, 32vw, 500px); opacity: 1; filter: drop-shadow(0 24px 50px rgba(0,0,0,.4)); }
.hero__emblem img { width: 100%; height: auto; }
.hero__scroll { position: absolute; z-index: 2; right: max(1rem, calc((100vw - var(--container)) / 2)); bottom: 2rem; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; text-decoration: none; }

/* Stats */
.stats { position: relative; z-index: 3; background: var(--fvpp-blue); color: var(--fvpp-white); }
.stats__grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.stat { padding: 1.5rem 1rem; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); text-align: center; }
.stat strong { display: block; font-family: var(--font-title); font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 1; }
.stat span { font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

/* About */
.about { position: relative; }
.about::before { position: absolute; top: 0; left: 5%; width: 1px; height: 100%; background: var(--fvpp-line); content: ''; }
.about__grid { display: grid; gap: 3rem; }
.pillars article { display: flex; gap: 1.25rem; padding: 1.5rem 0; border-top: 1px solid var(--fvpp-line); }
.pillars article:last-child { border-bottom: 1px solid var(--fvpp-line); }
.pillars span { color: var(--fvpp-blue); font-family: var(--font-title); font-size: 1rem; font-weight: 700; }
.pillars h3 { margin-bottom: .35rem; }
.pillars p { margin: 0; color: var(--fvpp-gray); }

/* Competitions */
.competitions { background: var(--fvpp-dark); color: var(--fvpp-white); }
.competition-grid { display: grid; gap: 1.25rem; }
.competition-grid--two { max-width: 900px; }
.competition-card { overflow: hidden; background: #1a2834; }
.competition-card__visual { position: relative; display: grid; min-height: 210px; padding: 1.5rem; align-items: end; overflow: hidden; background: linear-gradient(145deg, rgba(18,104,179,.92), rgba(8,73,127,.45)), repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.12) 80px); }
.competition-card:nth-child(1) .competition-card__visual { background: linear-gradient(145deg, rgba(8,73,127,.78), rgba(8,13,18,.35)), url('../images/54752337417_e79afd0efb_c.jpg') center/cover; }
.competition-card:nth-child(2) .competition-card__visual { background: linear-gradient(145deg, rgba(8,73,127,.72), rgba(8,13,18,.3)), url('../images/54756935931_a3b4e63475_k.jpg') center/cover; }
.competition-card__visual::after { position: absolute; right: -35px; bottom: -35px; width: 150px; height: 150px; border: 22px solid rgba(255,255,255,.12); border-radius: 50%; content: ''; }
.competition-card__visual > span { font-family: var(--font-title); font-size: 4rem; font-weight: 800; opacity: .65; }
.competition-card__body { padding: 1.5rem; }
.tag { color: var(--fvpp-blue); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.competition-card h3 { margin: .5rem 0 1.5rem; }
.competition-card dl { display: flex; gap: 2rem; margin: 0 0 1.5rem; }
.competition-card dl div { display: grid; }
.competition-card dt { color: rgba(255,255,255,.5); font-size: .65rem; text-transform: uppercase; }
.competition-card dd { margin: 0; font-size: .85rem; }
.status { display: inline-flex; align-items: center; gap: .5rem; font-size: .75rem; }
.status::before { width: 7px; height: 7px; border-radius: 50%; background: #63c58e; content: ''; }
.quick-links { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; margin-top: 2.5rem; }
.quick-links a, .text-link { color: inherit; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link { display: inline-block; color: var(--fvpp-blue); }

/* Clubs */
.clubs { background: var(--fvpp-light); }
.club-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--fvpp-line); border: 1px solid var(--fvpp-line); }
.club-card { padding: clamp(1.25rem, 3vw, 2.25rem); background: var(--fvpp-white); transition: transform .2s, box-shadow .2s; }
.club-card__logo { display: grid; width: 100%; height: 110px; margin-bottom: 1.5rem; place-items: center; }
.club-card__logo img { width: 100%; height: 100%; object-fit: contain; }
.club-card h3 { margin-bottom: .25rem; }
.club-card p { color: var(--fvpp-gray); font-size: .8rem; }
.club-card a { color: var(--fvpp-blue); font-size: .68rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }

/* News */
.news-grid { display: grid; gap: 1.5rem; }
.news-card { border: 1px solid var(--fvpp-line); background: var(--fvpp-white); }
.news-card__image { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--fvpp-dark); }
.news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.image-placeholder { display: grid; height: 100%; place-items: center; background: linear-gradient(145deg, var(--fvpp-dark), var(--fvpp-blue-deep)); color: rgba(255,255,255,.3); font-family: var(--font-title); font-size: 4rem; font-weight: 800; }
.news-card__body { padding: 1.5rem; }
.news-card__meta { display: flex; justify-content: space-between; margin-bottom: 1rem; color: var(--fvpp-gray); font-size: .68rem; text-transform: uppercase; }
.news-card__meta span { color: var(--fvpp-blue); font-weight: 700; }
.news-card h3 { margin-bottom: .75rem; }
.news-card h3 a { text-decoration: none; }
.news-card p { color: var(--fvpp-gray); font-size: .9rem; }
.empty-state { padding: 2.5rem; border-left: 4px solid var(--fvpp-blue); background: var(--fvpp-light); }
.empty-state p { margin-bottom: 0; }

/* Documents */
.documents { background: var(--fvpp-light); }
.document-categories { display: flex; margin-bottom: 2rem; gap: .6rem; overflow-x: auto; padding-bottom: .5rem; }
.document-categories span { flex: 0 0 auto; padding: .55rem .9rem; border: 1px solid var(--fvpp-line); background: var(--fvpp-white); font-size: .72rem; font-weight: 600; }
.document-list { border-top: 1px solid var(--fvpp-line); }
.document-row { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--fvpp-line); }
.document-row__icon { display: grid; width: 48px; height: 58px; place-items: center; background: var(--fvpp-blue); color: white; font-size: .65rem; font-weight: 700; }
.document-row h3 { margin: .2rem 0; font-size: 1.2rem; }
.document-row p { margin: 0; color: var(--fvpp-gray); font-size: .72rem; }
.document-row .button { grid-column: 1 / -1; justify-self: start; }

/* Affiliation CTA */
.affiliation { position: relative; overflow: hidden; padding-block: clamp(5rem, 10vw, 9rem); background: var(--fvpp-blue); color: var(--fvpp-white); }
.affiliation__content { position: relative; z-index: 2; text-align: center; }
.affiliation h2 { max-width: 900px; margin-inline: auto; }
.affiliation p:not(.eyebrow) { max-width: 630px; margin: 0 auto 2rem; color: rgba(255,255,255,.82); }
.affiliation .button-group { justify-content: center; }
.affiliation__lines { position: absolute; inset: -20% -10%; transform: rotate(-8deg); border: 1px solid rgba(255,255,255,.15); }
.affiliation__lines::before, .affiliation__lines::after { position: absolute; content: ''; }
.affiliation__lines::before { inset: 50% 0 auto; border-top: 1px dashed rgba(255,255,255,.2); }
.affiliation__lines::after { inset: 0 50% 0 auto; border-right: 1px solid rgba(255,255,255,.15); }

/* Footer */
.site-footer { padding-top: 4.5rem; background: var(--fvpp-black); color: rgba(255,255,255,.7); }
.footer__grid { display: grid; gap: 2.5rem; }
.footer__brand p { max-width: 16rem; font-size: .85rem; }
.footer__logo { width: 112px; height: auto; margin-bottom: 1rem; }
.footer__affiliation { display: grid; max-width: 130px; margin-top: 1.5rem; gap: .45rem; }
.footer__affiliation span { color: rgba(255,255,255,.45); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer__affiliation img { width: 125px; height: 78px; object-fit: contain; object-position: left center; }
.site-footer h2 { margin-bottom: 1rem; color: var(--fvpp-white); font-family: var(--font-body); font-size: .7rem; letter-spacing: .12em; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: .35rem; }
.site-footer a { font-size: .8rem; text-decoration: none; }
.footer__bottom { display: flex; margin-top: 3.5rem; padding-block: 1.5rem; flex-wrap: wrap; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer__bottom p { margin: 0; }
.footer__bottom ul { display: flex; gap: 1rem; }

/* Utilities */
.button-group { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; min-height: 48px; padding: .8rem 1.25rem; align-items: center; justify-content: center; border: 1px solid var(--fvpp-blue); background: var(--fvpp-blue); color: var(--fvpp-white); font-size: .72rem; font-weight: 700; letter-spacing: .07em; line-height: 1.2; text-decoration: none; text-transform: uppercase; transition: background-color .2s, color .2s, transform .2s; }
.button--outline { border-color: rgba(255,255,255,.55); background: transparent; }
.button--white { border-color: var(--fvpp-white); background: var(--fvpp-white); color: var(--fvpp-blue-deep); }
.button--dark { border-color: var(--fvpp-dark); background: var(--fvpp-dark); }
.button--small { min-height: 40px; padding: .65rem 1rem; font-size: .65rem; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.site-main { padding-top: clamp(8rem, 14vw, 11rem); }
.content-layout { max-width: 880px; }
.archive-header, .entry-header { margin-bottom: 3rem; }
.archive-header h1, .entry-header h1 { margin-bottom: 1rem; font-size: clamp(3rem, 7vw, 6rem); }
.entry-featured { margin: 0 0 2.5rem; }
.entry-content { font-size: 1.05rem; }
.entry-content > * { max-width: 760px; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content a { color: var(--fvpp-blue); }
.entry-meta, .post-summary__meta { color: var(--fvpp-gray); font-size: .75rem; text-transform: uppercase; }
.post-list { border-top: 1px solid var(--fvpp-line); }
.post-summary { padding-block: 2rem; border-bottom: 1px solid var(--fvpp-line); }
.post-summary h2 { font-size: clamp(2rem, 4vw, 3rem); }
.post-summary h2 a { text-decoration: none; }
.error-404 { display: grid; min-height: 75vh; padding-top: 8rem; place-items: center; text-align: center; }
.error-404__number { margin: 0; color: var(--fvpp-blue); font-family: var(--font-title); font-size: clamp(7rem, 22vw, 15rem); font-weight: 800; line-height: .7; opacity: .15; }
.error-404 h1 { margin: 1rem 0; font-size: clamp(3rem, 8vw, 6rem); }

/* Institutional page */
.internal-hero { position: relative; min-height: 610px; padding: clamp(9rem, 16vw, 13rem) 0 5rem; overflow: hidden; background: linear-gradient(90deg, rgba(8,13,18,.97), rgba(8,30,47,.82)), url('../images/filiacao1.jpg') center/cover; color: var(--fvpp-white); }
.internal-hero__grid { position: relative; z-index: 2; display: grid; gap: 3rem; align-items: center; }
.internal-hero h1 { margin-bottom: 1.25rem; }
.internal-hero p:not(.eyebrow) { max-width: 43rem; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.internal-hero img { width: min(72vw, 350px); justify-self: center; filter: drop-shadow(0 22px 50px rgba(0,0,0,.4)); }
.internal-hero__lines { position: absolute; inset: 0; opacity: .13; background: linear-gradient(90deg, transparent 49.9%, #fff 50%, transparent 50.1%), linear-gradient(0deg, transparent 49.9%, #fff 50%, transparent 50.1%); background-size: 180px 180px; transform: skewX(-8deg) scale(1.1); }
.origin__grid { display: grid; gap: 3rem; }
.origin__heading h2 { max-width: 7ch; }
.origin__year { display: flex; max-width: 310px; margin-top: 2.5rem; padding-top: 1.5rem; align-items: center; gap: 1rem; border-top: 3px solid var(--fvpp-blue); }
.origin__year strong { color: var(--fvpp-blue); font-family: var(--font-title); font-size: 3.5rem; line-height: 1; }
.origin__year span { color: var(--fvpp-gray); font-size: .72rem; font-weight: 700; letter-spacing: .06em; line-height: 1.4; text-transform: uppercase; }
.origin__copy { max-width: 700px; }
.origin__copy p { color: var(--fvpp-gray); }
.origin__copy .origin__lead { color: var(--fvpp-dark); font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 500; line-height: 1.55; }
.institutional-statement { padding-block: clamp(4.5rem, 9vw, 8rem); background: var(--fvpp-blue); color: var(--fvpp-white); }
.institutional-statement blockquote { max-width: 1000px; margin: 0; font-family: var(--font-title); font-size: clamp(2.6rem, 6vw, 5.5rem); font-weight: 700; letter-spacing: -.02em; line-height: 1; text-transform: uppercase; }
.principles { background: var(--fvpp-light); }
.principles__grid { display: grid; gap: 1px; background: var(--fvpp-line); border: 1px solid var(--fvpp-line); }
.principles__grid article { min-height: 250px; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--fvpp-white); }
.principles__grid span { color: var(--fvpp-blue); font-family: var(--font-title); font-weight: 700; }
.principles__grid h3 { margin: 3.5rem 0 .75rem; }
.principles__grid p { margin: 0; color: var(--fvpp-gray); font-size: .9rem; }
.institutional-cta { padding-block: clamp(4.5rem, 8vw, 7rem); background: var(--fvpp-dark); color: var(--fvpp-white); }
.institutional-cta__grid { display: grid; gap: 2rem; align-items: center; }
.institutional-cta h2 { max-width: 8ch; margin-bottom: 0; }
.institutional-cta__grid > div:last-child > p { max-width: 560px; color: rgba(255,255,255,.7); }

/* Clubs directory page */
.directory-hero { position: relative; min-height: 570px; padding: clamp(10rem, 17vw, 14rem) 0 5rem; overflow: hidden; background: linear-gradient(115deg, rgba(8,13,18,.96), rgba(8,73,127,.78)), url('../images/54756935931_a3b4e63475_k.jpg') center 42%/cover; color: var(--fvpp-white); }
.directory-hero__content { position: relative; z-index: 2; }
.directory-hero h1 { max-width: 8ch; margin-bottom: 1.5rem; }
.directory-hero p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.directory-hero__number { position: absolute; right: -1vw; bottom: -12%; color: transparent; font-family: var(--font-title); font-size: clamp(20rem, 48vw, 42rem); font-weight: 800; line-height: .8; -webkit-text-stroke: 1px rgba(255,255,255,.12); }
.club-directory { background: var(--fvpp-light); }
.club-directory__intro { display: flex; margin-bottom: 3rem; padding-bottom: 1.5rem; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--fvpp-line); }
.club-directory__intro p { max-width: 560px; margin: 0; color: var(--fvpp-gray); }
.club-directory__intro strong { margin-right: .4rem; color: var(--fvpp-blue); font-family: var(--font-title); font-size: 2.5rem; line-height: 1; }
.club-directory__list { display: grid; gap: 1.25rem; }
.club-profile { position: relative; display: grid; gap: 1.5rem; padding: clamp(1.5rem, 4vw, 3rem); overflow: hidden; border-left: 4px solid transparent; background: var(--fvpp-white); box-shadow: 0 10px 30px rgba(13,30,43,.05); transition: border-color .2s, transform .2s; }
.club-profile__index { position: absolute; top: .5rem; right: 1.25rem; color: var(--fvpp-light); font-family: var(--font-title); font-size: 5rem; font-weight: 800; line-height: 1; }
.club-profile__identity { position: relative; z-index: 1; display: grid; grid-template-columns: 100px 1fr; gap: 1.25rem; align-items: center; }
.club-profile__identity img { width: 100px; height: 100px; object-fit: contain; }
.club-profile__identity span { color: var(--fvpp-blue); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.club-profile__identity h2 { margin: .2rem 0; font-size: clamp(2.4rem, 5vw, 4rem); }
.club-profile__identity p { max-width: 400px; margin: 0; color: var(--fvpp-gray); font-size: .82rem; line-height: 1.45; }
.club-profile__details { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; gap: 1rem; }
.club-profile__details div { padding-top: .7rem; border-top: 1px solid var(--fvpp-line); }
.club-profile__details dt { color: var(--fvpp-gray); font-size: .6rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.club-profile__details dd { margin: .2rem 0 0; font-size: .78rem; font-weight: 600; }
.club-profile__details a { color: var(--fvpp-blue); }
.club-profile__details .club-profile__socials { grid-column: 1 / -1; }
.club-profile__socials dd { display: flex; flex-wrap: wrap; gap: .55rem; }
.club-profile__socials a { display: inline-flex; min-height: 36px; padding: .45rem .7rem; align-items: center; border: 1px solid var(--fvpp-line); border-radius: 3px; text-decoration: none; }
.club-profile__socials a:hover { border-color: var(--fvpp-blue); background: var(--fvpp-light); }
.club-directory-cta { padding-block: clamp(4.5rem, 8vw, 7rem); background: var(--fvpp-blue); color: var(--fvpp-white); }
.club-directory-cta__grid { display: grid; gap: 2rem; align-items: center; }
.club-directory-cta h2 { max-width: 9ch; margin-bottom: 0; }
.club-directory-cta__grid > div:last-child > p { max-width: 560px; color: rgba(255,255,255,.8); }

/* Competitions page */
.events-hero { position: relative; min-height: 590px; padding: clamp(10rem, 17vw, 14rem) 0 5rem; overflow: hidden; background: linear-gradient(90deg, rgba(8,13,18,.97), rgba(8,73,127,.7)), url('../images/54757499278_8223c4893f_c.jpg') center/cover; color: var(--fvpp-white); }
.events-hero__content { position: relative; z-index: 2; }
.events-hero h1 { margin-bottom: 1.25rem; }
.events-hero p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.75); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.events-hero__nav { display: flex; margin-top: 2.5rem; flex-wrap: wrap; gap: .65rem; }
.events-hero__nav a { padding: .65rem 1rem; border: 1px solid rgba(255,255,255,.35); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.events-hero__court { position: absolute; right: -8%; bottom: -35%; width: min(60vw, 720px); aspect-ratio: 1; transform: rotate(-12deg); border: 1px solid rgba(255,255,255,.13); }
.events-hero__court::before, .events-hero__court::after { position: absolute; content: ''; }
.events-hero__court::before { inset: 50% 0 auto; border-top: 1px dashed rgba(255,255,255,.16); }
.events-hero__court::after { inset: 0 50% 0 auto; border-right: 1px solid rgba(255,255,255,.13); }
.events-calendar { background: var(--fvpp-light); }
.event-feature { display: grid; margin-bottom: 1.25rem; overflow: hidden; background: var(--fvpp-white); box-shadow: var(--shadow); }
.event-feature__date { display: grid; min-height: 190px; padding: 2rem; align-content: center; background: var(--fvpp-blue); color: var(--fvpp-white); }
.event-feature__date strong { font-family: var(--font-title); font-size: clamp(3.4rem, 8vw, 6rem); line-height: .8; }
.event-feature__date span { margin-top: .8rem; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.event-feature__body { padding: clamp(1.5rem, 4vw, 3rem); }
.event-feature__body h3 { margin: .5rem 0 1rem; font-size: clamp(2rem, 4vw, 3.4rem); }
.event-feature__body > p { max-width: 720px; color: var(--fvpp-gray); }
.event-feature__meta { display: flex; margin: 1.5rem 0; flex-wrap: wrap; gap: 1.5rem 3rem; }
.event-feature__meta span { display: grid; font-size: .85rem; font-weight: 600; }
.event-feature__meta small { color: var(--fvpp-gray); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.event-feature--regional .event-feature__date { background: var(--fvpp-dark); }
.standings-section { background: var(--fvpp-white); }
.standings-wrap { overflow-x: auto; border: 1px solid var(--fvpp-line); }
.standings { width: 100%; min-width: 720px; border-collapse: collapse; }
.standings th { padding: .85rem 1rem; background: var(--fvpp-dark); color: rgba(255,255,255,.7); font-size: .62rem; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.standings th:nth-child(2) { text-align: left; }
.standings td { padding: 1rem; border-bottom: 1px solid var(--fvpp-line); text-align: center; }
.standings td:first-child { color: var(--fvpp-blue); font-family: var(--font-title); font-size: 1.4rem; }
.standings td:nth-child(2) { display: grid; text-align: left; }
.standings tbody tr:first-child { background: #eef7ff; }
.standings tbody tr:last-child td { border-bottom: 0; }
.team-code { font-family: var(--font-title); font-size: 1.25rem; font-weight: 700; }
.team-name { color: var(--fvpp-gray); font-size: .68rem; }
.match-center { background: var(--fvpp-dark); color: var(--fvpp-white); }
.match-grid { display: grid; gap: .8rem; }
.match-card { padding: 1.25rem; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.match-card__number, .match-card__status { display: block; color: rgba(255,255,255,.48); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.match-card__score { display: grid; grid-template-columns: 1fr auto auto auto 1fr; margin: 1rem 0; align-items: center; gap: .55rem; text-align: center; }
.match-card__score strong { font-family: var(--font-title); font-size: 1.45rem; }
.match-card__score b { display: grid; width: 34px; height: 38px; place-items: center; background: var(--fvpp-blue); font-family: var(--font-title); font-size: 1.5rem; }
.match-card__score i { color: rgba(255,255,255,.4); font-style: normal; }
.match-card__status { color: #7bd6a5; }
.upcoming { display: grid; margin-top: 3rem; background: var(--fvpp-white); color: var(--fvpp-dark); }
.upcoming__heading { padding: 2rem; background: var(--fvpp-light); }
.upcoming__heading h3 { margin-bottom: .35rem; font-size: 2.3rem; }
.upcoming__heading > span { color: var(--fvpp-gray); font-size: .7rem; }
.upcoming__games { display: grid; }
.upcoming__games > div { display: flex; padding: 1rem 1.25rem; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--fvpp-line); }
.upcoming__games span { color: var(--fvpp-gray); font-size: .62rem; text-transform: uppercase; }
.upcoming__games strong { font-family: var(--font-title); font-size: 1.2rem; }
.upcoming__games i { padding-inline: .5rem; color: var(--fvpp-blue); font-style: normal; }
.match-center__source { margin: 1.5rem 0 0; color: rgba(255,255,255,.5); font-size: .68rem; }
.match-center__source a { color: var(--fvpp-white); }

/* Refereeing page */
.refereeing-hero { position: relative; min-height: 590px; padding: clamp(10rem, 17vw, 14rem) 0 5rem; overflow: hidden; background: linear-gradient(115deg, rgba(8,13,18,.96), rgba(8,73,127,.76)), url('../images/arbitors.jpg') center/cover; color: var(--fvpp-white); }
.refereeing-hero__content { position: relative; z-index: 2; }
.refereeing-hero h1 { margin-bottom: 1.25rem; }
.refereeing-hero p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.refereeing-hero__net { position: absolute; right: -5%; bottom: -10%; width: min(55vw, 680px); aspect-ratio: 1.3; opacity: .16; background: repeating-linear-gradient(0deg, transparent 0 30px, #fff 31px 32px), repeating-linear-gradient(90deg, transparent 0 45px, #fff 46px 47px); transform: perspective(500px) rotateY(-12deg) rotate(-5deg); }
.refereeing-intro__grid { display: grid; gap: 3rem; }
.refereeing-intro__copy { max-width: 700px; }
.refereeing-intro__copy p { color: var(--fvpp-gray); }
.refereeing-intro__copy .refereeing-intro__lead { color: var(--fvpp-dark); font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 500; line-height: 1.55; }
.refereeing-pillars { padding-block: clamp(3rem, 6vw, 5rem); background: var(--fvpp-dark); color: var(--fvpp-white); }
.refereeing-pillars__grid { display: grid; gap: 1px; background: rgba(255,255,255,.12); }
.refereeing-pillars article { min-height: 230px; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--fvpp-dark); }
.refereeing-pillars span { color: #76b8eb; font-family: var(--font-title); font-weight: 700; }
.refereeing-pillars h3 { margin: 3rem 0 .75rem; }
.refereeing-pillars p { margin: 0; color: rgba(255,255,255,.62); font-size: .88rem; }
.refereeing-roster { background: var(--fvpp-light); }
.refereeing-roster__empty { display: flex; min-height: 230px; padding: clamp(1.5rem, 4vw, 3rem); align-items: center; gap: 1.5rem; border: 1px solid var(--fvpp-line); border-left: 5px solid var(--fvpp-blue); background: var(--fvpp-white); }
.refereeing-roster__empty h3 { margin-bottom: .5rem; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.refereeing-roster__empty p { margin: 0; color: var(--fvpp-gray); }
.refereeing-roster__icon { position: relative; flex: 0 0 76px; height: 76px; border: 2px solid var(--fvpp-blue); border-radius: 50%; }
.refereeing-roster__icon span:first-child { position: absolute; top: 15px; left: 27px; width: 18px; height: 18px; border-radius: 50%; background: var(--fvpp-blue); }
.refereeing-roster__icon span:last-child { position: absolute; right: 16px; bottom: 14px; left: 16px; height: 26px; border-radius: 28px 28px 10px 10px; background: var(--fvpp-blue); }
.refereeing-directory { display: grid; gap: clamp(2rem, 5vw, 4rem); }
.refereeing-directory__group { overflow: hidden; border: 1px solid var(--fvpp-line); background: var(--fvpp-white); }
.refereeing-directory__title { display: flex; min-height: 110px; padding: 1.5rem clamp(1.25rem, 4vw, 3rem); align-items: center; gap: 1rem; background: var(--fvpp-dark); color: var(--fvpp-white); }
.refereeing-directory__title span { color: #76b8eb; font-family: var(--font-title); font-weight: 700; }
.refereeing-directory__title h3 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); }
.refereeing-category { padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 4vw, 3rem); }
.refereeing-category + .refereeing-category { border-top: 1px solid var(--fvpp-line); }
.refereeing-category h4 { margin-bottom: 1rem; color: var(--fvpp-blue); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.refereeing-list { margin: 0; padding: 0; list-style: none; }
.refereeing-list li { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(110px, .7fr) minmax(110px, .7fr); padding: .9rem 0; align-items: center; gap: 1rem; border-top: 1px solid var(--fvpp-line); }
.refereeing-list strong { color: var(--fvpp-dark); font-size: .9rem; text-transform: uppercase; }
.refereeing-list span { color: var(--fvpp-gray); font-size: .76rem; font-weight: 600; text-transform: uppercase; }
.refereeing-list em { justify-self: start; padding: .35rem .55rem; border: 1px solid #b9d7ec; color: var(--fvpp-blue); font-size: .64rem; font-style: normal; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.refereeing-cta { padding-block: clamp(4.5rem, 8vw, 7rem); background: var(--fvpp-blue); color: var(--fvpp-white); }
.refereeing-cta__grid { display: grid; gap: 2rem; align-items: center; }
.refereeing-cta h2 { max-width: 9ch; margin-bottom: 0; }
.refereeing-cta__grid > div:last-child > p { max-width: 560px; color: rgba(255,255,255,.8); }

/* Official documents page */
.official-documents-hero { position: relative; min-height: 560px; padding: clamp(10rem, 17vw, 14rem) 0 5rem; overflow: hidden; background: linear-gradient(90deg, rgba(8,13,18,.92) 0%, rgba(8,20,33,.68) 48%, rgba(8,30,47,.08) 100%), url('../images/documentos-hero.jpg') center/cover; color: var(--fvpp-white); }
.official-documents-hero__content { position: relative; z-index: 2; }
.official-documents-hero h1 { margin-bottom: 1.25rem; }
.official-documents-hero p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.75); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.official-documents-hero__sheets { display: none; }
.official-documents-hero__sheets span { position: absolute; right: 0; bottom: 0; width: 72%; height: 86%; border: 2px solid #fff; transform: rotate(8deg); }
.official-documents-hero__sheets span:nth-child(2) { right: 12%; bottom: 4%; transform: rotate(-2deg); }
.official-documents-hero__sheets span:nth-child(3) { right: 22%; bottom: 8%; transform: rotate(-12deg); }
.documents-subnav { position: sticky; z-index: 20; top: 74px; background: var(--fvpp-blue); color: var(--fvpp-white); }
.documents-subnav__inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.documents-subnav a { display: flex; min-height: 76px; padding: 1rem; align-items: center; justify-content: center; gap: .75rem; border-right: 1px solid rgba(255,255,255,.2); font-family: var(--font-title); font-size: clamp(1rem, 2.5vw, 1.35rem); font-weight: 700; text-decoration: none; text-transform: uppercase; }
.documents-subnav a:last-child { border-right: 0; }
.documents-subnav a span { color: rgba(255,255,255,.55); font-size: .7rem; }
.document-category { scroll-margin-top: 150px; }
.document-category__grid { display: grid; gap: 3rem; align-items: center; }
.document-category header > p:last-child { max-width: 500px; color: var(--fvpp-gray); }
.document-library-empty { display: flex; min-height: 200px; padding: clamp(1.5rem, 4vw, 3rem); align-items: center; gap: 1.5rem; border: 1px solid var(--fvpp-line); border-left: 5px solid var(--fvpp-blue); background: var(--fvpp-light); }
.document-library-empty__icon { display: grid; flex: 0 0 62px; height: 76px; place-items: center; background: var(--fvpp-blue); color: var(--fvpp-white); font-size: .68rem; font-weight: 800; }
.document-library-empty h3 { margin-bottom: .45rem; }
.document-library-empty p { margin: 0; color: var(--fvpp-gray); font-size: .86rem; }
.document-category--dark { background: var(--fvpp-dark); color: var(--fvpp-white); }
.document-category--dark header > p:last-child { color: rgba(255,255,255,.62); }
.document-library-empty--dark { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.document-library-empty--dark p { color: rgba(255,255,255,.58); }
.official-notes-list { display: grid; gap: .8rem; }
.official-notes-year { border: 1px solid var(--fvpp-line); background: var(--fvpp-white); }
.official-notes-year summary { display: grid; grid-template-columns: 1fr auto auto; min-height: 76px; padding: 1rem 1.25rem; align-items: center; gap: 1rem; cursor: pointer; list-style: none; }
.official-notes-year summary::-webkit-details-marker { display: none; }
.official-notes-year summary > span { font-family: var(--font-title); font-size: 2rem; font-weight: 800; line-height: 1; }
.official-notes-year summary > small { color: var(--fvpp-gray); font-size: .65rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.official-notes-year summary > i { position: relative; width: 26px; height: 26px; border: 1px solid var(--fvpp-line); border-radius: 50%; }
.official-notes-year summary > i::before, .official-notes-year summary > i::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; transform: translate(-50%, -50%); background: var(--fvpp-blue); content: ''; }
.official-notes-year summary > i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s; }
.official-notes-year[open] summary { background: var(--fvpp-light); }
.official-notes-year[open] summary > i::after { transform: translate(-50%, -50%) rotate(0); }
.official-notes-year__content { padding-inline: 1.25rem; border-top: 1px solid var(--fvpp-line); }
.official-note { display: grid; grid-template-columns: auto 1fr; padding: 1.1rem 0; align-items: center; gap: 1rem; border-bottom: 1px solid var(--fvpp-line); }
.official-note__icon { display: grid; width: 45px; height: 56px; place-items: center; background: var(--fvpp-blue); color: var(--fvpp-white); font-size: .58rem; font-weight: 800; }
.official-note div > span { color: var(--fvpp-gray); font-size: .62rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.official-note h3 { margin: .15rem 0 0; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.official-note .button { grid-column: 1 / -1; justify-self: start; }
.team-documents-list { padding-inline: 1.25rem; border: 1px solid var(--fvpp-line); background: var(--fvpp-white); }
.team-documents-list .official-note { color: var(--fvpp-dark); }
.team-documents-list .official-note:last-child { border-bottom: 0; }
.official-note__icon--xlsx { background: #187447; }

/* Contact page */
.contact-hero { position: relative; min-height: 540px; padding: clamp(10rem, 17vw, 14rem) 0 5rem; overflow: hidden; background: linear-gradient(90deg, rgba(8,13,18,.97), rgba(8,73,127,.72)), url('../images/54753409884_929a3b3467_c.jpg') center/cover; color: var(--fvpp-white); }
.contact-hero__content { position: relative; z-index: 2; }
.contact-hero h1 { margin-bottom: 1.25rem; }
.contact-hero p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.contact-hero__circle { position: absolute; right: -8%; bottom: -45%; width: min(60vw, 680px); aspect-ratio: 1; border: 70px solid rgba(255,255,255,.07); border-radius: 50%; }
.contact-section { background: var(--fvpp-light); }
.contact-section__grid { display: grid; gap: 3rem; }
.contact-section__intro > p { max-width: 480px; color: var(--fvpp-gray); }
.contact-email { display: grid; margin-top: 2rem; padding-top: 1.25rem; gap: .2rem; border-top: 2px solid var(--fvpp-blue); }
.contact-email span { color: var(--fvpp-gray); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-email a { color: var(--fvpp-blue); font-size: clamp(.86rem, 1.8vw, 1rem); font-weight: 700; overflow-wrap: anywhere; }
.contact-form-wrap { padding: clamp(1.5rem, 4vw, 3rem); background: var(--fvpp-white); box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 1.25rem; }
.contact-form__field { display: grid; gap: .4rem; }
.contact-form label { font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.contact-form label span { color: var(--fvpp-blue); }
.contact-form input, .contact-form textarea { width: 100%; padding: .85rem 1rem; border: 1px solid #bfcbd4; border-radius: 0; background: var(--fvpp-white); color: var(--fvpp-dark); transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--fvpp-blue); outline: 0; box-shadow: 0 0 0 3px rgba(18,104,179,.16); }
.contact-form small { color: var(--fvpp-gray); font-size: .68rem; }
.contact-form .button { justify-self: start; border-radius: 0; cursor: pointer; }
.contact-form__required { margin: 0; color: var(--fvpp-gray); font-size: .65rem; }
.contact-form__website { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-notice { margin-bottom: 1.5rem; padding: 1rem; border-left: 4px solid; font-size: .86rem; }
.form-notice--success { border-color: #16834d; background: #eaf8f0; color: #0d6338; }
.form-notice--error { border-color: #bc3340; background: #fff0f1; color: #86222c; }

/* Affiliation page */
.affiliation-hero { position: relative; min-height: 570px; padding: clamp(10rem, 17vw, 14rem) 0 5rem; overflow: hidden; background: linear-gradient(90deg, rgba(8,13,18,.97), rgba(8,73,127,.7)), url('../images/filiacao1.jpg') center/cover; color: var(--fvpp-white); }
.affiliation-hero__content { position: relative; z-index: 2; }
.affiliation-hero h1 { margin-bottom: 1.25rem; }
.affiliation-hero p:not(.eyebrow) { max-width: 670px; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.affiliation-hero__court { position: absolute; right: -7%; bottom: -35%; width: min(58vw, 680px); aspect-ratio: 1; transform: rotate(-8deg); border: 1px solid rgba(255,255,255,.13); }
.affiliation-hero__court::before, .affiliation-hero__court::after { position: absolute; content: ''; }
.affiliation-hero__court::before { inset: 50% 0 auto; border-top: 1px dashed rgba(255,255,255,.18); }
.affiliation-hero__court::after { inset: 0 50% 0 auto; border-right: 1px solid rgba(255,255,255,.13); }
.affiliation-importance__grid { display: grid; gap: 3rem; }
.affiliation-importance__copy { max-width: 700px; }
.affiliation-importance__copy p { color: var(--fvpp-gray); }
.affiliation-importance__copy .affiliation-importance__lead { color: var(--fvpp-dark); font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 500; line-height: 1.55; }
.affiliation-benefits { padding-block: clamp(3rem, 6vw, 5rem); background: var(--fvpp-blue); color: var(--fvpp-white); }
.affiliation-benefits__grid { display: grid; gap: 1px; background: rgba(255,255,255,.2); }
.affiliation-benefits article { min-height: 230px; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--fvpp-blue); }
.affiliation-benefits article > span { color: rgba(255,255,255,.55); font-family: var(--font-title); font-weight: 700; }
.affiliation-benefits h3 { margin: 3rem 0 .75rem; }
.affiliation-benefits p { margin: 0; color: rgba(255,255,255,.74); font-size: .88rem; }
.affiliation-form-section { background: var(--fvpp-light); }
.affiliation-form-section__grid { display: grid; gap: 3rem; align-items: start; }
.affiliation-form-section__grid > div:first-child > p { max-width: 500px; color: var(--fvpp-gray); }

/* Responsive */
@media (min-width: 700px) {
  .container { width: min(calc(100% - 3rem), var(--container)); }
  .section-heading { grid-template-columns: minmax(0, 1.4fr) minmax(250px, .6fr); }
  .stats__grid { grid-template-columns: repeat(4, 1fr); }
  .stat { padding-block: 2.25rem; border-bottom: 0; }
  .competition-grid, .news-grid { grid-template-columns: repeat(3, 1fr); }
  .competition-grid--two { grid-template-columns: repeat(2, 1fr); }
  .club-grid { grid-template-columns: repeat(3, 1fr); }
  .document-row { grid-template-columns: auto 1fr auto; gap: 1.5rem; }
  .document-row .button { grid-column: auto; justify-self: end; }
  .official-note { grid-template-columns: auto 1fr auto; }
  .official-note .button { grid-column: auto; justify-self: end; }
  .footer__grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .hero__emblem { right: -4rem; bottom: 5rem; width: 250px; opacity: .55; }
  .about::before { display: none; content: none; }
}

@media (max-width: 479px) {
  .container { width: calc(100% - 1.5rem); }
  h2 { font-size: clamp(2.45rem, 13vw, 3.5rem); }
  h1, h2, h3, .eyebrow, p, a, span { overflow-wrap: break-word; }
  .header__inner { min-height: 76px; }
  .site-brand__image { width: 50px; height: 50px; }
  .site-brand__fallback { gap: .55rem; }
  .site-brand__fallback strong { font-size: 1.35rem; }
  .site-brand__fallback small { font-size: .48rem; }
  .primary-nav { inset-block-start: 76px; padding: 1rem .75rem 1.5rem; }
  .primary-nav a { padding: .6rem 0; }
  .primary-nav .sub-menu { margin-block: .25rem .5rem; }
  .hero { min-height: 720px; }
  .hero__content { padding-top: 6rem; }
  .hero h1 { font-size: clamp(3.1rem, 14.2vw, 4rem); }
  .hero__lead { max-width: 100%; font-size: 1rem; }
  .hero__emblem { display: none; }
  .hero__scroll { display: none; }
  .button-group { display: grid; width: 100%; grid-template-columns: 1fr; }
  .button-group .button { width: 100%; }
  .stat { padding-inline: .5rem; }
  .stat span { font-size: .6rem; }
  .club-grid { grid-template-columns: 1fr; }
  .club-card { text-align: center; }
  .club-card__logo { max-width: 180px; margin-inline: auto; }
  .internal-hero, .directory-hero, .events-hero, .refereeing-hero, .official-documents-hero, .affiliation-hero, .contact-hero { min-height: 540px; padding-top: 8.5rem; }
  .internal-hero h1, .directory-hero h1, .events-hero h1, .refereeing-hero h1, .official-documents-hero h1, .affiliation-hero h1, .contact-hero h1 { font-size: clamp(3.2rem, 16vw, 4.3rem); }
  .internal-hero img { width: min(58vw, 230px); }
  .internal-hero__grid { gap: 1.5rem; }
  .directory-hero__number, .events-hero__court, .refereeing-hero__net, .affiliation-hero__court, .contact-hero__circle { display: none; }
  .events-hero__nav { display: grid; grid-template-columns: repeat(2, 1fr); }
  .events-hero__nav a { text-align: center; }
  .events-hero__nav a:last-child { grid-column: 1 / -1; }
  .documents-subnav { top: 64px; }
  .documents-subnav__inner { width: 100%; }
  .documents-subnav a { min-height: 66px; padding: .65rem .4rem; gap: .4rem; font-size: .9rem; }
  .document-category { scroll-margin-top: 130px; }
  .official-notes-year summary { grid-template-columns: 1fr auto; padding-inline: 1rem; }
  .official-notes-year summary > small { grid-row: 2; }
  .official-notes-year summary > i { grid-row: 1 / 3; grid-column: 2; }
  .official-notes-year__content { padding-inline: .85rem; }
  .official-note { grid-template-columns: 40px 1fr; gap: .75rem; }
  .official-note__icon { width: 40px; height: 50px; }
  .club-profile__identity { grid-template-columns: 76px 1fr; }
  .club-profile__identity img { width: 76px; height: 76px; }
  .club-profile__details { grid-template-columns: 1fr; }
  .refereeing-roster__empty { align-items: flex-start; }
  .refereeing-roster__icon { flex-basis: 60px; height: 60px; }
  .refereeing-roster__icon span:first-child { top: 11px; left: 21px; width: 15px; height: 15px; }
  .refereeing-roster__icon span:last-child { right: 12px; bottom: 10px; left: 12px; height: 22px; }
  .refereeing-list li { grid-template-columns: 1fr auto; gap: .45rem .75rem; }
  .refereeing-list strong { grid-column: 1 / -1; }
  .refereeing-list em { justify-self: end; }
  .contact-form-wrap { padding: 1.25rem; }
  .contact-form .button { width: 100%; }
  .footer__bottom { display: block; }
  .footer__bottom nav { margin-top: 1rem; }
}

@media (min-width: 800px) {
  .internal-hero__grid { grid-template-columns: 1.35fr .65fr; }
  .origin__grid { grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 9rem); }
  .principles__grid { grid-template-columns: repeat(2, 1fr); }
  .institutional-cta__grid { grid-template-columns: 1fr 1fr; gap: 6rem; }
  .club-profile { grid-template-columns: minmax(300px, .9fr) minmax(360px, 1.1fr); align-items: center; }
  .club-profile__identity { grid-template-columns: 140px 1fr; }
  .club-profile__identity img { width: 140px; height: 120px; }
  .club-directory-cta__grid { grid-template-columns: 1fr 1fr; gap: 6rem; }
  .event-feature { grid-template-columns: minmax(210px, .3fr) minmax(0, 1fr); }
  .match-grid { grid-template-columns: repeat(2, 1fr); }
  .upcoming { grid-template-columns: .38fr .62fr; }
  .upcoming__games { grid-template-columns: repeat(2, 1fr); }
  .refereeing-intro__grid { grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 9vw, 9rem); }
  .refereeing-pillars__grid { grid-template-columns: repeat(3, 1fr); }
  .refereeing-cta__grid { grid-template-columns: 1fr 1fr; gap: 6rem; }
  .document-category__grid { grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 8rem); }
  .contact-section__grid { grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 8rem); align-items: start; }
  .affiliation-importance__grid { grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 9rem); }
  .affiliation-benefits__grid { grid-template-columns: repeat(3, 1fr); }
  .affiliation-form-section__grid { grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 8rem); }
}

@media (min-width: 1100px) {
  .principles__grid { grid-template-columns: repeat(4, 1fr); }
  .club-profile__details { grid-template-columns: 1.4fr .8fr 1.2fr 1fr; }
  .match-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (hover: hover) {
  .club-profile:hover { transform: translateX(5px); border-left-color: var(--fvpp-blue); }
}

@media (min-width: 950px) {
  .about__grid { grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: center; }
  .club-grid { grid-template-columns: repeat(6, 1fr); }
  .footer__grid { grid-template-columns: 1.6fr repeat(4, 1fr); }
}

@media (min-width: 1100px) {
  .header__inner { min-height: 92px; }
  .nav-toggle { display: none; }
  .primary-nav { position: static; display: flex; max-height: none; padding: 0; align-items: center; gap: 1.1rem; overflow: visible; background: transparent; }
  .primary-nav ul { display: flex; align-items: center; gap: clamp(.7rem, 1.25vw, 1.35rem); }
  .primary-nav a { position: relative; padding: .5rem 0; font-family: var(--font-body); font-size: clamp(.61rem, .7vw, .72rem); letter-spacing: .02em; }
  .primary-nav .menu a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--fvpp-blue); content: ''; transition: transform .2s; }
  .primary-nav .menu a:hover::after, .primary-nav .current-menu-item a::after { transform: scaleX(1); transform-origin: left; }
  .primary-nav .nav-cta { margin: 0 0 0 .3rem; padding: .7rem .85rem; }
  .primary-nav .menu-item-has-children { position: relative; }
  .primary-nav .sub-menu { position: absolute; top: calc(100% + .7rem); left: 50%; display: block; min-width: 190px; padding: .6rem; transform: translate(-50%, 8px); border: 1px solid rgba(255,255,255,.1); background: var(--fvpp-black); opacity: 0; visibility: hidden; box-shadow: var(--shadow); transition: opacity .2s, transform .2s, visibility .2s; }
  .primary-nav .sub-menu::before { position: absolute; right: 0; bottom: 100%; left: 0; height: .8rem; content: ''; }
  .primary-nav .sub-menu li { display: block; }
  .primary-nav .sub-menu a { padding: .65rem .75rem; color: rgba(255,255,255,.75); font-size: .68rem; white-space: nowrap; }
  .primary-nav .sub-menu a::after { display: none; }
  .primary-nav .menu-item-has-children:hover > .sub-menu, .primary-nav .menu-item-has-children:focus-within > .sub-menu { transform: translate(-50%, 0); opacity: 1; visibility: visible; }
  .site-header.is-scrolled .header__inner { min-height: 74px; }
  .site-header.is-scrolled .custom-logo { max-height: 48px; }
}

@media (hover: hover) {
  .button:hover { transform: translateY(-2px); background: var(--fvpp-blue-deep); }
  .button--outline:hover { background: var(--fvpp-white); color: var(--fvpp-dark); }
  .button--white:hover { background: var(--fvpp-dark); color: var(--fvpp-white); }
  .club-card:hover { position: relative; z-index: 1; transform: translateY(-5px); box-shadow: var(--shadow); }
  .news-card:hover img { transform: scale(1.04); }
  .site-footer a:hover, .quick-links a:hover { color: var(--fvpp-white); }
}

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