@font-face{font-family:Outfit;src:url('assets/outfit-regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Outfit;src:url('assets/outfit-medium.ttf') format('truetype');font-style:normal;font-weight:500;font-display:swap}
:root{color-scheme:light;--navy:#0b2045;--blue:#0761ed;--muted:#6b778c}
*{box-sizing:border-box}
body{margin:0;background:#f8faff;color:var(--navy);font-family:Outfit,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body::before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(ellipse at 78% 40%,#e8f1ff88,transparent 55%);pointer-events:none}
a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}
button{font:inherit;color:inherit;-webkit-tap-highlight-color:transparent}
a:focus-visible,button:focus-visible,canvas:focus-visible{outline:2px solid var(--blue);outline-offset:5px;border-radius:5px}
svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.page{max-width:1520px;min-height:100svh;margin:auto;padding:0 clamp(24px,5vw,80px);display:flex;flex-direction:column}
header{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-shrink:0}
.wordmark{display:flex;align-items:center;gap:5px;font-size:23px;font-weight:500;letter-spacing:-.8px}
.wordmark span{color:var(--blue)}
.wordmark i{width:6px;height:6px;background:#05c9ce;border-radius:50%;margin:3px 0 0 4px}
.header-link{min-height:44px;font-size:14px;display:flex;gap:17px;align-items:center}
.header-link svg{color:var(--blue);transition:transform .2s}
.header-link:hover svg{transform:translate(2px,-2px)}
main{flex:1;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:8px;padding:30px 0 64px;min-width:0}
.hero-copy{position:relative;z-index:2;padding:12px 0 20px}


h1{font-size:clamp(58px,6.1vw,88px);line-height:1.01;font-weight:500;letter-spacing:-3.9px;margin:0}
h1>span{display:block;color:var(--blue);font-size:.64em;letter-spacing:-2px;margin-top:14px;white-space:nowrap}
p{font-size:18px;color:var(--muted);line-height:1.55;margin:29px 0 32px}
.actions{display:flex;align-items:center;gap:10px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:54px;padding:0 23px;border:1px solid transparent;border-radius:999px;font-size:14px;transition:background .2s,box-shadow .2s,transform .2s}
.button:active{transform:translateY(1px)}
.primary{background:var(--blue);color:white;box-shadow:0 8px 22px #0761ed20}
.primary:hover{background:#0053d4;box-shadow:0 8px 24px #0761ed35;transform:translateY(-2px)}
.secondary{border-color:#d9e1ef;background:#ffffff50}
.secondary:hover{background:#fff;border-color:#b9c8e0}
.art-panel{position:relative;min-width:0;align-self:center}
.art-halo{position:absolute;inset:12% -2% 10%;border-radius:50%;background:radial-gradient(ellipse,#e2edff88,transparent 69%);pointer-events:none}
.sculpture{width:100%;height:clamp(390px,43vw,590px);position:relative}
.sculpture canvas{display:block;position:absolute;inset:0;width:100%;height:100%;pointer-events:auto;touch-action:none;cursor:grab;user-select:none;opacity:0;transition:opacity .65s}
.sculpture.is-ready canvas{opacity:1}
.fallback-logo{position:absolute;inset:10% 0;display:flex;align-items:center;mix-blend-mode:multiply;transition:opacity .4s}
.fallback-logo{justify-content:center;font-size:clamp(42px,5vw,72px);font-weight:500;line-height:1;letter-spacing:-2px}.fallback-logo>span>span{color:var(--blue)}
.sculpture.is-ready .fallback-logo{opacity:0;pointer-events:none;visibility:hidden}
.art-controls{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin:0 7%;color:#7a869a;font-size:11px;letter-spacing:.1px}
.art-controls[hidden]{display:none}


.control-group{display:flex;gap:4px;align-items:center;padding:3px;border:1px solid #dce4f0;background:#ffffff8c;backdrop-filter:blur(10px);border-radius:999px}
.control-group button{border:0;background:transparent;display:flex;align-items:center;justify-content:center;min-height:36px;cursor:pointer;border-radius:999px;transition:background .2s,color .2s;color:#62728d}
.control-group button:hover{background:#eaf0fa;color:#075eea}


.pause{width:36px;border:0!important}
.pause svg{width:15px;height:15px}
.play-icon{display:none}.pause[aria-pressed="true"] .pause-icon{display:none}.pause[aria-pressed="true"] .play-icon{display:block}
footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;border-top:1px solid #dde5f0;min-height:82px;font-size:12px;color:#758299}
footer>a{justify-self:end;display:inline-flex;gap:10px;align-items:center;min-height:44px}
footer a:hover,.header-link:hover{color:var(--blue)}
.colour-dots{display:flex;gap:8px}.colour-dots i{width:5px;height:5px;border-radius:50%;background:#075eea}.colour-dots i:nth-child(2){background:#06c5d5}.colour-dots i:nth-child(3){background:#9122f4}.colour-dots i:nth-child(4){background:#f30b94}.colour-dots i:nth-child(5){background:#61de23}
.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}
@media(min-width:761px){.hero-copy{animation:arrive .9s ease both}.actions{animation:arrive .9s .18s ease both}}
@keyframes arrive{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:761px) and (max-height:760px){header{min-height:80px}main{padding:10px 0 30px}.sculpture{height:400px}h1{font-size:clamp(58px,5.7vw,76px)}footer{min-height:66px}p{margin:24px 0}}
@media(max-width:1000px) and (min-width:761px){.page{padding:0 36px}h1{font-size:61px}.button{padding:0 17px;gap:15px}p{font-size:17px}.sculpture{height:420px}.art-controls{margin:0 2%;gap:6px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}

/* Shared navigation and About page. */
header nav{display:flex;align-items:center;gap:32px;flex-shrink:0}
.nav-link{display:inline-flex;align-items:center;min-height:44px;font-size:14px;color:#66768e;position:relative}
.nav-link:hover,.nav-link[aria-current="page"]{color:var(--blue)}
.nav-link[aria-current="page"]::after{content:"";position:absolute;bottom:5px;left:0;right:0;height:2px;border-radius:2px;background:var(--blue)}
.about-main{display:block;width:100%;max-width:1050px;margin:0 auto;padding:48px 0 64px}
.about-intro{max-width:700px}
.about-label{font-size:12px;color:#63748e;letter-spacing:1.1px;margin-bottom:22px}
.about-intro h1{font-size:clamp(48px,5.5vw,76px);letter-spacing:-3px;line-height:1.04}
.about-intro h1>span{font-size:1em;letter-spacing:inherit;margin-top:0}
.about-intro p{max-width:600px;font-size:21px;line-height:1.5;margin:27px 0 0;color:#344968}
.about-intro .about-detail{font-size:16px;color:var(--muted);max-width:570px;margin-top:17px;line-height:1.65}
.founders{margin-top:56px}
.section-heading{display:flex;align-items:center;gap:25px;margin-bottom:25px}
.section-heading h2{font-size:16px;letter-spacing:-.2px;font-weight:400;margin:0;white-space:nowrap}
.founder-line{height:1px;background:#dce4ef;flex:1}
.founder-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.founder{display:flex;align-items:center;gap:22px;padding:28px 24px;border:1px solid #dfe7f2;border-radius:18px;background:linear-gradient(120deg,#fff9,#edf3ff88)}
.founder-shayda{background:linear-gradient(120deg,#fff9,#e8fafb70)}
.founder-mark{position:relative;flex-shrink:0;width:68px;height:68px;border:2px solid #1269ed;border-right-color:transparent;border-radius:50%;transform:rotate(-22deg);display:flex;align-items:center;justify-content:center}
.founder-mark span{font-size:20px;font-weight:500;color:#075eea;transform:rotate(22deg)}
.founder-mark i{position:absolute;right:-3px;top:8px;width:13px;height:13px;border-radius:50%;background:radial-gradient(circle at 30% 25%,#a6eaff,#087bf2 60%,#0050cc);box-shadow:1px 3px 5px #075eea20}
.founder-shayda .founder-mark{border-color:#00b7c4;border-right-color:transparent}
.founder-shayda .founder-mark span{color:#008993}
.founder-shayda .founder-mark i{background:radial-gradient(circle at 30% 25%,#b8ffff,#08cbd1 60%,#0097b0)}
.founder-role{font-size:11px;color:#6e7d92}
.founder h3{font-weight:400;letter-spacing:-.5px;font-size:26px;margin:8px 0 0}
.founder-note{font-size:13px;color:#728097;margin:18px 0 0;line-height:1.5}
.about-connect{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:40px;padding-top:28px;border-top:1px solid #dce4ef}
.about-connect>span{font-size:18px;letter-spacing:-.2px}
.about-connect .button{min-height:46px;font-size:13px;padding:0 21px}

/* Phone layout: a compact sculpture, clear reading rhythm, and generous touch targets. */
@media (max-width:760px) {
  .page { padding:0 max(22px, env(safe-area-inset-right)) 0 max(22px, env(safe-area-inset-left)); }
  header { min-height:78px; gap:12px; }
  .wordmark { min-height:44px; font-size:20px; gap:4px; }
  .wordmark i { margin-left:1px; }
  header nav { gap:2px; padding:3px; border:1px solid #e0e7f1; border-radius:999px; background:#ffffff80; }
  .nav-link { min-width:52px; min-height:44px; justify-content:center; font-size:12px; border-radius:999px; }
  .nav-link[aria-current="page"] { background:#e8f0ff; }
  .nav-link[aria-current="page"]::after { display:none; }
  header .header-link { display:none; }
  main { grid-template-columns:1fr; gap:0; padding:0 0 30px; }
  .art-panel { grid-row:1; width:100%; max-width:430px; margin:auto; }
  .sculpture { height:clamp(220px, 62vw, 280px); max-width:430px; margin:auto; }
  .art-halo { inset:2% -2% 12%; }
  .art-controls { position:relative; max-width:350px; margin:0 auto; gap:8px; color:#62728d; font-size:11px; }
  .control-group { padding:2px; backdrop-filter:none; }
  .control-group button { min-height:44px; }
  .unfold { min-width:96px; padding:0 12px; font-size:12px; }
  .pause { width:44px; }
  .pause svg { width:17px; height:17px; }
  .hero-copy { text-align:center; padding:25px 0 0; }
  .hero-copy h1 { font-size:clamp(44px, 12vw, 62px); letter-spacing:-2.4px; line-height:1.02; }
  .hero-copy h1 br:first-of-type { display:initial; }
  h1>span { white-space:normal; }
  .hero-copy h1>span { font-size:.67em; letter-spacing:-1.1px; margin-top:10px; }
  .hero-copy p { font-size:16px; line-height:1.5; margin:18px 0 22px; }
  .actions { flex-direction:column; gap:5px; max-width:350px; margin:auto; }
  .button { min-height:52px; font-size:15px; padding:0 22px; gap:18px; }
  .actions .primary { width:100%; justify-content:space-between; }
  .actions .secondary { min-height:46px; border-color:transparent; background:transparent; box-shadow:none; }
  .primary:hover { transform:none; }
  footer { min-height:90px; grid-template-columns:1fr auto; gap:0 12px; padding:15px 0 max(14px, env(safe-area-inset-bottom)); font-size:11px; color:#62728d; }
  .colour-dots { grid-column:1 / -1; grid-row:1; justify-self:center; gap:7px; margin:0 0 5px; }
  .colour-dots i { width:4px; height:4px; }
  footer>a { gap:5px; }
  .about-main { padding:32px 0 36px; }
  .about-label { font-size:11px; letter-spacing:1px; margin-bottom:18px; }
  .about-intro h1 { font-size:clamp(35px, 10.8vw, 58px); letter-spacing:-1.8px; line-height:1.08; }
  .about-intro p { font-size:18px; line-height:1.55; margin-top:22px; }
  .about-intro .about-detail { font-size:16px; line-height:1.65; margin-top:16px; }
  .founders { margin-top:34px; }
  .section-heading { gap:18px; margin-bottom:18px; }
  .founder-grid { grid-template-columns:1fr; gap:12px; }
  .founder { padding:20px 18px; gap:16px; border-radius:20px; }
  .founder>div:last-child { min-width:0; }
  .founder-mark { width:56px; height:56px; }
  .founder-mark span { font-size:18px; }
  .founder-role { display:block; font-size:12px; line-height:1.5; }
  .founder h3 { font-size:clamp(21px, 6vw, 26px); margin-top:5px; line-height:1.15; }
  .founder-note { font-size:13px; line-height:1.6; margin-top:16px; }
  .about-connect { flex-direction:column; align-items:stretch; gap:16px; margin-top:28px; padding-top:24px; }
  .about-connect>span { font-size:18px; text-align:center; }
  .about-connect .button { min-height:52px; font-size:15px; justify-content:space-between; }
}
@media (max-width:360px) {
  .page { padding-left:max(18px, env(safe-area-inset-left)); padding-right:max(18px, env(safe-area-inset-right)); }
  .wordmark { font-size:18px; letter-spacing:-.7px; }
  .nav-link { min-width:46px; }
  .drag-hint { gap:4px; font-size:10px; }
  .founder { padding:18px 14px; gap:10px; }
  .founder-mark { width:44px; height:44px; }
  .founder-mark i { width:10px; height:10px; top:5px; }
  .founder h3 { font-size:20px; }
}

/* Keep the mobile landing page to one compact introduction. */
@media (max-width:760px) {
  header nav { padding:0; border:0; background:transparent; gap:10px; }
  .nav-link { min-width:40px; }
  .nav-link[aria-current="page"] { background:transparent; }
  body:not(.about-page) main { padding-bottom:30px; align-content:center; grid-template-rows:auto auto; }
  body:not(.about-page) .art-panel { max-width:380px; }
  body:not(.about-page) .sculpture { height:clamp(210px, 62vw, 260px); }
  body:not(.about-page) .art-controls { position:absolute; right:0; bottom:0; margin:0; }
  body:not(.about-page) .control-group { border:0; background:transparent; padding:0; }
  body:not(.about-page) .pause { color:#79879c; }
  body:not(.about-page) .hero-copy { padding:17px 0 0; }
  body:not(.about-page) .hero-copy h1 { font-size:clamp(28px, 8.5vw, 38px); letter-spacing:-1.2px; line-height:1.13; }
  body:not(.about-page) .hero-copy h1 br:first-of-type { display:none; }
  body:not(.about-page) .hero-copy h1>span { font-size:1em; letter-spacing:inherit; margin-top:4px; }
  body:not(.about-page) .hero-copy p { max-width:285px; margin:17px auto 23px; font-size:14px; line-height:1.5; }
  body:not(.about-page) .actions { flex-direction:row; justify-content:center; gap:8px; max-width:none; }
  body:not(.about-page) .actions .primary { width:auto; justify-content:center; }
  body:not(.about-page) .button { padding:0 18px; font-size:13px; min-height:48px; gap:12px; }
  body:not(.about-page) .actions .secondary { padding:0 10px; }
  body:not(.about-page) footer { min-height:65px; padding-top:10px; padding-bottom:max(10px, env(safe-area-inset-bottom)); }
  body:not(.about-page) .colour-dots { display:none; }
}
@media (max-width:380px) {
  body:not(.about-page) .actions .button { white-space:nowrap; padding:0 12px; font-size:12px; gap:8px; }
}

.sculpture canvas.is-dragging{cursor:grabbing}

/* Clinician event: shared Ortho Collective typography and colour. */
[hidden]{display:none!important}
.event-eyebrow{display:block;font-size:12px;font-weight:500;color:var(--blue);letter-spacing:1.2px;text-transform:uppercase}
.event-card{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:32px;padding:30px 34px;border:1px solid #d3e2fa;border-radius:22px;background:linear-gradient(115deg,#eaf2ff,#eafbfc)}
.event-card h2{font-size:28px;font-weight:500;letter-spacing:-.7px;margin:12px 0}
.event-card p{font-size:15px;margin:0 0 8px;color:#344968}
.event-card small{color:#596a83}
.event-card .button{flex-shrink:0}
.event-main{display:block;max-width:1160px;width:100%;margin:auto;padding:45px 0 70px}
.event-intro{padding-bottom:48px;border-bottom:1px solid #dce4ef}
.event-intro h1{font-size:clamp(42px,6vw,78px);margin-top:22px;letter-spacing:-2.5px}
.event-intro h1>span{font-size:1em;letter-spacing:inherit;margin-top:5px;white-space:normal}
.event-intro>p{max-width:640px;font-size:21px;color:#344968}
.event-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:32px 0}
.event-facts dt{font-size:13px;color:#596a83}
.event-facts dd{margin:9px 0 0;font-size:17px}
.event-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:54px;margin-top:46px;align-items:start}
.event-main h2{font-size:27px;font-weight:500;letter-spacing:-.6px;margin:0 0 16px}
.event-main h3{font-size:19px;font-weight:500;margin:0}
.event-main p{font-size:16px;line-height:1.65;margin:14px 0;color:#52647e}
.event-program section+section{margin-top:38px}
.event-main .event-note{font-size:13px;color:#596a83}
.event-program ul{padding-left:20px;color:#52647e;line-height:1.65}
.event-program ul li{padding:5px 0}
.event-agenda{list-style:none;padding:0;margin:22px 0 0}
.event-agenda li{display:grid;grid-template-columns:54px 1fr;gap:17px;border-top:1px solid #dce4ef;padding:22px 0}
.event-agenda li>span{font-size:12px;color:var(--blue);padding-top:4px}
.event-agenda p{font-size:14px;margin-bottom:0}
.event-registration{scroll-margin-top:24px;border:1px solid #d3e2fa;border-radius:24px;padding:30px;background:#fff;box-shadow:0 12px 40px #0b204507}
.event-registration h2{margin-top:15px}
.event-registration .event-price{font-size:30px;color:var(--navy);font-weight:500;letter-spacing:-.7px}
.event-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}
.event-fields label{font-size:14px}
.event-fields input{display:block;width:100%;min-height:46px;margin-top:7px;border:1px solid #c9d5e5;border-radius:9px;padding:10px;font:inherit;color:var(--navy);background:#f8faff}
.event-fields input:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.event-consent{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.55;color:#52647e;margin:20px 0}
.event-consent input{margin-top:4px;flex-shrink:0;width:16px;height:16px}
.event-registration .button{width:100%;cursor:pointer;padding:14px 18px}
.event-registration a:not(.button){text-decoration:underline;overflow-wrap:anywhere}
#email-status{padding:15px;background:#eaf2ff;border-radius:10px;font-size:14px}
.event-speakers{border-top:1px solid #dce4ef;margin-top:48px;padding-top:40px}
.event-speakers>p{max-width:720px}
.event-speaker-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:25px}
.event-speaker{border:1px solid #dfe7f2;border-radius:18px;padding:25px;background:linear-gradient(120deg,#fff,#edf3ff88)}
.event-speaker h3{margin-top:12px;font-size:24px;letter-spacing:-.5px}
@media(max-width:760px){
  header{flex-wrap:wrap;gap:0;padding:12px 0}
  header nav{gap:8px}
  .event-card{flex-direction:column;align-items:stretch;padding:24px;margin-top:30px;gap:20px}
  .event-card h2{font-size:25px}
  .event-card .button{white-space:normal}
  .event-main{padding:28px 0 40px}
  .event-intro h1{font-size:clamp(38px,10vw,60px);letter-spacing:-1.6px;line-height:1.08}
  .event-intro>p{font-size:18px}
  .event-facts{grid-template-columns:1fr 1fr;gap:24px 14px}
  .event-facts dd{font-size:15px}
  .event-layout{grid-template-columns:1fr;gap:36px;margin-top:32px}
  .event-registration{grid-row:1;padding:24px}
  .event-fields{grid-template-columns:1fr}
  .event-speaker-grid{grid-template-columns:1fr}
}

/* Keep the introduction and its header above the next section at every height. */
.home-page .landing-screen {
  min-height:100vh;
  min-height:100dvh;
  display:flex;
  flex-direction:column;
}
.home-page .event-card { margin-bottom:40px; }

/* Social profiles use the platform logo and a labelled, accessible link. */
.social-logo { width:20px; height:20px; flex-shrink:0; }
.hero-socials { display:flex; flex-wrap:wrap; align-items:center; gap:8px 20px; margin-top:20px; }
.social-link { display:inline-flex; align-items:center; gap:10px; min-height:44px; font-size:13px; color:var(--muted); }
.social-link:hover { color:var(--blue); }
.about-connect .social-logo { filter:invert(1); }
@media(max-width:760px) {
  .hero-socials { justify-content:center; margin-top:14px; }
}

.footer-socials { display:flex; align-items:center; justify-self:end; gap:20px; }
.footer-socials .social-link { font-size:12px; gap:8px; }
@media(max-width:760px) {
  footer { grid-template-columns:1fr; justify-items:center; padding-bottom:16px; }
  .footer-socials { justify-self:center; }
}
