h1,h2,h3{font-family:var(--display);}

.btn:focus-visible{outline:2px solid var(--blue);outline-offset:3px;}

.btn-outline:focus-visible{outline:2px solid var(--blue);outline-offset:3px;}

.nav-links a.nav-item[aria-current="page"]{opacity:1;color:var(--blue);}

.nav-links a:focus-visible{outline:2px solid var(--blue);outline-offset:4px;border-radius:4px;}

.section-head{max-width:640px;margin:0 0 56px;}

.section-head.centered{margin-left:auto;margin-right:auto;text-align:center;}

.about-hero{padding:64px 0 130px;position:relative;background:var(--white);overflow:hidden;}

.about-hero .wrap{max-width:1240px;}

.about-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,430px);gap:72px;align-items:center;padding:56px 0 0;}

.about-hero .eyebrow{margin-bottom:18px;}

.about-hero h1{
    font-family:var(--cabin);
    font-weight:600;
    font-size:clamp(32px,4.2vw,46px);
    line-height:1.18;
    letter-spacing:0;
    margin:0 0 22px;
    color:var(--black);
  }

.about-hero .sub{font-size:18px;line-height:1.6;color:var(--gray-text);max-width:460px;margin:0 0 28px;}

.about-founder-line{font-size:14px;font-weight:700;color:var(--near-black);margin:0 0 32px;}

.about-hero-cta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}

.about-portrait-wrap{position:relative;max-width:430px;margin:0 auto;}

.about-portrait-frame{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    aspect-ratio:4/5;
    background:var(--gray-bg);
    box-shadow:0 26px 52px -22px rgba(28,26,23,.26);
  }

.about-portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center 18%;}

.about-portrait-chip{
    position:absolute;
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:var(--white);
    border:1px solid var(--border);
    border-radius:100px;
    padding:7px 13px 7px 10px;
    font-size:11px;
    font-weight:700;
    color:var(--black);
    box-shadow:0 10px 22px -12px rgba(28,26,23,.35);
  }

.about-portrait-chip .dot{width:7px;height:7px;border-radius:50%;flex:none;}

.about-portrait-chip.chip-1{top:-14px;right:-10px;}

.about-portrait-chip.chip-1 .dot{background:var(--blue);}

.about-portrait-chip.chip-2{bottom:28px;left:-18px;}

.about-portrait-chip.chip-2 .dot{background:var(--teal);}

.about-portrait-chip.chip-3{bottom:-12px;right:18px;}

.about-portrait-chip.chip-3 .dot{background:var(--gold);}

.idea{padding:120px 0;background:var(--gray-bg);}

.idea-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}

.idea-copy .eyebrow{margin-bottom:16px;}

.idea-copy h2{font-weight:700;font-size:clamp(26px,3vw,34px);letter-spacing:-.02em;line-height:1.2;margin:0 0 20px;}

.idea-copy p{font-size:16.5px;line-height:1.75;color:var(--gray-text);margin:0 0 16px;}

.idea-closing{font-size:16.5px;font-weight:700;color:var(--black);margin-top:4px;}

.pedestal{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:52px 40px 40px;box-shadow:0 24px 48px -28px rgba(28,26,23,.14);}

.pedestal-card{background:var(--black);color:var(--white);border-radius:14px;padding:20px 22px;text-align:center;font-family:var(--display);font-weight:700;font-size:15px;margin:0 auto 0;max-width:280px;}

.pedestal-struts{display:flex;justify-content:center;gap:0;margin-top:0;position:relative;height:64px;}

.pedestal-struts::before{content:"";position:absolute;top:0;left:50%;width:1px;height:20px;background:var(--border);transform:translateX(-50%);}

.pedestal-legs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:340px;margin:20px auto 0;}

.pedestal-leg{text-align:center;}

.pedestal-leg .leg-line{width:1px;height:24px;background:var(--border);margin:0 auto 12px;}

