/* The Mortgage Actuary — structure, tokens, components and motion copied from the approved reference (sequel.co).
   Fonts: sequel uses VisueltPro + Bradford (commercial). Substitutes here: DM Sans (variable) + Instrument Serif italic, both OFL. */

@font-face{font-family:'DM Sans';src:url('/assets/fonts/dm-sans-var.woff2') format('woff2');font-weight:300 700;font-style:normal;font-display:swap}
@font-face{font-family:'Instrument Serif';src:url('/assets/fonts/instrument-serif-italic.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:'Instrument Serif';src:url('/assets/fonts/instrument-serif.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}

:root{
  --color-bg:#000000;
  --color-text:#ffffff;
  --color-text-muted:rgba(255,255,255,.78);
  --font-display:'DM Sans',system-ui,sans-serif;
  --font-serif:'Instrument Serif',Georgia,serif;
  --section1-poster-url:url('/assets/img/hero-poster.avif');
}
*{margin:0;padding:0;box-sizing:border-box}
html{scrollbar-gutter:stable;background:var(--color-bg);color:var(--color-text);font-family:var(--font-display);line-height:1.5;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
body{background:var(--color-bg);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;line-height:inherit}
html.lenis,html.lenis body{height:auto}
.lenis.lenis-smooth{scroll-behavior:auto!important}
.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}
.lenis.lenis-stopped{overflow:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
img,video{display:block;max-width:100%}
svg{display:block}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip{position:fixed;top:8px;left:8px;transform:translateY(-150%);background:#fff;color:#000;padding:12px;z-index:100;border-radius:9999px}
.skip:focus{transform:none}
:focus-visible{outline:2px solid #fff;outline-offset:4px}
em,.italic{font-style:italic}
[hidden]{display:none!important}

/* ---------- Layout primitives (sequel) ---------- */
#scrollSpacer{display:block;width:100%}
.section{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.header{display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;text-align:center;gap:1.5rem}
.title{font-size:clamp(3rem,4vw,6.5rem);font-weight:500;line-height:1;letter-spacing:-.05em}
.titleItalic{font-family:var(--font-serif);font-style:italic;font-weight:400;letter-spacing:-.05em}
.subtitle{font-size:clamp(2rem,2.2vw,4.2rem);font-weight:500;line-height:1;letter-spacing:-.03em;padding-left:2rem;padding-right:2rem}
.subtitleItalic{font-family:var(--font-serif);font-style:italic;font-weight:400;letter-spacing:-.05em}
.description{font-size:clamp(1.1rem,1.62vw,1.08rem);color:#fffffff0;font-weight:400;line-height:1.4;max-width:600px;margin:0 auto;padding-left:2rem;padding-right:2rem}

/* ---------- Glass, badges, buttons (sequel) ---------- */
.glass{display:inline-flex;align-items:center;width:fit-content;justify-content:center;background:#c8c8c81a;backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 30px #00000059,inset 0 1px #ffffff14;border-radius:9999px;white-space:nowrap;overflow:hidden}
.badge{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:2rem;width:fit-content;flex-shrink:0;background:#3a3a3a}
.badge.glass{background:#c8c8c82e;border-color:rgba(255,255,255,.35)}
.badgeText{font-size:clamp(.625rem,.8vw,.7rem);font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:inherit}
.btn-wrapper{padding:0}
.btn-component{display:inline-flex;align-items:center;width:fit-content;justify-content:center;border:none;border-radius:9999px;font-weight:500;white-space:nowrap;overflow:hidden;cursor:pointer;transition:all .3s ease}
.button-sm{height:42px;padding-left:20px;padding-right:20px;gap:5px}
.button-sm .btn-title{font-size:14px}
.button-md{height:45px;padding-left:24px;padding-right:24px;gap:7px}
.button-md .btn-title{font-size:15px}
.button-lg{height:52px;padding-left:28px;padding-right:28px;gap:9px}
.button-lg .btn-title{font-size:17px}
.btn-default{background:#f5f5f0;color:#000;box-shadow:0 4px 20px #00000026}
.btn-default:hover{background:#e5e5e0;box-shadow:0 4px 20px #00000040;transform:translateY(-2px)}
.btn-glass{background:transparent;color:#fff}
.btn-glass:hover{background:#ffffff1a}
.btn-title{font-weight:500}
.btn-icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease}
.btn-icon svg{display:block}
.btn-component:hover .btn-icon-right{transform:translateX(2px)}

/* ---------- Header ---------- */
.topGradient{position:fixed;top:0;left:0;right:0;z-index:50;height:12rem;background:linear-gradient(to bottom,rgba(0,0,0,.78) 0%,rgba(0,0,0,.55) 40%,rgba(0,0,0,0) 100%);pointer-events:none}
.pageHeader{position:fixed;top:0;left:0;right:0;z-index:60;pointer-events:none;opacity:0;transform:translateY(-10vh)}
.pageHeader nav{margin:0 auto;padding:1.5rem}
.navRow{display:flex;align-items:center;justify-content:space-between}
.navLeft{display:flex;flex:1;z-index:60}
.navLogo{display:inline-flex;min-height:44px;min-width:44px;align-items:center;pointer-events:auto}
.navLogo img{height:34px;width:auto}
.navTabs{display:none}
.navRight{display:none}
.navRight .btn-component{pointer-events:auto}
.menuButton{display:flex;flex-direction:column;align-items:center;justify-content:center;width:44px;height:44px;gap:5px;z-index:60;pointer-events:auto}
.menuLine{display:block;width:20px;height:2px;border-radius:9999px;background:#fff;transform-origin:center;transition:transform .3s ease-out}
@media(min-width:1024px){
  .pageHeader nav{padding:2.5rem}
  .navTabs{display:flex;flex:1;align-items:center;justify-content:center;gap:2rem;pointer-events:auto;transition:opacity .3s ease-out}
  .navTabs a{color:rgba(255,255,255,.9);font-size:1rem;font-weight:500;transition:color .2s}
  .navTabs a:hover{color:#fff}
  .navTabs .navLang{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.7)}
  .navRight{display:flex;flex:1;justify-content:flex-end}
  .menuButton{display:none}
}
.mobileMenuOverlay{position:fixed;inset:0;background:#000;z-index:55;pointer-events:none;clip-path:circle(0% at calc(100% - 2rem) 2.5rem)}
.mobileMenuOverlay nav{display:flex;flex-direction:column;height:100%;padding:1.5rem 0}
.mobileMenuCenter{display:flex;flex:1;justify-content:center;flex-direction:column}
.mobileMenuLinks{display:flex;flex-direction:column;gap:.75rem;padding:0 1.5rem}
.mobile-nav-link{color:#fff;font-size:2.25rem;font-weight:300;line-height:1.25;letter-spacing:-.025em}
.mobileMenuMeta{display:flex;flex-direction:column;gap:.5rem;padding:2rem 1.5rem 0;color:rgba(255,255,255,.8);font-size:.875rem}
.mobileMenuMeta a{color:#fff}
.mobileMenuSocial{display:flex;align-items:center;gap:1.25rem;padding:0 1.5rem}
.social-icon{color:#fff;opacity:.9}
@media(min-width:1024px){.mobileMenuOverlay{display:none}}

/* ---------- Section 1: hero ---------- */
.section1{opacity:1;height:100vh;display:flex;justify-content:flex-start;overflow:hidden;background-color:#000}
.section1:before{content:"";position:absolute;inset:0;background-image:var(--section1-poster-url);background-position:center;background-repeat:no-repeat;background-size:cover;opacity:1;transition:opacity .2s ease;pointer-events:none;z-index:0}
.section1.section1PosterHidden:before{opacity:0}
.section1Video{position:absolute;top:0;left:0;width:100%;height:100vh;object-fit:cover;object-position:center;z-index:1;opacity:1}
.section1Content{position:relative;width:100%;height:100dvh;display:flex;flex-direction:column;justify-content:flex-end;overflow:visible;pointer-events:none}
.section1Header{width:100%;flex-direction:row;align-items:flex-end;padding:5rem;padding-bottom:7vh;z-index:1;overflow:visible;pointer-events:none}
.section1HeaderGradient{position:absolute;bottom:0;left:0;right:0;width:100%;height:50vh;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.6) 100%);pointer-events:none;z-index:1}
.section1HeaderButtons{display:flex;flex-direction:row;align-items:center;gap:1rem;pointer-events:auto;opacity:0;transform:translateY(8vh)}
.section1HeaderLeft{display:flex;flex-grow:1;flex-direction:column;align-items:flex-start;justify-content:center}
.section1HeaderRight{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}
.section1HeaderRightContent{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1.75rem}
.section1Title{text-align:left;opacity:0;max-width:100%;text-wrap:balance}
.section1TitleItalic{margin-right:.02em;margin-left:.25em}
.section1Description{text-align:left;max-width:320px;padding-left:0;padding-right:0;color:#fffffff0;opacity:.01}
.homeVideoControlsContainer{position:absolute;bottom:3vh;left:50%;transform:translate(-50%);z-index:100;opacity:0;pointer-events:none}
.homeVideoControls{display:flex;align-items:center;gap:3px;padding:5px}
.homeVideoControlButton{width:34px;height:34px;border:none;background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}
.homeVideoControlButton:hover{background:#ffffff1a}
.homeVideoControlTime{font-size:14px;font-weight:500;color:#fff;font-variant-numeric:tabular-nums;min-width:40px;padding-left:5px;padding-right:5px;text-align:center}

/* ---------- Section 2: two cards ---------- */
.section2{padding-top:30vh;padding-left:clamp(1rem,2vw,2rem);padding-right:clamp(1rem,2vw,2rem);padding-bottom:20vh;align-items:center}
.section2Subtitle{text-align:center;max-width:800px}
.section2SubtitleItalic{margin-left:.25em;margin-right:.25em}
.section2Cards{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,2vw,2rem);max-width:1200px;margin-top:15vh}
.homeCard{position:relative;width:100%;max-width:550px;aspect-ratio:1/1;border-radius:10px;overflow:hidden;pointer-events:auto}
.homeCardImage{position:absolute;top:-50%;left:0;width:100%;height:150%;object-fit:cover;z-index:0}
.homeCardOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000000,#00000033,#00000099);z-index:1}
.homeCardContent{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:clamp(.75rem,1.2vw,1rem);z-index:2;border:1px solid rgba(255,255,255,.18);border-radius:10px}
.homeCardBadge{align-self:flex-end;margin-bottom:auto}
.homeCardText{display:flex;flex-direction:column;margin-top:auto;padding:clamp(.5rem,.75vw,.75rem);padding-top:0}
.homeCardTitle{font-size:clamp(1.2rem,1.5vw,2rem);font-weight:500;line-height:1.2;letter-spacing:-.02em;color:#fff}
.homeCardAbout{margin-top:.5rem;font-size:clamp(.8rem,.9vw,1rem);font-weight:400;line-height:1.4;color:#fffffff2;max-width:90%}
.homeCardButton{margin-top:1.75rem}

/* ---------- Section 3: sticky video + beliefs ---------- */
.section3{height:325vh}
.section3Content{width:100%;height:100vh;position:sticky;top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;overflow:hidden}
.section3BeliefsTitle{font-size:clamp(.9rem,1.1vw,1.1rem);font-weight:500;letter-spacing:.07em;line-height:1.2;opacity:1;margin-bottom:5vh;text-align:center;text-transform:uppercase;color:#fff;z-index:10}
.section3Video{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:100vw;height:100vh;object-fit:cover;z-index:0;opacity:.62;border:1px solid rgba(255,255,255,.15);overflow:hidden;background:#111}
.section3Text{width:100%;max-width:100vw;height:20vh;padding-top:5vh;display:flex;flex-direction:column;align-items:center;z-index:1;overflow:hidden}
.section3TextItems{flex-shrink:0;display:flex;max-width:100vw;flex-direction:column;align-items:center;height:auto;min-height:max-content}
.section3TextItem{flex-shrink:0;min-height:10vh;font-size:clamp(2rem,2.2vw,4.2rem);font-weight:500;display:block;padding-left:2rem;padding-right:2rem;letter-spacing:-.03em;line-height:1.2;text-align:center;width:100%}
.section3TextItemItalic{font-family:var(--font-serif);font-style:italic;font-weight:400;letter-spacing:-.05em;margin-left:.1em;margin-right:.1em}
.section3Button{z-index:10}

/* ---------- Section 4: financing tiles ---------- */
.section4{padding-top:30vh}
.section4SubtitleItalic{margin-left:.15em;margin-right:.15em}
.section4Founders{margin-top:10vh}
.founders{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;padding-left:2rem;padding-right:2rem;opacity:1;z-index:10}
.foundersColumn{width:clamp(360px,30vw,400px);flex-shrink:0;opacity:0;display:flex;flex-direction:column;align-items:center;gap:1rem}
.foundersColumnReverse{flex-direction:column-reverse}
.videoTile{position:relative;width:100%;flex-grow:1;aspect-ratio:3.5/4;border-radius:10px;overflow:hidden;background:#2a2a2a;min-height:280px}
.videoTileVideo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.92;border-radius:10px;transition:opacity .3s ease}
.videoTile:hover .videoTileVideo{opacity:1}
.videoTileOverlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;background:linear-gradient(to bottom,rgba(0,0,0,.25) 0%,transparent 30%,transparent 60%,rgba(0,0,0,.55) 100%)}
.videoTileHeader{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.videoTileFooter{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}
.videoTileInfo{flex:1}
.videoTileTitle{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:500;margin-bottom:.25rem}
.videoTileSubtitle{font-size:clamp(.625rem,.9vw,.75rem);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}
.volumeIndicator{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;opacity:0;transform:scale(.8);transition:opacity .2s ease,transform .2s ease;pointer-events:none}
.volumeIndicator.visible{opacity:1;transform:scale(1)}
.volumeIndicator .glass{width:100%;height:100%}
.volumeIcon{width:1.25rem;height:1.25rem;color:#fff;display:none}
.volumeIndicator.showVolumeOn .volumeOn,.volumeIndicator.showVolumeOff .volumeOff{display:block}
.quoteTile{width:100%;position:relative;border-radius:10px;background:#262626;border:1px solid rgba(255,255,255,.12);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;min-height:140px}
.quoteTileQuote{font-size:clamp(.875rem,1.2vw,1rem);font-weight:500;line-height:1.4;flex:1}
.quoteTileSubtitle{font-size:clamp(.625rem,.8vw,.7rem);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}

/* ---------- Section 5: indicators (stats) + marquee ---------- */
.section5{padding-top:30vh;justify-content:center}
.section5Header{opacity:1}
.section5Subtitle{max-width:800px}
.section5SubtitleItalic{margin-right:.15em;margin-left:.15em}
.section5Description{max-width:600px}
.section5Leagues{margin-top:15vh}
.stats{margin-top:10vh;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;max-width:100vw;padding-left:2rem;padding-right:2rem}
.stats::-webkit-scrollbar{display:none}
.stat{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem;width:clamp(211.97px,21.197vw,282.62px);height:clamp(211.97px,21.197vw,282.62px);flex-shrink:0;padding:1.2rem;border-left:1px solid rgba(255,255,255,.28)}
.statContent{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}
.statBadgeText{font-size:clamp(.719rem,.92vw,.805rem);font-weight:500;text-transform:uppercase;letter-spacing:.05em}
.statTitle{margin-top:1rem;font-size:clamp(2.96rem,4.06vw,3.38rem);font-weight:300;line-height:1.2;text-align:left;font-variant-numeric:tabular-nums}
.statSubtitle{font-size:clamp(.7rem,.96vw,.8rem);letter-spacing:.03em;font-weight:400;line-height:1.4;text-align:left;max-width:200px;opacity:.85;text-transform:uppercase}
.statChange{font-size:clamp(.7rem,.96vw,.8rem);letter-spacing:.03em;opacity:.7;text-transform:uppercase}
.statsNote{margin-top:2rem;max-width:600px;padding:0 2rem;text-align:center;font-size:.75rem;color:rgba(255,255,255,.6);line-height:1.5}
leagues-element{display:block}
.league{--league-width:100vw;--league-height:17vh;--league-elements-displayed:6;--league-element-width:calc(var(--league-width)/var(--league-elements-displayed));--league-gap:3rem;--league-animation-duration:calc(var(--league-elements,14)*3s);width:var(--league-width);height:var(--league-height);color:#fff;overflow:hidden;position:relative}
.league:before,.league:after{position:absolute;top:0;width:10rem;height:100%;content:"";z-index:1}
.league:before{left:0;background:linear-gradient(to right,#000,transparent)}
.league:after{right:0;background:linear-gradient(to left,#000,transparent)}
.league-content{list-style:none;height:100%;display:flex;gap:var(--league-gap);padding:0;margin:0;animation:leagues-scrolling var(--league-animation-duration) linear infinite;animation-play-state:var(--scroll-play-state,paused)}
@keyframes leagues-scrolling{0%{transform:translate(0)}to{transform:translate(calc(-1*var(--league-elements,14)*(var(--league-element-width) + var(--league-gap))))}}
.league-content li{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:var(--league-element-width);max-height:100%;white-space:nowrap}
.league-item{display:flex;justify-content:center;align-items:center;width:100%;height:100%;opacity:0;filter:blur(20px);font-size:clamp(1.1rem,1.6vw,1.6rem);font-weight:300;letter-spacing:-.02em;color:rgba(255,255,255,.9)}

/* ---------- Section 6: closing statement ---------- */
.section6{padding-top:30vh;padding-bottom:10vh;justify-content:center}
.section6Header{opacity:1}
.section6Subtitle{max-width:1000px}
.section6SubtitleItalic{margin-right:.15em;margin-left:.15em}
.section6Description{max-width:600px}

/* ---------- Section 7: contact form (same tokens) ---------- */
.section7{padding-top:20vh;padding-bottom:30vh;justify-content:center}
.section7Header{opacity:1}
.section7Subtitle{max-width:900px}
.section7SubtitleItalic{margin-right:.15em;margin-left:.15em}
.contactForm{width:100%;max-width:760px;margin-top:8vh;padding:0 2rem;opacity:0;transform:translateY(6vh)}
.formGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.field{display:flex;flex-direction:column;gap:.5rem}
.field.full{grid-column:1/-1}
.field label{font-size:clamp(.7rem,.85vw,.75rem);font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:rgba(255,255,255,.92)}
.field input,.field select,.field textarea{width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.38);border-radius:10px;color:#fff;padding:0 1rem;height:48px;font-size:15px;transition:border-color .2s ease,background .2s ease;appearance:none;-webkit-appearance:none}
.field textarea{height:auto;min-height:150px;padding:.9rem 1rem;resize:vertical;line-height:1.5}
.field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}
.field select option{color:#000}
.field input::placeholder,.field textarea::placeholder{color:rgba(255,255,255,.55)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:#fff;background:#ffffff26}
.field [aria-invalid=true]{border-color:#ff6b6b}
.consent{display:flex;gap:.75rem;align-items:flex-start;font-size:.85rem;color:rgba(255,255,255,.9);line-height:1.5}
.consent input{width:18px;height:18px;flex-shrink:0;accent-color:#f5f5f0;margin-top:2px;padding:0;border-radius:0;appearance:auto;-webkit-appearance:checkbox;cursor:pointer}
.consent a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.formActions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-top:.5rem}
.formNote{font-size:.8rem;color:rgba(255,255,255,.7)}
.formStatus{font-size:.9rem;color:#fff;min-height:1.4em;margin-top:.5rem}
.formStatus.error{color:#ff8a8a}
.formStatus:empty{display:none}
.trap{position:absolute;left:-9999px}
.direct{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-top:1.5rem;font-size:.95rem;color:rgba(255,255,255,.9)}
.direct a{color:#fff}

/* ---------- Footer ---------- */
.footerWrap{overflow:hidden}
.siteFooter{background:#0d0d0d;width:100%;box-shadow:inset 0 2px 0 0 #2C2C2C;padding:6rem 0;gap:10rem;display:flex;flex-direction:column;opacity:0;transform:translateY(24rem);transition:all 1s ease-out}
.siteFooter.is-visible{opacity:1;transform:translateY(0)}
.footerPad{padding:0 1.5rem}
.footerTitle{color:#fff;font-size:3rem;font-weight:500;letter-spacing:-.025em;line-height:1}
.footerTitle .italic{font-family:var(--font-serif);font-weight:400}
.footerColumns{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4rem}
.footerGroups{display:flex;flex-wrap:wrap;gap:2rem 4rem}
.footerGroup{display:flex;flex-direction:column;gap:1rem}
.footerLabel{color:rgba(255,255,255,.85);font-size:10px;text-transform:uppercase;letter-spacing:.025em}
.footerLinks{display:flex;flex-direction:column;gap:1rem}
footer-link{display:inline-flex}
footer-link a{display:inline-block;position:relative;overflow:hidden;font-size:1rem;color:#fff}
footer-link a:before{content:"";position:absolute;bottom:2px;left:0;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .735s cubic-bezier(.625,.05,0,1)}
footer-link a:hover{opacity:.6;transition:opacity .735s cubic-bezier(.625,.05,0,1)}
footer-link a:hover:before{transform:scaleX(1);transform-origin:left}
.footerClocks{display:none}
.footerClock{display:flex;flex-direction:column;gap:1.5rem}
.footerClockInner{display:flex;flex-direction:column;padding:0 .5rem}
.footerClock h3{color:#fff;font-size:1.875rem;font-weight:300;letter-spacing:-.025em;margin-top:1.25rem;line-height:1.2}
.footerClock p{color:rgba(255,255,255,.8);font-size:10px;text-transform:uppercase;letter-spacing:.025em;margin-top:.25rem}
.footerDivider{width:100%;height:1px;background:rgba(255,255,255,.2)}
.clock{width:80px;height:80px}
.clock-hand-hour,.clock-hand-minute,.clock-hand-second{transform-origin:40px 40px}
.footerBottom{padding-bottom:3rem}
.footerBottomRow{display:flex;flex-direction:column;gap:2rem}
.footerCopy{font-size:13px;color:#fff;text-transform:uppercase;letter-spacing:.025em}
.footerSocial{display:flex;gap:1rem;align-items:center}
.footerSocial a{color:#fff;opacity:.4;transition:opacity .735s cubic-bezier(.625,.05,0,1)}
.footerSocial a:hover{opacity:1}
.footerDisclaimer{margin-top:2rem;font-size:.75rem;color:rgba(255,255,255,.62);line-height:1.5;max-width:900px}
@media(min-width:768px){
  .footerPad{padding:0 3rem}
  .footerTitle{font-size:4.5rem}
  .footerGroups{gap:2rem 5rem}
  .footerBottomRow{flex-direction:row;align-items:center;justify-content:space-between}
  .footerBottom{padding-bottom:4rem}
}
@media(min-width:1024px){
  .footerPad{padding:0 6rem}
  .footerTitle{font-size:8rem}
  .footerGroups{gap:2rem 12rem}
  .footerClocks{display:grid;grid-template-columns:repeat(3,1fr);gap:0 6rem}
}

/* ---------- Privacy page ---------- */
.legal{max-width:760px;margin:0 auto;padding:22vh 2rem 20vh;color:rgba(255,255,255,.75);line-height:1.6}
.legal h1{color:#fff;font-size:clamp(2rem,4vw,3.5rem);font-weight:500;letter-spacing:-.03em;line-height:1.05;margin-bottom:2rem}
.legal h2{color:#fff;font-size:1.25rem;font-weight:500;margin:2.5rem 0 .75rem}
.legal p,.legal li{margin-bottom:1rem}
.legal ul{padding-left:1.25rem}
.legal a{color:#fff;text-decoration:underline;text-underline-offset:3px}

/* ---------- Responsive (sequel breakpoints) ---------- */
@media(max-width:1024px){
  .section1Header{flex-direction:column;align-items:center;padding:3vh}
  .section1HeaderGradient{height:70vh;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,1) 100%)}
  .section1HeaderLeft{overflow:hidden}
  .section1Title,.section1Description{text-align:center}
  .section1HeaderRight{align-items:center;width:100%}
  .section1HeaderLeft,.section1HeaderRightContent,.section1HeaderButtons{width:100%;max-width:100%}
  .section1HeaderButtons{flex-wrap:wrap;justify-content:center}
  .section1Description{max-width:100%}
  .section1HeaderRightContent{flex-direction:column-reverse;align-items:center}
  .section2{padding-top:10vh}
  .section2Cards{grid-template-columns:1fr;max-width:500px}
  .section3Button{margin-top:5vh}
  .stats{margin-top:2vh;gap:0}
  .stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;max-width:400px;height:clamp(245px,26vw,350px);background:#19191900;border-radius:.75rem;border:none}
  .statContent{align-items:center}
  .statTitle,.statSubtitle,.statChange{text-align:center}
  .section5Leagues{margin-top:10vh}
  .formGrid{grid-template-columns:1fr}
}
@media(max-width:800px){
  .foundersColumnReverse{flex-direction:column}
  .foundersColumn{width:100%;max-width:420px}
}
@media(max-width:600px){
  .title{font-size:clamp(2.4rem,11.5vw,3rem)}
  .subtitle,.section3TextItem{font-size:clamp(1.6rem,7.5vw,2rem)}
  .league{--league-width:100vw;--league-height:10vh;--league-elements-displayed:2.2;--league-gap:2rem}
  .league:before,.league:after{width:5rem}
  .section1Description{max-width:100%}
  .section1HeaderButtons{flex-wrap:wrap;justify-content:center}
}

/* ---------- No-JS / reduced motion fallbacks ---------- */
.no-js .pageHeader,.no-js .section1Title,.no-js .section1Description,.no-js .section1HeaderButtons,.no-js .heroRates,.no-js .foundersColumn,.no-js .contactForm{opacity:1;transform:none}
.no-js .section1{opacity:1}
.no-js .league-item{opacity:1;filter:none}
.no-js .siteFooter{opacity:1;transform:none}
.pageHeader.static{opacity:1;transform:none}
.navRight.static{display:flex}
@media(prefers-reduced-motion:reduce){
  .league-content{animation:none}
  .siteFooter{transition:none}
}


/* ===== Light canvas (asked by Nicolas 2026-09-10; readability research favours light for 40+ readers). Photo sections keep white text. ===== */
:root{--bg:#f6f5f1;--fg:#0b0b0b;--fg-2:rgba(11,11,11,.84);--muted:rgba(11,11,11,.62);--surface:#ffffff;--surface-2:#ecebe4;--line:rgba(11,11,11,.14);--line-strong:rgba(11,11,11,.3);--pill-bg:#0b0b0b;--pill-fg:#ffffff;--pill-hover:#262626;--footer-bg:#edece6;--color-text-muted:var(--muted)}
html,body{background:var(--bg);color:var(--fg)}
:focus-visible{outline-color:var(--fg)}
.skip{background:#0b0b0b;color:#fff}
.description{color:var(--fg-2)}
.badge{background:rgba(11,11,11,.08);color:var(--fg)}
.badge.glass{background:rgba(11,11,11,.06);border-color:rgba(11,11,11,.18);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;color:var(--fg)}
.btn-default{background:var(--pill-bg);color:var(--pill-fg);box-shadow:0 4px 20px rgba(0,0,0,.12)}
.btn-default:hover{background:var(--pill-hover);box-shadow:0 4px 20px rgba(0,0,0,.2);transform:translateY(-2px)}
/* Over photos and the dark approach band: keep the original white pills and glass */
.section1 .btn-default,.homeCard .btn-default{background:#f5f5f0;color:#000}
.section1 .btn-default:hover,.homeCard .btn-default:hover{background:#e5e5e0}
.section1 .badge.glass,.homeCard .badge.glass,.videoTile .badge.glass,.section1 .glass,.section3 .glass,.volumeIndicator .glass{background:#c8c8c82e;border-color:rgba(255,255,255,.35);box-shadow:0 10px 30px #00000059,inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(20px) saturate(140%);backdrop-filter:blur(20px) saturate(140%);color:#fff}
.section1 .btn-glass,.section3 .btn-glass{color:#fff}
/* Header: white over the hero, dark on the light canvas */
.topGradient{transition:opacity .3s ease}
body.onLight .topGradient{opacity:0}
.pageHeader.onLight .navLogo img{filter:invert(1) brightness(.1)}
.pageHeader.onLight .navTabs a{color:rgba(11,11,11,.85)}
.pageHeader.onLight .navTabs a:hover{color:#0b0b0b}
.pageHeader.onLight .navTabs .navLang{color:rgba(11,11,11,.6)}
.pageHeader.onLight .navRight .btn-default{background:var(--pill-bg);color:var(--pill-fg)}
.pageHeader.onLight .menuLine{background:#0b0b0b}
.pageHeader.menuOpen .menuLine{background:#0b0b0b}
.pageHeader.menuOpen .navLogo img{filter:invert(1) brightness(.1)}
.mobileMenuOverlay{background:var(--bg)}
.mobile-nav-link{color:var(--fg)}
.mobileMenuMeta{color:var(--muted)}
.mobileMenuMeta a{color:var(--fg)}
/* Hero keeps white text over the photo */
.section1{color:#fff}
.section1Title,.section1Description{color:#fff}
.section1Description{color:#fffffff0}
/* Section 2 cards on light canvas */
.section2Subtitle{color:var(--fg)}
/* Section 3 stays a dark band */
.section3Content{background:#000;color:#fff}
.section3BeliefsTitle,.section3TextItem{color:#fff}
/* Tiles and quote tiles */
.videoTile{background:#dedcd4}
.quoteTile{background:var(--surface);border-color:var(--line);color:var(--fg)}
.quoteTileSubtitle{color:var(--muted)}
/* Stats */
.stat{border-left-color:var(--line-strong)}
.statTitle,.statSubtitle,.statChange{color:var(--fg)}
.statSubtitle{opacity:.72}
.statChange{opacity:.62}
.statsNote{color:var(--muted)}
.league:before{background:linear-gradient(to right,var(--bg),transparent)}
.league:after{background:linear-gradient(to left,var(--bg),transparent)}
.league-item{color:rgba(11,11,11,.8)}
/* Form */
.field label{color:var(--fg-2)}
.field input,.field select,.field textarea{background-color:var(--surface);border-color:var(--line-strong);color:var(--fg)}
.field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%230b0b0b' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}
.field input::placeholder,.field textarea::placeholder{color:rgba(11,11,11,.42)}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#0b0b0b;background-color:var(--surface)}
.field [aria-invalid=true]{border-color:#b3261e}
.consent{color:var(--fg-2)}
.consent input{accent-color:#0b0b0b}
.consent input:focus-visible{outline:2px solid var(--fg);outline-offset:3px}
.consent a,.direct a{color:var(--fg)}
.formNote,.direct{color:var(--muted)}
.formStatus{color:var(--fg)}
.formStatus.error{color:#b3261e}
/* Footer */
.siteFooter{background:var(--footer-bg);box-shadow:inset 0 2px 0 0 #dcdad2;color:var(--fg)}
.footerTitle,.footerClock h3,.footerCopy,footer-link a{color:var(--fg)}
.footerLabel,.footerClock p,.footerDisclaimer{color:var(--muted)}
.footerDivider{background:var(--line)}
.clock circle:first-child{stroke:rgba(11,11,11,.25)}
.clock line{stroke:#0b0b0b}
.clock .clock-hand-second{stroke:rgba(11,11,11,.5)}
.clock circle:last-child{fill:#0b0b0b}
.footerSocial a{color:var(--fg)}
/* Legal page */
.legal{color:var(--fg-2)}
.legal h1,.legal h2,.legal a{color:var(--fg)}
.legal p,.legal li{color:var(--fg-2)}
.pageHeader.static .navLogo img{filter:invert(1) brightness(.1)}
.pageHeader.static .navRight .btn-default{background:var(--pill-bg);color:var(--pill-fg)}
/* Mobile call bar (click-to-call is the main mobile conversion) */
.mobileBar{position:fixed;left:.75rem;right:.75rem;bottom:.75rem;z-index:52;display:flex;gap:.5rem;padding:.4rem;border-radius:9999px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(11,11,11,.12);box-shadow:0 10px 30px rgba(0,0,0,.18);transform:translateY(120%);transition:transform .35s ease}
.mobileBar.is-visible{transform:none}
.mobileBar a{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;height:44px;border-radius:9999px;font-size:.9rem;font-weight:500}
.mobileBar .call{background:#0b0b0b;color:#fff}
.mobileBar .write{color:#0b0b0b}
@media(min-width:1024px){.mobileBar{display:none}}
@media(max-width:1023px){.section7{padding-bottom:36vh}.footerBottom{padding-bottom:6rem}}


/* ===== Hero refinements (Nicolas 2026-09-10): typographic market line, language top right, CTA in the hero ===== */
.navTabs a,.navLang,.pageHeader:not(.onLight) .navLogo{text-shadow:0 1px 2px rgba(0,0,0,.6),0 2px 14px rgba(0,0,0,.35)}
.pageHeader.onLight .navTabs a,.pageHeader.onLight .navLang{text-shadow:none}
.navRight{align-items:center;gap:1.25rem}
.navRight .navLang{display:inline-flex;align-items:center;min-height:44px;padding:0 .5rem;color:rgba(255,255,255,.92);font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;pointer-events:auto;transition:color .2s}
.navRight .navLang:hover{color:#fff}
.pageHeader.onLight .navRight .navLang{color:rgba(11,11,11,.75)}
.pageHeader.onLight .navRight .navLang:hover{color:#0b0b0b}
.navCta{transition:opacity .3s ease,transform .3s ease}
.pageHeader:not(.onLight) .navCta{opacity:0;pointer-events:none;transform:translateY(-6px)}
@media(max-width:1023px){.navRight{display:flex;flex:0 0 auto;margin-left:auto;margin-right:.25rem}.navRight .navCta{display:none}}
.section1HeaderRightContent{gap:1.25rem;align-items:flex-end}
.section1Description{max-width:340px;text-align:right}
.section1HeaderButtons{justify-content:flex-end}
.heroRates{margin-top:2rem;max-width:620px;opacity:0;transform:translateY(8vh);pointer-events:auto}
.heroRatesHead{display:flex;align-items:baseline;gap:.75rem;padding-bottom:.6rem;border-bottom:1px solid rgba(255,255,255,.35);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.85)}
.heroRatesHead:hover span:first-child{text-decoration:underline;text-underline-offset:4px}
.heroRatesDate{color:rgba(255,255,255,.6);letter-spacing:.08em;text-transform:none;font-size:.72rem}
.heroRatesDate:empty{display:none}
.heroRatesRow{display:grid;grid-template-columns:repeat(3,auto);gap:0 2.25rem;margin:0;padding-top:.75rem}
.heroRatesRow>div{display:flex;flex-direction:column;gap:.15rem}
.heroRatesRow dt{font-size:.72rem;letter-spacing:.02em;color:rgba(255,255,255,.72)}
.heroRatesRow dd{margin:0;display:flex;align-items:baseline;gap:.5rem;font-variant-numeric:tabular-nums}
.heroRatesRow .val{font-size:1.35rem;font-weight:400;letter-spacing:-.02em;color:#fff}
.heroRatesRow .chg{font-size:.72rem;color:rgba(255,255,255,.65)}
.heroRatesRow .chg:empty{display:none}
.heroRates[hidden]{display:none}
@media(max-width:1024px){
  .section1HeaderLeft{align-items:center}
  .heroRates{margin-top:1.25rem;width:100%;max-width:520px}
  .heroRatesHead{justify-content:center}
  .heroRatesRow{grid-template-columns:repeat(3,1fr);gap:0 1rem;text-align:center}
  .heroRatesRow>div{align-items:center}
  .heroRatesRow dd{justify-content:center;flex-wrap:wrap;gap:.35rem}
  .section1Description{text-align:center;max-width:100%}
  .section1HeaderRightContent{align-items:center;flex-direction:column}
  .section1HeaderButtons{justify-content:center}
}
@media(max-width:600px){
  .heroRatesRow dt{font-size:.62rem}
  .heroRatesRow .val{font-size:1.1rem}
  .heroRatesRow .chg{display:none}
}

/* ===== Eyebrows as plain small caps, not pills (Nicolas 2026-09-10) ===== */
.badge,.badge.glass,.section1 .badge.glass,.homeCard .badge.glass,.videoTile .badge.glass,.quoteTile .badge,.statBadge{background:transparent;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;border-radius:0;min-height:0}
.badgeText{font-size:.68rem;letter-spacing:.14em;font-weight:500}
.quoteTile .badgeText,.stat .badgeText{color:var(--muted)}
.homeCard .badgeText,.videoTile .badgeText{color:rgba(255,255,255,.92);text-shadow:0 1px 2px rgba(0,0,0,.6),0 2px 12px rgba(0,0,0,.35)}
.homeCardBadge{align-self:flex-start}
.stat{gap:.5rem}
.statTitle{margin-top:.25rem}


/* ===== Round 3 (Nicolas 2026-09-10): approach legibility, tile contrast, document captions, aligned stats ===== */
.section3Content:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.55),rgba(0,0,0,.38) 45%,rgba(0,0,0,.6));z-index:1;pointer-events:none}
.section3Video{opacity:.85}
.section3BeliefsTitle{position:relative;z-index:2;font-size:clamp(1rem,1.3vw,1.3rem);letter-spacing:.18em;text-shadow:0 1px 2px rgba(0,0,0,.6),0 2px 16px rgba(0,0,0,.4)}
.section3Text{z-index:2}
.section3TextItem{text-shadow:0 2px 4px rgba(0,0,0,.55),0 4px 28px rgba(0,0,0,.45)}
.section3Button{position:relative;z-index:2}
.videoTileOverlay{background:linear-gradient(to bottom,rgba(0,0,0,.5) 0%,rgba(0,0,0,.05) 32%,rgba(0,0,0,.05) 55%,rgba(0,0,0,.78) 100%)}
.videoTileTitle,.videoTileSubtitle{text-shadow:0 1px 2px rgba(0,0,0,.6),0 2px 12px rgba(0,0,0,.4)}
.videoTileSubtitle{color:rgba(255,255,255,.85)}
.videoTileVideo{opacity:1}
.foundersColumnReverse{flex-direction:column}
.quoteTile{background:transparent;border:0;padding:.85rem .25rem 0;min-height:0;gap:.45rem}
.quoteTile .badgeText{color:var(--muted)}
.quoteTileQuote{font-size:.92rem;font-weight:400;line-height:1.5;color:var(--fg-2);flex:none}
.stat{justify-content:flex-start}
.statContent{margin-top:auto;width:100%}
.statTitle{margin-top:0;line-height:1.1}
.statSubtitle{min-height:2.85em;max-width:none}
.statChange{min-height:1.45em}
@media(max-width:1024px){.stat{justify-content:center}.statContent{margin-top:0}.statSubtitle,.statChange{min-height:0}}

.videoTileTitle{color:#fff}
.homeCardTitle{color:#fff}

/* ===== Round 4 (Nicolas 2026-09-10): hero values on one baseline, footer phone never wraps ===== */
.heroRatesRow{align-items:end}
.heroRatesRow>div{justify-content:flex-end}
.heroRatesRow dd{flex-wrap:nowrap;white-space:nowrap}
.heroRatesRow dt{line-height:1.3}
@media(max-width:1024px){.heroRatesRow dd{flex-wrap:nowrap}}
@media(max-width:1024px) and (min-width:601px){.heroRatesRow .chg{font-size:.68rem}}
footer-link a,.footerBottomRow a{white-space:nowrap}
@media(min-width:1024px){.footerCopy{white-space:nowrap}}
.footerBottomRow{flex-wrap:wrap}
@media(min-width:768px) and (max-width:1023px){.footerBottomRow{gap:1.5rem 2rem}.footerCopy{white-space:normal}}

/* Privacy control uses the existing footer text treatment. */
.cookieSettings{font:inherit;font-size:.875rem;color:inherit;background:none;border:0;padding:0;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.cookieSettings:focus-visible{outline:2px solid currentColor;outline-offset:4px}
