@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Condensed:wght@600;700;800;900&display=swap');
:root{--ink:#2b2023;--muted:#51464a;--red:#c50927;--deep:#8d0920;--yellow:#f7d339;--paper:#fff7f7;--line:#eadde0}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:white;font-family:'Barlow',Arial,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #ae7f00;outline-offset:4px}.topline{background:var(--red);color:#fff;padding:5px 4%;display:flex;justify-content:space-between;font-size:12px;letter-spacing:.3px}.masthead{padding:15px 4%;display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:94px}.masthead-note{font-size:12px;letter-spacing:1.3px;line-height:1.7;color:var(--muted)}.masthead-note strong{color:var(--red)}.brand{text-align:center;font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:clamp(28px,3.3vw,49px);font-weight:bold;line-height:1.1;letter-spacing:-1.8px}.brandlight{color:var(--red)}.brand small{display:block;font-family:'Barlow',Arial,sans-serif;font-size:10px;letter-spacing:2.6px;font-weight:500;margin-top:10px}.brand small:before{content:'';display:inline-block;background:var(--yellow);width:25px;height:4px;vertical-align:middle;margin-right:10px}.signature{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:24px;color:var(--red);font-style:italic;line-height:1.15;border-bottom:4px solid var(--yellow);padding-bottom:7px;transform:rotate(-4deg)}.navrow{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 4%;gap:30px;min-height:51px}header nav{display:flex;align-items:stretch;justify-content:space-between;flex:1;gap:20px}header nav a{padding:14px 8px;font-size:14px;font-weight:700;position:relative}header nav a:hover,header nav a.active{color:var(--red)}header nav a.active:after{content:'';height:3px;background:var(--red);position:absolute;bottom:0;left:0;right:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:17px;background:var(--red);color:white;padding:12px 21px;border:0;border-radius:4px;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.button:hover{background:var(--deep);transform:translateY(-1px)}.button.small{padding:9px 18px;white-space:nowrap}.menubutton{display:none}h1,h2,h3{margin:0;font-family:'Barlow Condensed','Arial Narrow',sans-serif;line-height:1.2;font-weight:800;letter-spacing:-.8px}p{color:var(--muted);margin:18px 0}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.5px;display:block;color:var(--red);margin-bottom:12px}.hero{display:grid;grid-template-columns:1.15fr 1fr;background:var(--paper);overflow:hidden;position:relative;border-bottom:4px solid var(--red)}.hero-copy{padding:25px 30px 28px max(4vw,24px);position:relative;z-index:1}.hero h1{font-size:clamp(32px,3.25vw,49px);font-family:'Barlow Condensed','Arial Narrow',sans-serif;line-height:1.05;letter-spacing:-1.3px}.hero h1 em{color:var(--red);font-style:normal}.hero h1:after{content:'';display:block;width:68px;height:5px;background:linear-gradient(90deg,var(--red) 55%,var(--yellow) 55%);margin-top:14px}.hero-copy>p{font-size:16px;max-width:600px;line-height:1.55;margin:13px 0 17px}.hero-actions{display:flex;gap:24px;align-items:center}.textlink{font-size:14px;font-weight:700;color:var(--red);text-decoration:underline;text-underline-offset:5px}.hero-visual{position:relative;min-height:290px;overflow:hidden}.hero-visual img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:30% 53%}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#fff7f7,transparent 25%,transparent 80%)}.photo-motto{position:absolute;top:24px;right:28px;z-index:1;font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-style:italic;color:#472326;font-size:26px;line-height:1.15}.photo-credit{position:absolute;right:8px;bottom:6px;color:#fff;background:#2b2023b3;padding:2px 6px;font-size:10px;z-index:1}.home-communities{padding:18px 4% 20px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px}.section-heading h2{font-size:25px}.section-heading>span{font-size:13px;color:var(--muted)}.section-heading p{margin:8px 0 0}.regions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.region{border:1px solid var(--line);background:#fff;border-radius:5px;display:flex;align-items:center;padding:21px;gap:14px;position:relative;overflow:hidden;transition:background .2s,border-color .2s,transform .2s}.region:before{content:'';position:absolute;top:0;bottom:0;left:0;width:4px;background:var(--red)}.region:hover{background:var(--paper);border-color:var(--red);transform:translateY(-2px)}.region .number{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:25px;font-style:italic;color:var(--red)}.region h3{font-size:20px;letter-spacing:-.4px}.region p{margin:5px 0 0;font-size:14px}.region .arrow{margin-left:auto;width:28px;height:28px;background:var(--paper);border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--red);flex-shrink:0}.home .regions{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.home .region{padding:13px 12px 12px 16px;display:block;min-height:106px}.home .number{font-size:13px;font-family:'Barlow',Arial,sans-serif;letter-spacing:1px;font-style:normal;display:block;margin-bottom:6px}.home .region h3{font-size:16px;letter-spacing:-.3px;min-height:38px;padding-right:4px}.home .region p{font-size:12px;margin-top:4px}.home .region .arrow{position:absolute;right:10px;bottom:10px;width:24px;height:24px;font-size:16px}.home-bottom{display:grid;grid-template-columns:1fr 1.1fr;gap:20px;margin:0 4% 22px}.home-news{border:1px solid var(--line);padding:15px 20px;border-radius:5px}.mini-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.mini-heading h2{font-size:20px}.mini-heading>a{color:var(--red);font-size:13px;font-weight:700}.news-preview{display:flex;gap:14px;align-items:center}.news-preview>span:last-child{margin-left:auto;color:var(--red)}.news-symbol{background:var(--paper);color:var(--red);font:bold 38px 'Barlow Condensed','Arial Narrow',sans-serif;padding:10px 18px;border-bottom:3px solid var(--yellow)}.news-preview .eyebrow{font-size:10px;margin-bottom:4px;letter-spacing:1px}.news-preview h3{font-size:16px;letter-spacing:-.2px}.news-preview p{font-size:13px;margin:5px 0 0}.home-invite{background:var(--red);color:white;border-radius:5px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px}.home-invite .eyebrow{color:#fff;font-size:10px;letter-spacing:1px}.home-invite h2{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:29px}.home-invite p{color:#fff;margin:6px 0 0;font-size:14px}.home-invite .button{background:var(--yellow);color:#4d2400;white-space:nowrap;padding:12px 16px}.home-invite .button:hover{background:#ffe369}.section{padding:48px 5%}.section .eyebrow{margin-bottom:14px}.join-banner{margin:0 5% 50px;background:var(--red);color:white;border-radius:6px;padding:35px;display:flex;justify-content:space-between;align-items:center;gap:30px}.join-banner h2{font-size:32px}.join-banner p{color:#fff;max-width:580px;margin-bottom:0}.join-banner .eyebrow{color:#fff}.join-banner .button{background:var(--yellow);color:#4d2400}.page-head{padding:35px 5%;background:var(--paper);border-bottom:1px solid var(--line)}.page-head h1{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:46px;color:var(--red)}.page-head p{max-width:740px;margin-bottom:0}.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:18px}.breadcrumb a{text-decoration:underline}.province-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.province-tabs a{font-size:14px;border:1px solid var(--line);padding:10px 17px;border-radius:4px}.province-tabs a:hover{border-color:var(--red)}.province-tabs a.selected{background:var(--red);color:#fff;border-color:var(--red)}.panels{display:grid;grid-template-columns:1fr 1fr;gap:24px}.panel{padding:30px;border:1px solid var(--line);border-radius:5px}.panel h3{font-size:25px}.empty{background:var(--paper);padding:25px;margin-top:20px}.empty p{font-size:14px;margin-bottom:0}.article{max-width:880px;margin:auto}.article h2{font-size:32px;margin-top:20px}.article p{font-size:18px;line-height:1.85}.notice{background:#fff8db;border-left:3px solid var(--yellow);padding:23px;margin:24px 0}.notice p{font-size:16px;margin:8px 0 0}.newsitem{border:1px solid var(--line);padding:30px;border-radius:5px;max-width:800px}.newsitem h2{font-size:30px}footer{background:var(--deep);color:white;padding:22px 4%;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:4px solid var(--yellow)}.footerbrand{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:22px;font-weight:bold}.footerbrand span{font-family:'Barlow',Arial,sans-serif;font-size:12px;font-weight:400;display:block;color:#f7dfe4;margin-top:3px}footer>div{display:flex;gap:20px;font-size:13px;flex-wrap:wrap}footer>div>span{color:#f7dfe4}footer>p{font-size:12px;margin:0;color:#f7dfe4}dialog{color:var(--ink);width:min(550px,calc(100% - 30px));padding:40px;border:0;border-top:6px solid var(--red);border-radius:7px;box-shadow:0 30px 90px #0004}dialog::backdrop{background:#2b1119b3}dialog h2{font-size:32px}.close{position:absolute;right:13px;top:9px;background:none;border:0;font-size:28px;color:var(--red)}
@media(min-width:1600px){.hero-copy{padding-top:35px;padding-bottom:35px}.home-communities{padding-top:24px;padding-bottom:24px}.home .region{min-height:120px}}
@media(max-width:1100px){.masthead-note{font-size:10px}.signature{font-size:21px}.brand{font-size:36px}.navrow{gap:18px}header nav{gap:10px}header nav a{font-size:13px}.hero h1{font-size:37px}.hero-copy{padding:24px}.hero-copy>p{font-size:15px}.hero-actions{gap:14px}.hero-actions .button{padding:11px 13px;font-size:13px}.photo-motto{font-size:22px;right:20px}.home .regions{grid-template-columns:repeat(3,minmax(0,1fr))}.home .region{min-height:85px;padding-left:38px}.home .region h3{min-height:0;font-size:17px}.home .number{position:absolute;left:13px;top:17px}.home-bottom{grid-template-columns:1fr 1fr}.home-invite{flex-direction:column;align-items:start;gap:12px}.home-invite h2{font-size:26px}.home-invite .button{padding:9px 14px}.home-news{padding:18px}.news-symbol{display:none}footer>div>span{display:none}}
@media(max-width:760px){.topline{font-size:10px;padding:5px 5%}.topline>span:last-child{display:none}.masthead{min-height:81px;padding:16px 5%;gap:10px}.masthead-note,.signature{display:none}.brand{font-size:clamp(23px,6.1vw,37px);letter-spacing:-1px;text-align:left}.brand small{font-size:8px;letter-spacing:1.2px;margin-top:7px}.menubutton{display:block;background:white;border:1px solid var(--line);border-radius:4px;padding:5px 10px;color:var(--red);font-size:21px}.navrow{padding:0 5% 10px;flex-wrap:wrap;border-top:0;gap:0;min-height:0}header nav{display:none;flex:none;width:100%;gap:7px;flex-wrap:wrap;margin-bottom:10px;justify-content:start}header nav.open{display:flex}header nav a{padding:8px 9px}.navrow>.button{width:100%;padding:9px}.hero{grid-template-columns:1fr}.hero-copy{padding:25px 5%;background:linear-gradient(90deg,#fff7f7 65%,#fff7f7e8);z-index:1}.hero h1{font-size:clamp(31px,7.8vw,43px)}.hero-copy .eyebrow{font-size:9px;letter-spacing:1px}.hero-copy>p{font-size:15px;line-height:1.5;margin:13px 0 16px;max-width:95%}.hero-actions{gap:14px;flex-wrap:wrap}.hero-visual{position:absolute;inset:0;min-height:0;z-index:0}.hero-visual:after{display:none}.photo-motto,.photo-credit{display:none}.hero-visual img{object-position:70% center}.home-communities{padding:18px 5%}.section-heading{gap:8px;align-items:start}.section-heading h2{font-size:22px}.section-heading>span{font-size:11px;max-width:85px;text-align:right}.home .regions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home .region{padding:12px 12px 12px 14px;min-height:88px}.home .number{display:none}.home .region h3{font-size:16px;min-height:38px;padding-right:8px}.home .region p{font-size:12px}.home-bottom{margin:0 5% 20px;grid-template-columns:1fr;gap:14px}.home-invite{padding:23px;flex-direction:row;align-items:center;flex-wrap:wrap}.home-invite .eyebrow{font-size:9px}.home-invite h2{font-size:29px}.home-news{padding:20px}.news-symbol{display:block}.page-head{padding:28px 5%}.page-head h1{font-size:35px}.page-head p{font-size:16px}.section{padding:30px 5%}.regions{grid-template-columns:1fr}.region h3{font-size:19px}.panels{grid-template-columns:1fr}.panel{padding:24px}.article p{font-size:16px}.article h2{font-size:27px}.join-banner{padding:27px;flex-direction:column;align-items:start;margin-bottom:30px}.join-banner h2{font-size:28px}.join-banner .button{width:100%}.province-tabs{gap:7px}.province-tabs a{padding:9px 13px}.newsitem h2{font-size:26px}.newsitem{padding:25px}footer{padding:24px 5%;gap:18px}footer>div{width:100%;gap:20px}dialog{padding:32px 25px}dialog h2{font-size:29px}}

/* Bold sporting identity and primary registration action. */
:root{--ink:#201c1e;--red:#d00628;--deep:#97021d;--yellow:#ffdb1a}
h1,h2,h3{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-weight:800;letter-spacing:.15px}h1,h2{text-transform:uppercase}.brand{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-weight:900;text-transform:uppercase;font-style:italic;letter-spacing:-.8px;font-size:clamp(30px,3.8vw,58px)}.brand small{font-style:normal;font-weight:700;letter-spacing:2px}.signature{font-family:'Barlow Condensed','Arial Narrow',sans-serif;text-transform:uppercase;font-weight:800;font-style:italic;font-size:25px;line-height:.95;transform:none;border-bottom:5px solid var(--yellow)}.masthead-note{font-weight:700}.topline{font-weight:600}.navrow{border-bottom:3px solid var(--red);padding-top:7px;padding-bottom:7px;gap:24px}header nav a{font-family:'Barlow Condensed','Arial Narrow',sans-serif;text-transform:uppercase;font-weight:800;font-size:18px;letter-spacing:.5px;padding:11px 7px}.button{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:19px;text-transform:uppercase;font-weight:800;letter-spacing:.55px;border-radius:0;padding:10px 22px}.navrow>.button.small{background:var(--yellow);color:#85001a;border:2px solid var(--red);font-size:21px;font-weight:900;padding:10px 20px;box-shadow:4px 4px 0 var(--red);gap:10px}.navrow>.button.small:hover{background:#ffe852;box-shadow:6px 6px 0 var(--red);transform:translate(-1px,-1px)}.navrow>.button.small>span{display:grid;place-items:center;background:var(--red);color:white;width:26px;height:26px;font-family:Arial,sans-serif;font-size:24px;line-height:1}.hero h1{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-weight:900;letter-spacing:-.5px;font-size:clamp(41px,4vw,60px);line-height:.98}.hero h1 em{font-style:italic}.hero-copy .eyebrow{font-size:12px;font-weight:700;letter-spacing:1.2px}.hero-actions>.join{background:var(--yellow);color:#85001a;border:2px solid var(--red);box-shadow:3px 3px 0 var(--red)}.hero-actions>.join:hover{background:#ffe852}.photo-motto{font-family:'Barlow Condensed','Arial Narrow',sans-serif;text-transform:uppercase;font-size:30px;font-weight:800;font-style:italic;line-height:1}.textlink{font-size:15px}.region,.home-news,.home-invite,.panel,.newsitem,.join-banner{border-radius:0}.region:before{width:5px}.region h3{text-transform:uppercase;font-size:24px;font-weight:800}.home .region h3{font-size:20px;line-height:1.08;min-height:43px}.home .region p{font-size:13px}.home .number{font-weight:700}.home .region{min-height:110px}.region .arrow{border-radius:0;border:0;background:var(--red);color:white}.section-heading h2{font-size:29px}.mini-heading h2{font-size:24px}.news-preview h3{font-size:20px;font-weight:700}.news-symbol{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-weight:900}.home-invite h2{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-weight:900;font-size:36px;line-height:1}.home-invite .button{font-size:19px;box-shadow:3px 3px 0 #720018}.home-invite p{font-size:15px}.page-head h1{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-weight:900;font-size:52px}.footerbrand{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:28px;text-transform:uppercase;font-weight:800}.footerbrand span{text-transform:none}.close{font-family:Arial,sans-serif}dialog{border-radius:0}dialog h2{font-size:37px}
@media(max-width:1100px){.brand{font-size:42px}.navrow{gap:17px}header nav{gap:6px}header nav a{font-size:17px;padding:10px 5px}.navrow>.button.small{font-size:18px;padding:9px 12px}.hero h1{font-size:46px}.hero-actions .button{font-size:18px;padding:10px 14px}.home-invite h2{font-size:32px}.home .region h3{min-height:0}.home .region{min-height:87px}}
@media(max-width:760px){.masthead{padding-top:17px;padding-bottom:17px}.brand{font-size:clamp(27px,7vw,46px);letter-spacing:-.5px}.brand small{font-size:8px;letter-spacing:1px}.navrow{padding:0 5% 14px}.navrow>.button.small{font-size:22px;padding:11px 12px;min-height:49px}.hero-copy{padding-top:23px;padding-bottom:26px}.hero h1{font-size:clamp(37px,9vw,55px);line-height:1}.hero-copy .eyebrow{font-size:10px}.hero-actions>.join{font-size:19px}.hero-actions{gap:17px}.home .region h3{font-size:20px;min-height:42px;letter-spacing:0}.home .region{min-height:92px}.section-heading h2{font-size:26px}.section-heading>span{font-size:12px}.home-invite h2{font-size:34px}.home-invite .button{font-size:20px}.page-head h1{font-size:42px}.signature{display:none}dialog h2{font-size:33px}}

/* Primary society registration invitation. */
.hero-signup{margin-top:15px;padding:15px 17px;background:var(--yellow);border-left:6px solid var(--red);display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 5px 0 #e9c100;max-width:690px}.signup-kicker{font-family:'Barlow',Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.9px;color:#6f0719;display:block;margin-bottom:3px}.hero-signup strong{font-family:'Barlow Condensed','Arial Narrow',sans-serif;text-transform:uppercase;font-size:26px;font-weight:900;line-height:1;display:block;color:#6f0719}.hero-signup .button{background:var(--red);color:white;border:2px solid white;font-size:22px;font-weight:900;padding:13px 18px;white-space:nowrap;box-shadow:3px 3px 0 #83031b;min-height:54px}.hero-signup .button:hover{background:var(--deep);transform:translateY(-2px);box-shadow:4px 5px 0 #83031b}.hero-project-link{display:inline-block;margin-top:17px}.navrow>.button.small{font-size:23px;padding:12px 22px;border-width:3px;box-shadow:5px 5px 0 var(--red)}.navrow>.button.small>span{width:29px;height:29px;font-size:27px}.hero-copy{padding-top:22px;padding-bottom:22px}.hero-copy>p{margin-bottom:12px}
@media(max-width:1250px){.hero-signup{flex-direction:column;align-items:stretch;gap:12px;padding:12px 15px}.hero-signup strong{font-size:24px}.hero-signup .button{min-height:48px;padding:10px 15px;font-size:22px}.navrow>.button.small{font-size:21px;padding:10px 15px}}
@media(max-width:760px){.hero-signup{padding:14px 16px;margin-top:18px;gap:13px}.signup-kicker{font-size:10px}.hero-signup strong{font-size:27px}.hero-signup .button{font-size:24px;white-space:normal;min-height:56px;padding:12px}.navrow>.button.small{font-size:23px;padding:12px;min-height:54px}.hero-project-link{margin-top:18px}.hero-copy{padding-top:23px;padding-bottom:25px}}

.region-flag{width:60px;height:40px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 1px 2px #0002)}.home .region-flag{width:47px;height:31px;display:block;margin-bottom:8px}.home .region{min-height:135px}.province-tabs a{display:flex;align-items:center;gap:11px;min-height:66px;background:white}.province-crest{width:34px;height:42px;object-fit:contain;flex-shrink:0}.province-tabs a.selected{background:var(--red)}.province-title{display:flex;align-items:center;gap:15px}.province-title img{object-fit:contain;flex-shrink:0}.heading-flag{width:76px;height:51px;object-fit:contain;vertical-align:middle;margin-right:18px}.federation-badge{display:none;align-items:center;gap:10px;flex-shrink:0;max-width:260px}.federation-badge img{object-fit:contain;width:60px;height:72px}.federation-badge>span{font-size:10px;line-height:1.5;color:var(--ink);font-weight:600}.federation-badge strong{color:var(--red)}.federation-badge small{display:block;font-size:10px;color:var(--muted);margin-top:3px}.home-view .federation-badge{display:flex}.home-view .masthead-note{display:none}.home-view .brand{font-size:clamp(30px,3.4vw,52px)}
@media(max-width:1100px){.federation-badge>span{display:none}.federation-badge img{width:52px;height:65px}.home .region{padding-left:15px;min-height:124px}.home .region h3{min-height:38px}}
@media(max-width:760px){.home-view .masthead{flex-wrap:wrap;justify-content:center;gap:10px}.home-view .federation-badge{order:0;margin-right:0}.home-view .federation-badge img{width:39px;height:50px}.home-view .brand{font-size:clamp(24px,6vw,40px);max-width:calc(100% - 52px)}.home-view .menubutton{position:absolute;right:5%;top:106px;padding:2px 8px;font-size:18px}.home-view .masthead{padding-bottom:35px;position:relative}.home .region-flag{width:42px;height:28px;margin-bottom:7px}.home .region{min-height:126px}.province-tabs a{padding:8px 12px;gap:9px}.heading-flag{width:57px;height:38px;margin-right:12px}.province-title img{width:42px;height:52px}}
@media(max-width:760px){.home-view .brand{max-width:calc(100% - 65px)}.home-view .menubutton{top:auto;bottom:5px;right:5%}}
.contact-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:44px;max-width:1300px;margin:auto}.contact-intro h2{font-size:36px}.contact-email{font-weight:700;color:var(--red);overflow-wrap:anywhere}.contact-intro .notice .button{margin-top:18px}.contact-form-card{border:1px solid var(--line);border-top:5px solid var(--red);padding:28px;background:#fff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-field{display:flex;flex-direction:column;gap:7px;min-width:0}.form-field.wide{grid-column:1/-1}.form-field label{font-size:15px;font-weight:700}.form-field label>span:not(.optional){color:var(--red)}.form-field input,.form-field select{width:100%;min-height:48px;border:1px solid #bcb1b5;border-radius:3px;padding:11px 12px;color:var(--ink);background:#fff;font:inherit;font-size:16px}.form-field input:focus,.form-field select:focus{outline:2px solid var(--red);outline-offset:2px}.optional{font-size:13px;color:var(--muted);font-weight:400}.form-help{font-size:14px;margin:0 0 20px}.form-privacy{font-size:13px;line-height:1.6;margin:20px 0;overflow-wrap:anywhere}.form-privacy a{text-decoration:underline}.form-submit{width:100%;font-size:23px;min-height:53px}.form-submit+.form-help{margin:13px 0 0}.form-trap{display:none!important}#joinDialog{width:min(720px,calc(100% - 28px));max-height:calc(100dvh - 30px);overflow-y:auto;padding:32px 35px}#joinDialog>p{margin:12px 0 20px}.society-link{display:block;border:1px solid var(--line);border-left:5px solid var(--red);padding:24px;background:var(--paper)}.society-link:hover{border-color:var(--red)}.society-link h4{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:27px;line-height:1.15;margin:0 0 18px}.society-link small{display:block;color:var(--muted);font-size:12px;margin-top:10px}.empty .button{margin-top:18px}.society-links{margin-top:22px}
@media(max-width:760px){.contact-layout{grid-template-columns:1fr;gap:22px}.contact-form-card{padding:22px}.form-grid{grid-template-columns:1fr;gap:16px}.form-field.wide{grid-column:auto}#joinDialog{padding:30px 22px}.contact-intro h2{font-size:31px}.society-link{padding:20px}.form-submit{font-size:22px}}

.society-directory{border:1px solid var(--line);border-top:4px solid var(--red);margin-top:28px}.society-directory table{width:100%;border-collapse:collapse;text-align:left}.society-directory th{background:var(--paper);padding:15px 22px;font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:21px;font-weight:800;text-transform:uppercase;color:var(--red)}.society-directory td{padding:22px;border-top:1px solid var(--line);font-size:17px;vertical-align:middle}.society-directory td:first-child{width:65%}.society-directory td:last-child{white-space:nowrap}.directory-link{color:var(--red);font-weight:700;text-decoration:underline;text-underline-offset:4px}.society-directory tbody tr:hover{background:#fffafa}.directory-empty{border-top:1px solid var(--line);padding:25px 0;margin-top:25px}.community-directory{min-height:300px}
@media(max-width:760px){.society-directory thead{display:none}.society-directory table,.society-directory tbody,.society-directory tr,.society-directory td{display:block;width:100%}.society-directory tr{padding:17px 20px;border-bottom:1px solid var(--line)}.society-directory tr:last-child{border-bottom:0}.society-directory td,.society-directory td:first-child{width:100%;padding:5px 0;border:0}.society-directory td:first-child{padding-bottom:10px;font-size:18px}.society-directory td:nth-child(2):before{content:'Pueblo: ';font-weight:600;color:var(--muted)}.society-directory td:last-child{padding-top:9px}.community-directory .province-tabs{margin-bottom:20px}}

/* Shared federation identity across every section. */
.federation-badge{display:flex}.masthead .brand{font-size:clamp(30px,3.4vw,52px)}.signature{font-size:23px;line-height:1.1;flex-shrink:0}
@media(max-width:1100px){.signature{font-size:20px}.masthead .brand{font-size:38px}}
@media(max-width:760px){.masthead,.home-view .masthead{display:grid;grid-template-columns:39px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:14px 5% 12px;position:relative}.federation-badge,.home-view .federation-badge{display:flex;grid-column:1;grid-row:1;margin:0}.federation-badge img,.home-view .federation-badge img{width:39px;height:50px}.federation-badge>span{display:none}.masthead .brand,.home-view .masthead .brand{grid-column:2;grid-row:1;max-width:none;font-size:clamp(21px,5.6vw,38px);letter-spacing:-.6px}.masthead .brand small{font-size:7px;letter-spacing:.5px}.masthead .menubutton,.home-view .masthead .menubutton{position:static;grid-column:3;grid-row:1;padding:3px 6px;font-size:20px}.masthead .signature{display:block;grid-column:1/-1;grid-row:2;justify-self:center;font-size:18px;text-align:center;border-bottom:3px solid var(--yellow);padding:0 0 5px;line-height:1.1}.signature br{display:none}.signature br:after{content:' '}}

/* Launch offer, integrated with the existing society registration invitation. */
.hero-signup.launch-offer{display:block;padding:20px 22px;max-width:690px;}
.launch-offer-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:12px;}
.launch-offer .signup-kicker{margin:0;font-size:11px;line-height:1.4;letter-spacing:1px;}
.launch-offer-limit{display:inline-block;background:var(--red);color:white;padding:5px 9px;font-family:'Barlow',Arial,sans-serif;font-size:11px;font-weight:700;line-height:1.4;text-transform:uppercase;letter-spacing:.5px;}
.launch-offer h2{font-size:clamp(36px,3.4vw,50px);font-weight:900;line-height:1;text-transform:uppercase;color:#6f0719;letter-spacing:-.5px;}
.launch-offer h2 span{font-style:italic;}
.launch-offer p{color:#4d2400;}
.launch-offer .launch-offer-description{font-size:15px;line-height:1.5;margin:12px 0 16px;}
.launch-offer .button{width:100%;white-space:normal;font-size:22px;padding:12px 16px;line-height:1.2;}
.launch-offer .launch-offer-terms{font-size:14px;line-height:1.55;margin:14px 0 0;}
.launch-offer-terms b{font-weight:700;}
@media(max-width:760px){.hero-signup.launch-offer{padding:18px 16px;}.launch-offer-heading{align-items:flex-start;gap:8px;margin-bottom:14px;}.launch-offer h2{font-size:clamp(34px,8.6vw,46px);}.launch-offer .button{font-size:21px;}.launch-offer .launch-offer-terms{font-size:14px;}}