.pedestal-leg .leg-label{display:inline-block;background:var(--gray-bg-2);border:1px solid var(--border);border-radius:100px;padding:8px 14px;font-size:12.5px;font-weight:700;color:var(--near-black);}

.pedestal-leg.leg-1 .leg-label{border-color:rgba(46,107,179,.35);color:var(--blue);}

.pedestal-leg.leg-2 .leg-label{border-color:rgba(31,138,138,.35);color:var(--teal);}

.pedestal-leg.leg-3 .leg-label{border-color:rgba(184,134,11,.35);color:var(--gold);}

.meet{padding:120px 0;background:var(--white);}

.meet-grid{display:grid;grid-template-columns:minmax(0,220px) 1fr;gap:56px;align-items:start;}

.meet-mark{display:flex;flex-direction:column;align-items:center;gap:18px;padding-top:8px;}

.meet-mark-badge{width:100%;aspect-ratio:1;border-radius:18px;background:var(--gray-bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;}

.meet-mark-badge .years{font-family:var(--cabin);font-weight:600;font-size:34px;color:var(--black);}

.meet-mark-badge .years-label{font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-text-2);text-align:center;padding:0 12px;}

.meet-copy .eyebrow{margin-bottom:16px;}

.meet-copy h2{font-weight:700;font-size:clamp(24px,2.8vw,32px);letter-spacing:-.015em;line-height:1.24;margin:0 0 22px;}

.meet-copy p{font-size:16.5px;line-height:1.8;color:var(--gray-text);margin:0 0 18px;max-width:660px;}

.meet-copy .btn-outline{margin-top:8px;}

.experience{padding:120px 0;background:var(--gray-bg);}

.experience-stack{max-width:760px;margin:0 auto;display:flex;flex-direction:column;}

.exp-layer{
    background:var(--white);
    border:1px solid var(--border);
    border-radius:18px;
    padding:28px 32px;
    box-shadow:0 20px 40px -26px rgba(28,26,23,.16);
    position:relative;
  }

.exp-layer + .exp-layer{margin-top:-14px;}

.exp-layer:nth-child(1){margin-left:0;z-index:1;border-left:4px solid var(--blue);}

.exp-layer:nth-child(2){margin-left:28px;z-index:2;border-left:4px solid var(--purple);}

.exp-layer:nth-child(3){margin-left:56px;z-index:3;border-left:4px solid var(--teal);}

.exp-layer:nth-child(4){margin-left:84px;z-index:4;border-left:4px solid var(--black);background:var(--near-black);color:var(--white);}

.exp-layer:nth-child(4) p{color:rgba(253,252,250,.78);}

.exp-layer h3{font-size:17.5px;font-weight:700;margin:0 0 8px;letter-spacing:-.005em;}

.exp-layer p{font-size:14.5px;line-height:1.65;color:var(--gray-text);margin:0;max-width:560px;}

.principles{padding:120px 0;background:var(--white);}

.principles-intro{font-size:17px;line-height:1.75;color:var(--gray-text);max-width:640px;margin:0 0 56px;}

.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}

.principle-card{background:var(--gray-bg-2);border:1px solid var(--border);border-radius:18px;padding:30px 26px;}

.principle-card:nth-child(4){grid-column:1/2;}

.principle-card:nth-child(5){grid-column:2/3;}

.principle-icon{width:40px;height:40px;margin-bottom:18px;}

.principle-card h3{font-size:16.5px;font-weight:700;margin:0 0 10px;letter-spacing:-.005em;}

.principle-card p{font-size:14px;line-height:1.6;color:var(--gray-text);margin:0;}

.about-credentials{padding:120px 0;background:var(--gray-bg);}

.credentials-panel{max-width:900px;margin:0 auto;text-align:center;}

.credentials-panel .section-head{margin-left:auto;margin-right:auto;}

.about-badge-row{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;margin:44px 0 40px;}

.about-badge-row img{height:64px;width:auto;}

