:root{--navy:#0a1628;--navy-mid:#112040;--navy-light:#1a2e4a;--charcoal:#2c3340;--charcoal-lt:#3d4456;--gold:#b8963e;--gold-lt:#d4ac58;--gold-dk:#9a7b30;--gold-pale:#b8963e14;--white:#fff;--grey-soft:#f5f6f8;--grey-light:#e8eaf0;--grey-mid:#c8ceda;--grey-text:#6b7280;--text-dark:#1a1f2e;--text-body:#3d4456;--shadow-xs:0 1px 3px #0a162814;--shadow-sm:0 2px 8px #0a16281a;--shadow-md:0 4px 20px #0a16281f;--shadow-lg:0 8px 40px #0a162829;--shadow-xl:0 16px 60px #0a162833;--font-serif:"Playfair Display", Georgia, "Times New Roman", serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--transition:all .22s cubic-bezier(.4, 0, .2, 1);--transition-slow:all .4s cubic-bezier(.4, 0, .2, 1);--max-width:1200px;--header-h:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--text-body);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}input,textarea,select{font-family:inherit;font-size:inherit}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 32px}.container--narrow{max-width:860px}.container--wide{max-width:1400px}.section{padding:96px 0}.section--sm{padding:56px 0}.section--lg{padding:120px 0}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:12px;font-size:.75rem;font-weight:600;display:block}.divider-gold{background:var(--gold);width:40px;height:2px;margin:24px 0}.divider-gold--center{margin:24px auto}.t-display{font-family:var(--font-serif);letter-spacing:-.025em;color:var(--text-dark);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.12}.t-h1{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--text-dark);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.18}.t-h2{font-family:var(--font-serif);letter-spacing:-.015em;color:var(--text-dark);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:600;line-height:1.25}.t-h3{font-family:var(--font-serif);color:var(--text-dark);font-size:clamp(1.2rem,2vw,1.5rem);font-weight:600;line-height:1.3}.btn{letter-spacing:.02em;border-radius:var(--radius-sm);transition:var(--transition);white-space:nowrap;cursor:pointer;align-items:center;gap:8px;padding:14px 28px;font-size:.9375rem;font-weight:600;display:inline-flex}.btn--primary{background:var(--gold);color:var(--navy);border:none}.btn--primary:hover{background:var(--gold-dk);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn--secondary{background:var(--navy);color:var(--white);border:none}.btn--secondary:hover{background:var(--navy-mid);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn--outline{border:1.5px solid var(--gold);color:var(--gold);background:0 0}.btn--outline:hover{background:var(--gold);color:var(--navy)}.btn--outline-white{color:var(--white);background:0 0;border:1.5px solid #fff6}.btn--outline-white:hover{border-color:var(--white);background:#ffffff14}.btn--ghost{color:var(--gold);background:0 0;padding-left:0;padding-right:0}.btn--ghost:hover{color:var(--gold-dk)}.btn--ghost .arrow{transition:transform .2s;display:inline-block}.btn--ghost:hover .arrow{transform:translate(4px)}.btn--sm{padding:10px 20px;font-size:.875rem}.btn--lg{padding:18px 36px;font-size:1rem}.btn--full{justify-content:center;width:100%}.header{z-index:1000;height:var(--header-h);-webkit-backdrop-filter:blur(12px);transition:var(--transition);background:#0a1628f5;border-bottom:1px solid #b8963e24;position:fixed;top:0;left:0;right:0}.header.scrolled{box-shadow:var(--shadow-md);background:#0a1628fc}.header-inner{height:var(--header-h);justify-content:space-between;align-items:center;gap:32px;display:flex}.logo{flex-shrink:0;align-items:center;gap:14px;display:flex}.logo-bull{object-fit:contain;object-position:center;filter:brightness(0)invert();mix-blend-mode:screen;flex-shrink:0;width:44px;height:44px;transition:opacity .22s}.logo:hover .logo-bull{opacity:.82}.logo-bull--light{filter:none;mix-blend-mode:normal;opacity:.9}.logo-divider{background:#b8963e59;flex-shrink:0;width:1px;height:32px}.logo-text{flex-direction:column;line-height:1;display:flex}.logo-name{font-family:var(--font-serif);color:var(--white);letter-spacing:.02em;font-size:1.15rem;font-weight:700}.logo-sub{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-top:3px;font-size:.6rem;font-weight:500}.hero-bull-watermark{object-fit:contain;object-position:right bottom;filter:brightness(0)invert();mix-blend-mode:screen;opacity:.032;pointer-events:none;-webkit-user-select:none;user-select:none;width:580px;height:580px;position:absolute;bottom:-20px;right:-40px}.footer-bull{object-fit:contain;object-position:center;filter:brightness(0)invert();mix-blend-mode:screen;flex-shrink:0;width:40px;height:40px}.footer-logo-wrap .logo:hover .footer-bull{opacity:.82}.nav{align-items:center;gap:2px;display:flex}.nav-link{color:#fffc;letter-spacing:.01em;border-radius:var(--radius-sm);transition:var(--transition);white-space:nowrap;align-items:center;gap:4px;padding:8px 13px;font-size:.875rem;font-weight:500;display:flex}.nav-link:hover,.nav-link.active{color:var(--white);background:#ffffff0f}.nav-link--disabled,.nav-link--disabled:hover{color:#ffffff59;cursor:not-allowed;background:0 0}.nav-link-cta{border-radius:var(--radius-sm);margin-left:6px;padding:9px 20px;font-weight:600;background:var(--gold)!important;color:var(--navy)!important}.nav-link-cta:hover{background:var(--gold-lt)!important}.nav-phone{color:var(--gold-lt);border-radius:var(--radius-sm);white-space:nowrap;transition:var(--transition);background:#b8963e14;border:1px solid #b8963e47;align-items:center;gap:7px;margin-left:4px;padding:8px 11px;font-size:.82rem;font-weight:600;display:flex}.nav-phone:hover{color:var(--white);background:#b8963e29;border-color:#b8963e7a}.nav-phone svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:14px;height:14px}.nav-item{position:relative}.nav-item:after{content:"";height:12px;display:none;position:absolute;top:100%;left:-12px;right:-12px}.nav-item:hover:after{display:block}.nav-chevron{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;flex-shrink:0;width:12px;height:12px;transition:transform .2s}.nav-item:hover .nav-chevron{transform:rotate(180deg)}.mega-menu{background:var(--navy-mid);border-radius:var(--radius-md);width:640px;box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;pointer-events:none;border:1px solid #b8963e2e;grid-template-columns:1fr 1fr;gap:4px 16px;padding:20px;transition:opacity .16s,transform .16s,visibility .16s;display:grid;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(6px)}.nav-item:hover .mega-menu{opacity:1;visibility:visible;pointer-events:all;transform:translate(-50%)translateY(6px)}.mega-col-label{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid #b8963e26;grid-column:span 1;margin-bottom:4px;padding:0 12px 8px;font-size:.65rem;font-weight:700}.mega-col{flex-direction:column;gap:2px;display:flex}.mega-link{border-radius:var(--radius-sm);transition:var(--transition);align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.mega-link:hover{background:#ffffff0d}.mega-icon{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--gold-lt);background:#b8963e33;border:1px solid #b8963e6b;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mega-link:hover .mega-icon{color:var(--gold);background:#b8963e4d;border-color:#b8963ea6}.mega-icon svg{stroke:currentColor;fill:none;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.mega-link-name{color:var(--white);font-size:.875rem;font-weight:500;line-height:1.3}.mega-link-desc{color:#ffffff73;margin-top:1px;font-size:.72rem;line-height:1.4}.burger{flex-direction:column;gap:5px;padding:8px;display:none}.burger span{background:var(--white);width:22px;height:1.5px;transition:var(--transition);border-radius:2px;display:block}.burger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.mobile-nav{top:var(--header-h);background:var(--navy);opacity:0;visibility:hidden;transition:var(--transition-slow);z-index:999;max-height:calc(100vh - var(--header-h));border-top:1px solid #b8963e1f;padding:20px 24px 32px;position:fixed;left:0;right:0;overflow-y:auto;transform:translateY(-105%)}.mobile-nav.open{opacity:1;visibility:visible;transform:translateY(0)}.mob-link{color:#fffc;transition:var(--transition);border-bottom:1px solid #ffffff0f;padding:13px 0;font-size:1rem;font-weight:500;display:block}.mob-link:hover{color:var(--gold)}.mob-link--disabled,.mob-link--disabled:hover{color:#ffffff59;cursor:not-allowed}.mob-sublabel{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);padding:10px 0 4px;font-size:.65rem;font-weight:700;display:block}.mob-sublink{color:#ffffff8c;transition:var(--transition);border-bottom:1px solid #ffffff0a;padding:9px 0 9px 12px;font-size:.875rem;display:block}.mob-sublink:hover{color:var(--white)}.mob-phone{color:var(--gold-lt);border-radius:var(--radius-sm);background:#b8963e1a;border:1px solid #b8963e52;justify-content:center;align-items:center;gap:8px;margin-top:18px;padding:12px 16px;font-size:.95rem;font-weight:700;display:flex}.mob-phone svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.hero{background:var(--navy);min-height:100vh;padding-top:var(--header-h);align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(80% 60% at 70% 40%,#b8963e0e 0%,#0000 70%),radial-gradient(50% 70% at 15% 60%,#11204099 0%,#0000 80%);position:absolute;inset:0}.hero-grid{background-image:linear-gradient(#b8963e06 1px,#0000 1px),linear-gradient(90deg,#b8963e06 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.hero-content{z-index:2;max-width:740px;padding:88px 0;position:relative}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);align-items:center;gap:12px;margin-bottom:24px;font-size:.72rem;font-weight:600;display:inline-flex}.hero-eyebrow:before{content:"";background:var(--gold);width:28px;height:1px;display:block}.hero-title{font-family:var(--font-serif);letter-spacing:-.03em;color:var(--white);margin-bottom:24px;font-size:clamp(2.6rem,5.5vw,4.25rem);font-weight:700;line-height:1.11}.hero-title em{color:var(--gold);font-style:italic}.hero-body{color:#ffffffb3;max-width:560px;margin-bottom:40px;font-size:1.125rem;line-height:1.72}.hero-actions{flex-wrap:wrap;gap:16px;margin-bottom:48px;display:flex}.hero-trust{flex-wrap:wrap;align-items:center;gap:28px;display:flex}.hero-trust-item{color:#ffffff73;align-items:center;gap:8px;font-size:.8rem;display:flex}.hero-trust-item svg{width:14px;height:14px;stroke:var(--gold);fill:none;flex-shrink:0}.hero-trust-item strong{color:#ffffffbf}.hero-panel{right:0;top:var(--header-h);justify-content:center;align-items:center;width:38%;padding:48px;display:flex;position:absolute;bottom:0}.hero-panel-card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #b8963e26;width:100%;max-width:320px;padding:28px}.hero-stat{border-bottom:1px solid #ffffff12;padding:16px 0}.hero-stat:first-child{padding-top:0}.hero-stat:last-child{border-bottom:none;padding-bottom:0}.hero-stat-num{font-family:var(--font-serif);color:var(--white);margin-bottom:3px;font-size:2rem;font-weight:700;line-height:1}.hero-stat-num .accent{color:var(--gold)}.hero-stat-label{color:#ffffff73;letter-spacing:.03em;font-size:.77rem}.section-head{margin-bottom:56px}.section-head--center{text-align:center}.section-head h2{margin-bottom:16px}.section-head p{color:var(--grey-text);max-width:560px;font-size:1.0625rem;line-height:1.7}.section-head--center p{margin:0 auto}.audience-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.audience-card{background:var(--white);border:1px solid var(--grey-light);border-radius:var(--radius-lg);transition:var(--transition);padding:32px 28px;position:relative;overflow:hidden}.audience-card:after{content:"";background:var(--gold);transform-origin:0;height:3px;transition:transform .32s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.audience-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.audience-card:hover:after{transform:scaleX(1)}.audience-card--gold{border-color:#b8963e38}.ac-icon{background:var(--gold-pale);border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.ac-icon svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.ac-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:8px;font-size:.7rem;font-weight:600}.audience-card h3{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:12px;font-size:1.25rem;font-weight:600}.audience-card p{color:var(--grey-text);margin-bottom:20px;font-size:.9rem;line-height:1.65}.ac-list{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.ac-list-item{color:var(--text-body);align-items:center;gap:8px;font-size:.85rem;display:flex}.ac-list-item:before{content:"";background:var(--gold);border-radius:50%;flex-shrink:0;width:5px;height:5px}.services-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.service-card{background:var(--white);border:1px solid var(--grey-light);border-radius:var(--radius-lg);transition:var(--transition);flex-direction:column;padding:24px 22px;display:flex}.service-card:hover{box-shadow:var(--shadow-md);border-color:#b8963e38;transform:translateY(-2px)}.sc-icon{border-radius:var(--radius-md);width:44px;height:44px;transition:var(--transition);background:#0a16280f;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.service-card:hover .sc-icon{background:#b8963e1a}.sc-icon--logo{background:var(--white);border:1px solid var(--grey-light);overflow:hidden}.service-card:hover .sc-icon--logo{background:var(--white);border-color:#b8963e47}.sc-logo{object-fit:contain;width:30px;height:30px}.sc-icon svg{width:21px;height:21px;stroke:var(--navy);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;transition:var(--transition)}.service-card:hover .sc-icon svg{stroke:var(--gold)}.service-card h4{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:10px;font-size:1.0625rem;font-weight:600}.service-card p{color:var(--grey-text);flex:1;margin-bottom:16px;font-size:.875rem;line-height:1.6}.sc-link{color:var(--gold);align-items:center;gap:4px;font-size:.8125rem;font-weight:600;transition:gap .18s;display:inline-flex}.service-card:hover .sc-link{gap:8px}.stats-bar{grid-template-columns:repeat(4,1fr);display:grid}.stat-cell{text-align:center;border-right:1px solid #ffffff12;padding:40px 24px}.stat-cell:last-child{border-right:none}.stat-num{font-family:var(--font-serif);color:var(--white);margin-bottom:8px;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1}.stat-num .accent{color:var(--gold)}.stat-lbl{color:#ffffff73;letter-spacing:.03em;font-size:.78rem;line-height:1.45}.tx-wrap{overflow-x:visible}.tx-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:.86rem}.tx-table th:first-child{width:92px}.tx-table th:nth-child(2){width:28%}.tx-table th:nth-child(3){width:17%}.tx-table th:nth-child(4){width:20%}.tx-table th:nth-child(5){width:105px}.tx-table thead th{letter-spacing:.08em;text-transform:uppercase;color:var(--grey-text);border-bottom:2px solid var(--grey-light);text-align:left;background:var(--grey-soft);white-space:nowrap;padding:12px 14px;font-size:.68rem;font-weight:600}.tx-table tbody tr{border-bottom:1px solid var(--grey-light);transition:var(--transition)}.tx-table tbody tr:hover{background:#b8963e06}.tx-table tbody td{vertical-align:middle;padding:15px 14px}.tx-company{color:var(--text-dark);white-space:normal;font-weight:600}.tx-issuer-link{color:var(--text-dark);transition:var(--transition);align-items:flex-start;gap:10px;max-width:100%;text-decoration:none;display:inline-flex}.tx-issuer-link:hover{color:var(--gold-dk)}.tx-issuer-link--plain:hover{color:var(--text-dark)}.tx-logo-wrap{border:1px solid var(--grey-light);border-radius:var(--radius-sm);background:var(--white);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;overflow:hidden}.tx-logo-wrap--empty{color:var(--navy);background:#0a162812;font-size:.78rem;font-weight:700}.tx-logo{object-fit:contain;width:24px;height:24px}.tx-issuer-text{flex-direction:column;gap:5px;min-width:0;line-height:1.35;display:inline-flex}.tx-ticker{border-radius:var(--radius-sm);color:var(--navy);letter-spacing:.06em;background:#0a162812;align-self:flex-start;padding:3px 7px;font-family:Courier New,monospace;font-size:.72rem;font-weight:700;display:inline-flex}.tx-transaction{color:var(--text-dark);font-weight:600;line-height:1.45;display:inline-block}.tx-table .tag{white-space:normal;line-height:1.35}.tag{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:100px;padding:3px 9px;font-size:.68rem;font-weight:600;display:inline-block}.tag--type{color:var(--gold-dk);background:#b8963e1a}.tag--sector{color:var(--charcoal);background:#0a16280f}.tag--done{color:#15803d;background:#16a34a1a}.tag--active{color:#1d4ed8;background:#2563eb1a}.filter-bar{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.filter-btn{border:1.5px solid var(--grey-light);color:var(--grey-text);background:var(--white);cursor:pointer;transition:var(--transition);border-radius:100px;padding:8px 18px;font-size:.8125rem;font-weight:600}.filter-btn:hover{border-color:var(--gold);color:var(--gold)}.filter-btn.active{background:var(--gold);border-color:var(--gold);color:var(--navy)}.tx-pagination{color:var(--grey-text);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:20px;font-size:.84rem;display:flex}.tx-pagination-controls{align-items:center;gap:10px;display:inline-flex}.tx-page-btn{border:1px solid var(--grey-light);background:var(--white);color:var(--text-dark);cursor:pointer;transition:var(--transition);border-radius:999px;padding:8px 14px;font-size:.82rem;font-weight:600}.tx-page-btn:hover:not(:disabled){border-color:var(--gold);color:var(--gold-dk)}.tx-page-btn:disabled{opacity:.42;cursor:not-allowed}.tx-page-count{color:var(--grey-text);white-space:nowrap}.team-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.team-card{background:var(--white);border:1px solid var(--grey-light);border-radius:var(--radius-lg);transition:var(--transition);overflow:hidden}.team-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.team-photo{aspect-ratio:4/3;background:linear-gradient(135deg, var(--navy) 0%, var(--charcoal) 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.team-photo-img{object-fit:cover;object-position:center top;filter:grayscale(20%)contrast(1.05);width:100%;height:100%;transition:transform .4s,filter .3s;position:absolute;inset:0}.team-photo-img--adam-belton{object-position:50% 64%}.team-photo-img--alan-lawson{object-fit:contain;object-position:50% 58%;transform-origin:50%;transform:scale(1.4)}.team-card:hover .team-photo-img{filter:grayscale(0%)contrast(1.05);transform:scale(1.03)}.team-card:hover .team-photo-img--adam-belton{transform:scale(1.03)}.team-card:hover .team-photo-img--alan-lawson{transform:scale(1.44)}.team-photo:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 0%,#0a1628bf 100%);height:60%;position:absolute;bottom:0;left:0;right:0}.team-initials{font-family:var(--font-serif);color:#ffffff21;letter-spacing:.05em;font-size:3rem;font-weight:700}.team-badge{background:var(--gold);color:var(--navy);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm);z-index:2;padding:4px 10px;font-size:.62rem;font-weight:700;position:absolute;bottom:16px;left:16px}.team-body{padding:24px}.team-name{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:3px;font-size:1.25rem;font-weight:700}.team-role{color:var(--gold);letter-spacing:.04em;margin-bottom:12px;font-size:.8rem;font-weight:600}.team-bio{color:var(--grey-text);margin-bottom:16px;font-size:.875rem;line-height:1.65}.team-tags{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.team-tag{background:var(--grey-soft);color:var(--charcoal);border:1px solid var(--grey-light);border-radius:100px;padding:3px 10px;font-size:.7rem}.adviser-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:64px;display:grid}.adviser-card{background:var(--white);border:1px solid var(--grey-light);border-radius:var(--radius-lg);transition:var(--transition);gap:26px;padding:24px;display:flex}.adviser-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.adviser-photo{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--navy) 0%, var(--charcoal) 100%);border:1px solid #b8963e38;flex-shrink:0;justify-content:center;align-items:center;width:132px;height:150px;display:flex;position:relative;overflow:hidden}.adviser-photo:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff0f}.adviser-photo-img{object-fit:cover;object-position:center top;filter:grayscale(15%)}.adviser-photo-img--adam-tout{object-position:50% 43%;transform-origin:50% 43%;transform:scale(1.82)translateY(4%)}.adviser-photo-img--mark-belton{object-fit:cover;object-position:50% 10%;transform-origin:top;width:100%;height:100%;transform:scale(1.65)translateY(5%)}.adviser-photo-img--daniel-bujok{object-position:50% 42%;transform-origin:50% 42%;transform:scale(1.7)translateY(6%)}.adviser-initials{font-family:var(--font-serif);color:#ffffff57;font-size:2rem;font-weight:700}.cta-band{background:var(--navy);position:relative;overflow:hidden}.cta-band:before{content:"";background:radial-gradient(60% 80% at 85%,#b8963e12 0%,#0000 70%);position:absolute;inset:0}.cta-band-inner{z-index:1;justify-content:space-between;align-items:center;gap:48px;padding:72px 0;display:flex;position:relative}.cta-band h2{font-family:var(--font-serif);color:var(--white);margin-bottom:12px;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.cta-band p{color:#ffffff9e;max-width:500px;font-size:1rem;line-height:1.7}.cta-band-btns{flex-wrap:wrap;flex-shrink:0;gap:16px;display:flex}.company-grid{background:var(--grey-light);border:1px solid var(--grey-light);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.company-cell{background:var(--white);min-height:80px;color:var(--grey-mid);letter-spacing:.03em;text-align:center;transition:var(--transition);justify-content:center;align-items:center;padding:24px 16px;font-size:.8rem;font-weight:600;display:flex}.company-cell:hover{color:var(--charcoal);background:var(--grey-soft)}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--text-dark);font-size:.8125rem;font-weight:600}.form-control{border:1.5px solid var(--grey-light);border-radius:var(--radius-sm);width:100%;color:var(--text-dark);background:var(--white);transition:var(--transition);-webkit-appearance:none;outline:none;padding:13px 16px;font-size:.9375rem}.form-control:focus{border-color:var(--gold);box-shadow:0 0 0 3px #b8963e1a}.form-control::placeholder{color:var(--grey-mid)}textarea.form-control{resize:vertical;min-height:120px}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-note{color:var(--grey-text);font-size:.78rem;line-height:1.55}.compliance-notice{border:1px solid #b8963e2e;border-left:3px solid var(--gold);border-radius:var(--radius-sm);color:var(--text-body);background:#b8963e0d;padding:20px;font-size:.875rem;line-height:1.7}.advice-warning{border:1px solid var(--grey-light);border-top:3px solid var(--navy);border-radius:var(--radius-sm);color:var(--text-body);background:#0a162808;padding:20px;font-size:.875rem;line-height:1.65}.page-hero{background:var(--navy);padding:calc(var(--header-h) + 64px) 0 72px;position:relative;overflow:hidden}.page-hero:before{content:"";background:radial-gradient(70% 80% at 80%,#b8963e0e 0%,#0000 70%);position:absolute;inset:0}.page-hero:after{content:"";filter:brightness(0)invert();mix-blend-mode:screen;opacity:.038;pointer-events:none;background:url(/logo.png) 50%/contain no-repeat;width:380px;height:380px;position:absolute;bottom:-20px;right:-30px}.page-hero-inner{z-index:1;position:relative}.page-hero-crumb{color:#fff6;align-items:center;gap:8px;margin-bottom:20px;font-size:.78rem;display:flex}.page-hero-crumb a{color:#fff6;transition:var(--transition)}.page-hero-crumb a:hover{color:var(--gold)}.page-hero-crumb span{color:#fff3}.page-hero h1{font-family:var(--font-serif);color:var(--white);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:700}.page-hero p{color:#ffffffad;max-width:620px;font-size:1.125rem;line-height:1.7}.feature-list{flex-direction:column;gap:20px;display:flex}.feature-item{align-items:flex-start;gap:16px;display:flex}.fi-icon{background:var(--gold-pale);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.fi-icon svg{width:19px;height:19px;stroke:var(--gold);fill:none;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.fi-text h4{color:var(--text-dark);margin-bottom:4px;font-size:1rem;font-weight:600}.fi-text p{color:var(--grey-text);font-size:.875rem;line-height:1.6}.accordion{border:1px solid var(--grey-light);border-radius:var(--radius-lg);overflow:hidden}.acc-item{border-bottom:1px solid var(--grey-light)}.acc-item:last-child{border-bottom:none}.acc-trigger{background:var(--white);width:100%;color:var(--text-dark);text-align:left;transition:var(--transition);cursor:pointer;justify-content:space-between;align-items:center;padding:20px 24px;font-size:1rem;font-weight:600;display:flex}.acc-trigger:hover{background:var(--grey-soft)}.acc-trigger svg{width:18px;height:18px;stroke:var(--grey-text);fill:none;stroke-width:2px;flex-shrink:0;transition:transform .2s}.acc-item.open .acc-trigger svg{transform:rotate(180deg)}.acc-body{color:var(--text-body);padding:0 24px 24px;font-size:.9375rem;line-height:1.72;display:none}.acc-item.open .acc-body{display:block}.contact-detail{border-bottom:1px solid var(--grey-light);align-items:flex-start;gap:16px;padding:16px 0;display:flex}.contact-detail:last-child{border-bottom:none}.cd-icon{background:var(--gold-pale);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.cd-icon svg{width:21px;height:21px;stroke:var(--gold);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.cd-label{letter-spacing:.08em;text-transform:uppercase;color:var(--grey-text);margin-bottom:3px;font-size:.72rem;font-weight:600}.cd-value{color:var(--text-dark);font-size:.9375rem;line-height:1.5}.cd-value a:hover{color:var(--gold)}.login-card{background:var(--white);border:1px solid var(--grey-light);border-radius:var(--radius-xl);transition:var(--transition);padding:40px}.login-card:hover{box-shadow:var(--shadow-lg);border-color:#b8963e38}.lc-icon{border-radius:var(--radius-md);background:#0a16280f;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;display:flex}.lc-icon svg{width:27px;height:27px;stroke:var(--navy);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.login-card h3{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:8px;font-size:1.375rem;font-weight:700}.login-card p{color:var(--grey-text);margin-bottom:28px;font-size:.9rem;line-height:1.65}.lc-btn{background:var(--navy);width:100%;color:var(--white);border-radius:var(--radius-sm);transition:var(--transition);justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.9375rem;font-weight:600;display:flex}.lc-btn:hover{background:var(--navy-light);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.lc-btn svg{width:18px;height:18px;stroke:var(--white);fill:none;stroke-width:1.5px}.map-placeholder{background:var(--grey-soft);border:1px solid var(--grey-light);border-radius:var(--radius-lg);min-height:280px;color:var(--grey-text);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.map-placeholder svg{width:40px;height:40px;stroke:var(--grey-mid);fill:none}.map-placeholder p{font-size:.875rem}.related-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.related-card{border:1px solid var(--grey-light);border-radius:var(--radius-lg);transition:var(--transition);padding:20px}.related-card:hover{box-shadow:var(--shadow-xs);border-color:#b8963e47}.related-label{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:6px;font-size:.68rem;font-weight:600}.related-card h4{color:var(--text-dark);margin-bottom:6px;font-size:.9375rem;font-weight:600}.related-card p{color:var(--grey-text);font-size:.8125rem;line-height:1.55}.footer{background:#070e1b;border-top:1px solid #b8963e21}.footer-main{grid-template-columns:2fr 1fr 1fr 1.4fr;gap:56px;padding:64px 0;display:grid}.footer-desc{color:#fff6;max-width:270px;margin:16px 0 24px;font-size:.875rem;line-height:1.72}.footer-contact{flex-direction:column;gap:8px;display:flex}.footer-contact-item{color:#fff6;align-items:center;gap:8px;font-size:.8rem;display:flex}.footer-contact-item svg{width:13px;height:13px;stroke:var(--gold);fill:none;flex-shrink:0}.footer-contact-item a:hover{color:var(--gold)}.footer-col-title{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;font-size:.65rem;font-weight:700}.footer-links{flex-direction:column;gap:10px;display:flex}.footer-link{color:#fff6;transition:var(--transition);font-size:.8125rem;line-height:1.4}.footer-link:hover{color:var(--white)}.footer-afsl-card{border-radius:var(--radius-sm);background:#b8963e0d;border:1px solid #b8963e1a;margin-top:20px;padding:16px}.footer-afsl-card-title{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:8px;font-size:.6rem;font-weight:700}.footer-afsl-card-text{color:#fff6;font-size:.77rem;line-height:1.65}.footer-bottom{background:#ffffff05;border-top:1px solid #ffffff0d;padding:20px 0}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.footer-warning{color:#ffffff47;max-width:680px;font-size:.72rem;line-height:1.65}.footer-warning strong{color:#ffffff73}.footer-compliance{flex-wrap:wrap;flex-shrink:0;align-items:flex-start;gap:20px;padding-top:2px;display:flex}.footer-c-link{color:#ffffff4d;transition:var(--transition);white-space:nowrap;font-size:.72rem}.footer-c-link:hover{color:var(--gold)}.scroll-top{background:var(--navy);width:42px;height:42px;box-shadow:var(--shadow-md);opacity:0;pointer-events:none;transition:var(--transition);z-index:500;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:24px;right:24px}.scroll-top.visible{opacity:1;pointer-events:all}.scroll-top svg{width:18px;height:18px;stroke:var(--white);fill:none;stroke-width:2px;stroke-linecap:round}.timeline{padding-left:24px;position:relative}.timeline:before{content:"";background:var(--grey-light);width:1px;position:absolute;top:0;bottom:0;left:0}.timeline-item{padding-bottom:32px;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-dot{background:var(--gold);border:2px solid var(--white);width:10px;height:10px;box-shadow:0 0 0 1px var(--gold);border-radius:50%;position:absolute;top:4px;left:-28px}.timeline-year{letter-spacing:.08em;color:var(--gold);margin-bottom:4px;font-size:.72rem;font-weight:700}.timeline-title{color:var(--text-dark);margin-bottom:4px;font-size:1rem;font-weight:600}.timeline-desc{color:var(--grey-text);font-size:.875rem;line-height:1.6}.values-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.value-card{background:var(--grey-soft);border-radius:var(--radius-lg);border-left:3px solid var(--gold);padding:28px}.value-card h4{color:var(--text-dark);margin-bottom:8px;font-size:1rem;font-weight:600}.value-card p{color:var(--grey-text);font-size:.875rem;line-height:1.6}@media (max-width:1024px){.nav-phone{display:none}.services-grid{grid-template-columns:repeat(2,1fr)}.stats-bar{grid-template-columns:repeat(3,1fr)}.footer-main{grid-template-columns:1fr 1fr;gap:36px}.hero-panel{display:none}.company-grid{grid-template-columns:repeat(3,1fr)}.values-grid{grid-template-columns:1fr}}@media (max-width:768px){:root{--header-h:68px}.nav{display:none}.burger{display:flex}.audience-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr 1fr}.team-grid,.adviser-grid{grid-template-columns:1fr}.adviser-photo{width:116px;height:132px}.stats-bar{grid-template-columns:1fr 1fr}.stat-cell{border-bottom:1px solid #ffffff0f;border-right:none}.cta-band-inner{flex-direction:column;gap:28px;padding:56px 0}.cta-band-btns{width:100%}.footer-main{grid-template-columns:1fr;gap:32px;padding:48px 0}.form-row,.related-grid{grid-template-columns:1fr}.company-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom-inner{flex-direction:column}.section{padding:64px 0}.section--lg{padding:80px 0}.section-head{margin-bottom:40px}}@media (max-width:480px){.container{padding:0 20px}.services-grid{grid-template-columns:1fr}.adviser-card{gap:18px;padding:20px}.adviser-photo{width:104px;height:118px}.adviser-initials{font-size:1.55rem}.stats-bar{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-actions .btn{justify-content:center;width:100%}.login-card{padding:28px}}
