*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#f6f1e7;
  background:#050505;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 5vw;
  background:linear-gradient(180deg,rgba(0,0,0,.88),rgba(0,0,0,.42),transparent);
  backdrop-filter:blur(14px);
}
.brand img{height:58px;width:auto}
.nav-links{display:flex;gap:24px;align-items:center;font-size:.82rem;text-transform:uppercase;letter-spacing:.12em}
.nav-links a{opacity:.86;transition:.25s}
.nav-links a:hover{color:#d4af55;opacity:1}
.menu-toggle{display:none;background:none;border:0;color:#d4af55;font-size:2rem}
.hero{
  min-height:100svh;
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden;
  padding:150px 24px 90px;
}
.hero-bg{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 50% 20%,rgba(212,175,85,.22),transparent 34%),
    radial-gradient(circle at 80% 65%,rgba(255,255,255,.07),transparent 28%),
    linear-gradient(135deg,#000 0%,#090909 42%,#171006 100%);
}
.hero-bg:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.18),#050505 96%);
}
.hero-content{
  position:relative;
  z-index:2;
  text-align:center;
  max-width:1000px;
}
.hero-logo{width:min(520px,82vw);margin:0 auto 34px;filter:drop-shadow(0 22px 55px rgba(212,175,85,.28))}
.eyebrow{
  color:#d4af55;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:.78rem;
  font-weight:800;
  margin:0 0 18px;
}
.eyebrow.gold{color:#f0c86a}
h1,h2,h3,p{margin-top:0}
h1{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:clamp(2.65rem,6.2vw,6.15rem);
  line-height:.93;
  letter-spacing:-.035em;
  margin-bottom:26px;
}
.lead{
  font-size:clamp(1.1rem,2.2vw,1.55rem);
  color:#dfd5c5;
  max-width:760px;
  margin:0 auto 34px;
  line-height:1.6;
}
.hero-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 26px;
  border-radius:999px;
  font-weight:800;
  letter-spacing:.04em;
  transition:.25s;
}
.btn-primary{
  background:linear-gradient(135deg,#d4af55,#f8dc8b,#a77b26);
  color:#090806;
  box-shadow:0 18px 50px rgba(212,175,85,.25);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 24px 70px rgba(212,175,85,.38)}
.btn-secondary{border:1px solid rgba(212,175,85,.45);color:#f5e5be;background:rgba(255,255,255,.04)}
.section{padding:105px 5vw}
.container{max-width:1180px;margin:0 auto}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.reverse{direction:rtl}
.reverse>*{direction:ltr}
.intro{background:#f7f3eb;color:#121212}
.intro p{color:#4a453c;line-height:1.8}
.intro h2,.section h2{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:clamp(2.15rem,4.1vw,4.45rem);
  line-height:1.02;
  letter-spacing:-.025em;
}
.dark{
  background:
    radial-gradient(circle at 85% 10%,rgba(212,175,85,.16),transparent 32%),
    linear-gradient(180deg,#050505,#0f0b05);
}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:44px}
.cards-five{grid-template-columns:repeat(5,1fr)}
.card{
  min-height:300px;
  padding:30px;
  border:1px solid rgba(212,175,85,.22);
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02));
  border-radius:28px;
  box-shadow:0 30px 80px rgba(0,0,0,.32);
}
.card span{color:#d4af55;font-weight:900;letter-spacing:.18em}
.card h3{font-size:1.25rem;margin:38px 0 15px}
.card p{color:#c8c0b1;line-height:1.7}
.split-section{background:#fff;color:#111}
.premium-panel{
  border-radius:34px;
  padding:52px;
  background:linear-gradient(145deg,#111,#050505);
  color:#fff;
  box-shadow:0 30px 100px rgba(0,0,0,.22);
}
.premium-panel p{color:#d5ccbb;line-height:1.8}
.list-panel{
  padding:42px;
  border-radius:30px;
  background:#f4efe5;
  border:1px solid #e2d5bd;
}
.list-panel h3{font-size:1.7rem}
.list-panel li{margin:16px 0;color:#333;line-height:1.5}
.luxury{
  background:
    linear-gradient(135deg,rgba(0,0,0,.58),rgba(0,0,0,.92)),
    radial-gradient(circle at 70% 35%,rgba(212,175,85,.24),transparent 34%),
    #080808;
}
.wide{max-width:820px;color:#d6cebf;line-height:1.8;font-size:1.15rem}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:45px}
.stats div{
  padding:34px;
  border-radius:24px;
  border:1px solid rgba(212,175,85,.25);
  background:rgba(255,255,255,.05);
}
.stats strong{display:block;font-size:1.6rem;color:#f3d37c}
.stats span{display:block;margin-top:8px;color:#d1c7b6}
.event-box{
  padding:44px;
  border-radius:34px;
  background:linear-gradient(135deg,#0c0c0c,#221805);
  border:1px solid rgba(212,175,85,.24);
  color:#f7f1e6;
}
.event-box p{color:#d2c5ad;line-height:1.8}
.contact-section{
  background:#070707;
}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start}
.contact-form{
  display:grid;
  gap:16px;
  padding:36px;
  border-radius:32px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(212,175,85,.2);
}
input,textarea,select{
  width:100%;
  padding:17px 18px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.16);
  background:#111;
  color:#fff;
  font:inherit;
}
.site-footer{
  padding:54px 5vw;
  text-align:center;
  background:#000;
  border-top:1px solid rgba(212,175,85,.18);
}
.site-footer img{height:105px;width:auto;margin:0 auto 18px}
.site-footer p{color:#c9b47a}
.footer-links{display:flex;justify-content:center;gap:24px;margin-top:18px;color:#d4af55}
@media(max-width:980px){
  .menu-toggle{display:block}
  .nav-links{
    display:none;
    position:absolute;
    top:88px;left:5vw;right:5vw;
    flex-direction:column;
    gap:16px;
    padding:24px;
    background:rgba(0,0,0,.94);
    border:1px solid rgba(212,175,85,.22);
    border-radius:24px;
  }
  .nav-links.open{display:flex}
  .two-col,.contact-grid{grid-template-columns:1fr;gap:38px}
  .cards{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr}
  .section{padding:78px 5vw}
  .brand img{height:48px}
  .hero-logo{width:min(430px,90vw)}
}

.legal-page{background:#f7f3eb;color:#151515}
.legal{padding-top:150px}
.legal h1{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(2.4rem,5vw,5rem);color:#111}
.legal h2{font-size:1.45rem;margin-top:34px;color:#111}
.legal p{line-height:1.75;color:#333;max-width:900px}
.legal a{color:#9a6b18;font-weight:800}

.card.highlighted{
  background:linear-gradient(145deg,rgba(212,175,85,.18),rgba(255,255,255,.04));
  border-color:rgba(212,175,85,.42);
}
.stats-four{grid-template-columns:repeat(4,1fr)}
.mobility-section{background:#f7f3eb;color:#121212}
.mobility-section p{color:#4a453c;line-height:1.8}
.bright-box{background:linear-gradient(135deg,#111,#2b1c05);box-shadow:0 30px 90px rgba(0,0,0,.22)}
.founders-section{
  background:
    radial-gradient(circle at 15% 15%,rgba(212,175,85,.14),transparent 28%),
    linear-gradient(180deg,#080808,#000);
}
.founder-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:42px}
.founder-card{
  border:1px solid rgba(212,175,85,.24);
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02));
  border-radius:32px;
  padding:40px;
  box-shadow:0 30px 80px rgba(0,0,0,.28);
}
.founder-card span{display:block;color:#d4af55;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:900;margin-bottom:18px}
.founder-card h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:2.2rem;margin-bottom:16px}
.founder-card p{color:#d3c8b6;line-height:1.8}
@media(max-width:1180px){
  .cards-five{grid-template-columns:repeat(2,1fr)}
  .stats-four{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:980px){
  .cards-five,.founder-grid{grid-template-columns:1fr}
  .stats-four{grid-template-columns:1fr}
}

.approach-section{
  background:linear-gradient(180deg,#060606,#100b04);
}
.approach-section .wide{margin-bottom:44px}
.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.process-grid article{
  padding:30px;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  border:1px solid rgba(212,175,85,.22);
}
.process-grid span{color:#d4af55;font-weight:900;letter-spacing:.18em}
.process-grid h3{margin:30px 0 12px;font-size:1.25rem}
.process-grid p{color:#cfc3b0;line-height:1.75}
.partners-section{
  background:#f7f3eb;
  color:#121212;
}
.partners-section p{color:#4a453c;line-height:1.8}
.signature-box{
  padding:44px;
  border-radius:34px;
  background:linear-gradient(145deg,#111,#060606);
  color:#fff;
  border:1px solid rgba(212,175,85,.28);
  box-shadow:0 30px 90px rgba(0,0,0,.24);
}
.signature-box h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:2rem;margin-bottom:22px}
.signature-box li{margin:16px 0;color:#d4c8b4;line-height:1.55}
.opportunities-section{
  background:
    radial-gradient(circle at 80% 10%,rgba(212,175,85,.16),transparent 30%),
    #050505;
}
.opportunity-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:42px;
}
.opportunity-grid article{
  min-height:210px;
  padding:34px;
  border-radius:30px;
  border:1px solid rgba(212,175,85,.22);
  background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018));
  box-shadow:0 24px 70px rgba(0,0,0,.26);
}
.opportunity-grid h3{font-size:1.28rem;margin-bottom:14px;color:#f1d27c}
.opportunity-grid p{color:#cfc4b2;line-height:1.75}
@media(max-width:1180px){
  .process-grid,.opportunity-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:980px){
  .process-grid,.opportunity-grid{grid-template-columns:1fr}
}


.text-link{display:inline-flex;margin-top:10px;color:#f0c86a;font-weight:800;letter-spacing:.04em;border-bottom:1px solid rgba(240,200,106,.45);padding-bottom:3px}
.profile-hero{min-height:82svh;display:grid;place-items:center;padding:150px 5vw 90px;position:relative;overflow:hidden;background:radial-gradient(circle at 70% 25%,rgba(212,175,85,.18),transparent 34%),linear-gradient(135deg,#000,#100b04)}
.profile-card-large{max-width:940px;text-align:center;position:relative;z-index:2;border:1px solid rgba(212,175,85,.28);border-radius:38px;padding:60px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02));box-shadow:0 40px 120px rgba(0,0,0,.38)}
.profile-card-large img{height:135px;width:auto;margin:0 auto 28px;filter:drop-shadow(0 18px 50px rgba(212,175,85,.25))}
.profile-card-large h1{font-size:clamp(2.7rem,6vw,5.8rem);margin-bottom:10px}
.profile-title{font-weight:900;color:#d4af55;text-transform:uppercase;letter-spacing:.17em;font-size:.82rem;margin-bottom:18px}
.profile-fields{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:26px 0 0}
.profile-fields span{border:1px solid rgba(212,175,85,.28);border-radius:999px;padding:10px 16px;background:rgba(255,255,255,.05);color:#e5d8bf;font-size:.9rem;font-weight:700}
.profile-contact-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;margin-top:34px}
.profile-contact-grid a{padding:18px;border-radius:20px;border:1px solid rgba(212,175,85,.22);background:rgba(255,255,255,.04);color:#fff;font-weight:800;transition:.25s}
.profile-contact-grid a:hover{transform:translateY(-2px);border-color:#d4af55;color:#f0c86a}
.focus-section{background:#f7f3eb;color:#121212}
.focus-section p{color:#4a453c;line-height:1.8}
.focus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:36px}
.focus-grid article{padding:28px;border-radius:26px;background:#fff;border:1px solid #e5d7bb;box-shadow:0 20px 60px rgba(0,0,0,.08)}
.focus-grid h3{font-size:1.15rem;color:#111;margin-bottom:10px}
.focus-grid p{font-size:.98rem;color:#555;margin-bottom:0}
.partner-landing{min-height:88svh;display:grid;align-items:center;padding:150px 5vw 90px;background:radial-gradient(circle at 15% 25%,rgba(212,175,85,.2),transparent 34%),linear-gradient(135deg,#030303,#140d04);}
.partner-landing .container{max-width:1120px}
.partner-landing h1{max-width:980px}
.partner-intro{max-width:780px;color:#ded4c2;font-size:1.18rem;line-height:1.7}
.partner-pill-grid{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0}
.partner-pill-grid span{border:1px solid rgba(212,175,85,.28);border-radius:999px;padding:10px 16px;background:rgba(255,255,255,.05);color:#e6d8bf;font-weight:800;font-size:.88rem}
.contact-strip{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.contact-strip a{display:inline-flex;align-items:center;min-height:50px;border-radius:999px;padding:0 22px;border:1px solid rgba(212,175,85,.35);font-weight:900;color:#f5e5be;background:rgba(255,255,255,.04)}
@media(max-width:980px){.profile-card-large{padding:34px}.profile-contact-grid,.focus-grid{grid-template-columns:1fr}.profile-card-large img{height:95px}}

/* TYVARO live refinement: V5 visual language retained */
.founder-feature{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.founder-copy p{color:#d3c8b6;line-height:1.8;max-width:650px}
.founder-role{color:#f3d37c!important;text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.82rem}
.text-link{display:inline-block;margin-top:12px;color:#f0c86a;font-weight:800;letter-spacing:.04em}
.founder-portrait{margin:0;position:relative;overflow:hidden;border-radius:2px;background:#0b0b0b;box-shadow:0 34px 90px rgba(0,0,0,.38)}
.founder-portrait:before{content:"";position:absolute;inset:0;border:1px solid rgba(212,175,85,.24);z-index:2;pointer-events:none}
.founder-portrait img{width:100%;height:620px;object-fit:cover;object-position:center 18%;filter:saturate(.82) contrast(1.04)}
.founder-page-hero{min-height:100svh;padding:150px 5vw 90px;background:radial-gradient(circle at 78% 20%,rgba(212,175,85,.12),transparent 28%),linear-gradient(135deg,#000,#0b0b0b 55%,#120d05)}
.founder-page-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.founder-page-copy h1{font-size:clamp(3rem,6vw,6.3rem)}
.founder-page-copy>p:not(.eyebrow):not(.lead){color:#cfc5b4;line-height:1.8;max-width:690px}
.founder-lead{margin-left:0;margin-right:0}
.founder-page-portrait{margin:0;overflow:hidden;border:1px solid rgba(212,175,85,.22);box-shadow:0 34px 100px rgba(0,0,0,.45)}
.founder-page-portrait img{width:100%;height:min(74vh,760px);object-fit:cover;object-position:center 15%;filter:saturate(.82) contrast(1.04)}
.profile-fields{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}
.profile-fields span{border:1px solid rgba(212,175,85,.28);border-radius:999px;padding:9px 13px;color:#e5d2a1;font-size:.76rem;text-transform:uppercase;letter-spacing:.1em}
@media(max-width:980px){.founder-feature,.founder-page-grid{grid-template-columns:1fr;gap:36px}.founder-portrait img{height:min(115vw,620px)}.founder-page-portrait img{height:min(125vw,700px)}.founder-page-hero{padding-top:125px}.founder-page-copy h1{font-size:clamp(2.8rem,12vw,5rem)}}
.brand img{height:64px;width:auto;max-width:270px;object-fit:contain}
.hero-logo{width:min(560px,84vw);height:auto;margin-bottom:34px}
.site-footer img{height:118px;width:auto;max-width:min(520px,88vw);object-fit:contain}
@media(max-width:980px){.brand img{height:52px;max-width:210px}.hero-logo{width:min(480px,90vw)}}

/* TYVARO premium typography refinement */
.hero h1,.section-head h2,.legal h1,.founder-card h3,.signature-box h3,.founder-page-copy h1{font-weight:650;font-style:normal;}
.hero h1{line-height:.96;}
.section-head h2{line-height:1.02;}
.founder-card h3,.signature-box h3{letter-spacing:-.02em;}

/* Server-side contact form */
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.privacy-check{display:flex;gap:11px;align-items:flex-start;color:rgba(255,255,255,.68);font-size:.78rem;line-height:1.55;margin-top:2px}
.privacy-check input{width:16px;height:16px;min-width:16px;margin-top:2px;accent-color:#d4af55}
.privacy-check a{color:#d4af55;text-decoration:none;border-bottom:1px solid rgba(212,175,85,.38)}
.privacy-check a:hover{border-color:#d4af55}
.form-note{margin:2px 0 0;color:rgba(255,255,255,.48);font-size:.72rem;letter-spacing:.03em}
.contact-status{min-height:100vh;display:grid;place-items:center;padding:40px;background:#070707;color:#f4efe4}
.contact-status-card{max-width:720px;width:100%;padding:54px;border:1px solid rgba(212,175,85,.22);background:linear-gradient(145deg,rgba(20,20,20,.98),rgba(8,8,8,.98));box-shadow:0 40px 120px rgba(0,0,0,.5)}
.contact-status-card .eyebrow{margin-bottom:18px}.contact-status-card h1{margin:0 0 18px;font-size:clamp(2rem,5vw,4.4rem);letter-spacing:-.035em}.contact-status-card p{color:rgba(255,255,255,.7);line-height:1.75;margin-bottom:28px}
@media(max-width:640px){.contact-status-card{padding:34px 24px}}