.about-badge-row img.wordmark{height:36px;}

.credentials-note{font-size:15px;line-height:1.7;color:var(--gray-text);max-width:560px;margin:0 auto 32px;}

.perspective{padding:130px 0;background:var(--white);position:relative;}

.perspective-inner{max-width:800px;margin:0 auto;text-align:center;position:relative;}

.perspective .eyebrow{display:block;margin-bottom:32px;}

.perspective blockquote{
    margin:0 0 32px;
    font-family:var(--display);
    font-weight:700;
    font-size:clamp(22px,3vw,30px);
    line-height:1.4;
    letter-spacing:-.01em;
    color:var(--black);
  }

.perspective-mark{width:34px;height:26px;margin:0 auto 24px;color:var(--blue);opacity:.55;}

.perspective-attribution{font-size:15px;color:var(--gray-text);}

.perspective-attribution strong{color:var(--black);font-weight:700;}

.perspective-dot{position:absolute;width:9px;height:9px;border-radius:50%;}

.next{padding:120px 0;background:var(--gray-bg);}

.next-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}

.next-copy .eyebrow{margin-bottom:16px;}

.next-copy h2{font-weight:700;font-size:clamp(26px,3vw,34px);letter-spacing:-.02em;line-height:1.22;margin:0 0 20px;}

.next-copy p{font-size:16.5px;line-height:1.75;color:var(--gray-text);margin:0 0 16px;}

.next-visual{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:44px;box-shadow:0 24px 48px -28px rgba(28,26,23,.14);}

.final-cta{position:relative;color:var(--black);text-align:center;padding:100px 0 130px;background:var(--white);}

.final-cta p{font-size:18px;color:var(--gray-text);margin:0 0 36px;max-width:540px;margin-left:auto;margin-right:auto;}

.final-cta .about-hero-cta{justify-content:center;}

@media(max-width:900px){
    .wrap{padding:0 24px;}
    .nav-inner{padding:14px 24px;}
    .nav-links{gap:20px;}
    .about-hero-grid{grid-template-columns:1fr;gap:56px;padding:36px 0 0;}
    .about-portrait-wrap{max-width:300px;margin:0 auto;order:-1;}
    .idea-grid{grid-template-columns:1fr;gap:40px;}
    .meet-grid{grid-template-columns:1fr;gap:32px;}
    .meet-mark{flex-direction:row;max-width:none;}
    .meet-mark-badge{width:140px;aspect-ratio:1;flex:none;}
    .experience-stack{max-width:none;}
    .exp-layer:nth-child(1),.exp-layer:nth-child(2),.exp-layer:nth-child(3),.exp-layer:nth-child(4){margin-left:0;}
    .exp-layer + .exp-layer{margin-top:14px;}
    .principles-grid{grid-template-columns:1fr 1fr;}
    .principle-card:nth-child(4){grid-column:auto;}
    .principle-card:nth-child(5){grid-column:auto;}
    .next-grid{grid-template-columns:1fr;gap:32px;}
    .footer-top{grid-template-columns:1fr 1fr;gap:32px 24px;}
    .footer-brand{grid-column:1/-1;margin-bottom:8px;}
    .final-cta{padding:72px 0 96px;}
    .cta-panel{padding:60px 32px;border-radius:22px;}
  }

@media(max-width:560px){
    .about-portrait-wrap{max-width:240px;}
    .principles-grid{grid-template-columns:1fr;}
    .about-badge-row{gap:22px;}
    .footer-top{grid-template-columns:1fr;}
    .footer-brand{grid-column:auto;}
    .footer-bottom{flex-direction:column;align-items:flex-start;gap:8px;}
    .cta-panel{padding:48px 24px;border-radius:18px;}
  }

.reveal-group.in-view .reveal-item:nth-child(4){transition-delay:.24s;}

.reveal-group.in-view .reveal-item:nth-child(5){transition-delay:.31s;}
