﻿:root{--charcoal:hsl(220 15% 20%);--gold:#f6de67;--goldDark:hsl(48 90% 50%);--rasta-red:hsl(0 72% 45%);--cream:hsl(45 30% 96%);--muted-fg:hsl(220 10% 40%);--border:hsl(45,15%,85%);--primary:hsl(50 95% 64%);--headerHeight:116px;--maxCenterWidth:1280px;--goldBorderWidth:4px;--s1:4px;--s2:8px;--s3:12px;--s4:16px;--s5:20px;--s6:24px;--s7:32px;--s8:64px;--mobileMenuWidth:180px;}body *{box-sizing:border-box;}.absolute{position:absolute;}.relative{position:relative;}.block{display:block;}.overflow-hidden{overflow:hidden;}.pointer{cursor:pointer;}.object-cover{object-fit:cover;}.aspect-square{aspect-ratio:1/1;}.aspect-auto{aspect-ratio:auto;}.aspect-16-9{aspect-ratio:16/9;}.flex-end{justify-content:flex-end;}.bg-white{background-color:#fff;}.text-gold{color:var(--gold);}.font-heading{font-family:Cinzel,serif;}.font-body{font-family:Outfit,sans-serif;}.font-bold{font-weight:700;}.font-semibold{font-weight:600;}.text-xs{font-size:.75rem;line-height:1rem;}.text-2xl{font-size:1.5rem;line-height:2rem;}.text-3xl{font-size:1.875rem;line-height:2.25rem;}.text-6xl{font-size:4.25rem;line-height:1;}.text-7xl{font-size:4.75rem;line-height:1;}.text-cream{color:var(--cream);}.uppercase{text-transform:uppercase;}:root{--green:#6bb241;--greenDark:#4f8f2f;--greenLight:#98bd31;--card:#f7f8fa;--ink:#0d0f12;--line:#bbb;--muted:#5a6472;--h1Colour:#3f5865;--shadow:0 12px 30px rgba(16,24,40,.08);--shadow2:0 10px 18px rgba(16,24,40,.06);--radius:5px;--gap:15px;--max:1120px;--fontL:1.4rem;--fontM:1.1rem;--fontS:.9rem;--fontXS:.75rem;}html,body{font-family:"Outfit",sans-serif;background:linear-gradient(45deg,#e4f5fc 0%,#bfe8f9 50%,#9fd8ef 50%,#2ab0ed 100%);background-attachment:fixed;}h1{font-family:"Noto Serif",serif;font-weight:500;line-height:2.2rem;}h1,h2,h3{color:var(--h1Colour);text-align:center;}.btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 14px;border-radius:var(--radius);border:1px solid var(--line);background:#fff;font-weight:600;font-size:14px;box-shadow:0 1px 0 rgba(0,0,0,.02);cursor:pointer;white-space:nowrap;outline:none;}.btn.ghost{background:#fff;}.btn.primary{background:linear-gradient(180deg,var(--green) 0%,var(--greenDark) 100%);background:var(--green);font-weight:300;color:#fff;border-color:transparent;border:1px solid var(--green);}.btn.secondary{border:1px solid #bbb;background:#fff;color:var(--muted);}.modal{position:fixed;top:8px;left:8px;right:8px;bottom:8px;background:rgba(255,255,255,.9);z-index:100;}footer{border-top:1px solid var(--line);color:var(--muted);font-size:var(--fontXS);background:#fff;padding-bottom:var(--s3);}footer .footTitle{color:var(--muted);background:#e7e8ea;border:1px solid #bbb;border-radius:5px;padding:8px;}footer .footTitle strong{font-size:var(--fontS);font-weight:700;}footer .footTitle span{display:block;font-size:var(--fontXS);}footer .footGrid{align-items:start;}footer .footGrid .footLinks{display:grid;grid-template-columns:repeat(2,1fr);gap:8px var(--gap);width:100%;}footer .footGrid .footLinks a{font-size:var(--fontS);padding:8px 10px;border-radius:5px;border:1px solid var(--line);background:#fff;color:var(--muted);}footer .footGrid .footLinks a:hover{background:var(--green);color:#fff;}footer .disclaimer{margin-top:var(--gap);font-size:var(--fontXS);color:var(--muted);}footer .disclaimer span{display:block;line-height:1rem;}footer .disclaimer strong{display:block;font-weight:700;font-size:.9rem;}footer .legal{border-top:1px solid #bbb;margin-left:-12px;margin-right:-12px;margin-top:var(--gap);padding:var(--gap) var(--gap) 0 var(--gap);font-size:var(--fontXS);color:var(--muted);}footer .legal span{display:block;line-height:1rem;}footer .legal strong{display:block;font-weight:700;font-size:.9rem;}footer .fcaLogo{display:flex;flex-direction:row;justify-content:center;margin:var(--s6) 0;gap:var(--s6);}footer .fcaLogo img{height:80px;}footer .legal.pwFooterText{margin-top:0;font-weight:700;}footer .legal.pwFooterText .address{margin-top:var(--s5);text-align:center;font-weight:300;}@media(max-width:767px){.site-content{min-height:100vh;padding-left:.5rem;padding-right:.5rem;}.wrap{max-width:100%;margin:0 auto;padding:0 var(--s3);}header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:50;}header .row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--gap);padding:var(--gap) 0;}header .brand{display:flex;flex-direction:row;align-items:center;gap:var(--gap);flex:1;}header .brand img{height:36px;width:auto;display:block;}header a{text-decoration:none;}header nav{position:fixed;top:0;right:calc(var(--mobileMenuWidth)*-1);bottom:0;width:var(--mobileMenuWidth);transition:350ms all cubic-bezier(.17,.67,.21,.99);background:#fff;border-left:1px solid var(--charcoal);padding:var(--gap);display:flex;flex-direction:column;align-items:center;gap:var(--gap);flex-wrap:wrap;}header nav a{font-size:var(--fontS);color:var(--muted);padding:var(--gap);border-radius:var(--radius);}header nav a:hover{background:var(--card);color:var(--ink);}header nav #btnMobileMenu{position:absolute;left:-52px;top:15px;}header .actions{display:flex;flex-direction:row;align-items:center;gap:var(--gap);padding-right:44px;}footer{padding-top:var(--s3);}footer .footGrid{display:flex;flex-direction:column;}body.mobile-menu nav{right:0;}.container{width:100%;padding:0 var(--s3);}}@media(min-width:768px){#btnMobileMenu{display:none;}.site-content{min-height:100vh;padding-left:.5rem;padding-right:.5rem;}.wrap{max-width:var(--max);margin:0 auto;padding:0 calc(var(--gap)*2);}header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:50;}header .row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--gap);padding:var(--gap) 0;}header .brand{display:flex;flex-direction:row;align-items:center;gap:var(--gap);min-width:260px;flex:1;}header .brand img{height:36px;width:auto;display:block;}header .btn.secondary{display:none;}header a{text-decoration:none;}header nav{display:flex;flex-direction:row;align-items:center;gap:var(--gap);flex-wrap:wrap;}header nav a{font-size:var(--fontS);color:var(--muted);padding:var(--gap);border-radius:var(--radius);}header nav a:hover{background:var(--card);color:var(--ink);}header .actions{display:flex;flex-direction:row;align-items:center;gap:var(--gap);}footer{padding-top:var(--s7);}footer .footGrid{padding:0 var(--s3);display:grid;}footer .footGrid .footLinks{grid-template-columns:repeat(3,1fr);margin-bottom:var(--s6);}footer .footGrid .disclaimer{margin-top:0;}.container{width:100%;max-width:var(--maxCenterWidth);min-width:360px;margin-left:auto;margin-right:auto;}}