@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Sora:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@600;700&display=swap";:root{color-scheme:light;--bg-0: #f6f1e6;--bg-1: #efe6d7;--bg-2: #e5d7c3;--card: #fffaf1;--light-card: #fefdf8;--text-0: #1d1b16;--text-1: #4f4b43;--text-2: #847e72;--accent: #d64630;--accent-dark: #b43725;--accent-2: #0c5b4c;--border: #e2d6c4;--shadow: 0 24px 60px rgba(29, 27, 22, .14);--radius-lg: 22px;--radius-md: 14px;--radius-sm: 10px;--space-1: 6px;--space-2: 10px;--space-3: 14px;--space-4: 20px;--space-5: 28px;--space-6: 36px;--space-7: 48px;--space-8: 64px;--font-display: "Space Grotesk", "Sora", "Segoe UI", sans-serif;--font-body: "IBM Plex Sans", "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;min-width:320px;font-family:var(--font-body);color:var(--text-0);background:radial-gradient(circle at 10% 12%,rgba(214,70,48,.06),transparent 42%),radial-gradient(circle at 90% 84%,rgba(12,91,76,.06),transparent 42%),linear-gradient(180deg,#f7f3ea,#f0e8db);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site{min-height:100vh;display:flex;flex-direction:column;--anchor-offset: 96px}#features,#how-it-works{scroll-margin-top:var(--anchor-offset)}.container{width:min(1140px,92vw);margin:0 auto}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.button{border:none;border-radius:999px;padding:12px 22px;font-weight:600;font-family:var(--font-display);font-size:.95rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.button:focus-visible{outline:2px solid rgba(214,70,48,.35);outline-offset:2px}.button-primary{background:var(--accent);color:#fff;box-shadow:0 16px 30px #d6463040}.button-primary:hover{transform:translateY(-1px);box-shadow:0 18px 34px #d6463059}.button-outline{background:#ffffffd6;color:var(--text-0);border:1px solid var(--border)}.button-outline:hover{border-color:#d6463066;box-shadow:0 10px 18px #1d1b1614}.eyebrow{margin:0;font-size:.82rem;text-transform:uppercase;letter-spacing:.14em;color:var(--text-2);font-weight:700}.site-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(180deg,#f6ece166,#f5f1e766);border-bottom:1px solid rgba(29,27,22,.1);padding:var(--space-1) 0}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);min-height:78px}.brand-link{display:inline-flex;align-items:center;gap:10px}.brand-mark{width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center}.brand-logo{width:100%;height:100%;object-fit:contain}.brand-wordmark{font-family:var(--font-display);font-size:1.24rem;font-weight:700;letter-spacing:-.02em}.brand-tag{padding:4px 8px;border-radius:999px;background:#d6463024;color:var(--accent);font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.site-nav{display:inline-flex;align-items:center;gap:var(--space-4);color:var(--text-1);font-weight:500}.site-nav a:hover{color:var(--accent)}.header-cta{padding-inline:18px}.hero{padding:clamp(34px,6vw,50px) 0 clamp(34px,6vw,60px)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(20px,3.3vw,40px);align-items:center}.hero-copy h1{margin:10px 0 14px;font-family:var(--font-display);font-size:clamp(3rem,6.1vw,4.2rem);line-height:.98;letter-spacing:-.03em;max-width:9ch}.hero-subtitle{margin:0;color:var(--text-1);font-size:clamp(1.1rem,2.1vw,1.2rem);line-height:1.55;max-width:58ch}.hero-actions{margin-top:var(--space-5);display:flex;flex-wrap:wrap;gap:var(--space-2)}.hero-stage-wrap{position:relative;min-height:500px}.hero-stage{height:100%;min-height:500px;background:#fffdf8e6;padding:24px;display:flex;align-items:stretch;max-width:560px;margin:auto}.hero-throw-profile{width:100%;height:100%;border-radius:16px;border:1px solid rgba(29,27,22,.16);background:linear-gradient(155deg,#ffffffe6,#fbf3e8f2);padding:clamp(12px,2vw,16px);display:flex;flex-direction:column;gap:12px}.hero-throw-title{margin:0;font-family:var(--font-display);font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--text-0)}.hero-throw-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hero-throw-metric{border-radius:12px;border:1px solid rgba(29,27,22,.16);background:#fffc;padding:10px 12px}.hero-throw-metric-label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-2)}.hero-throw-metric-value{margin-top:4px;font-family:var(--font-display);font-size:clamp(1rem,2.6vw,1.2rem);font-weight:700;color:var(--text-0);line-height:1.1}.hero-throw-board{flex:1;min-height:0;border-radius:12px;border:1px solid rgba(29,27,22,.12);background:#ffffffd6;display:flex;justify-content:center;align-items:center;padding:clamp(8px,1.8vw,12px)}.hero-throw-board svg{width:min(335px,100%);height:auto;aspect-ratio:1}.hero-throw-face{fill:#fff;stroke:#1d1b1629;stroke-width:2}.hero-throw-ring{fill:none;stroke:#1d1b1629;stroke-width:1.4}.hero-throw-spoke{stroke:#1d1b161f;stroke-width:1}.hero-throw-bull{fill:#fff;stroke:#1d1b161a}.hero-throw-tilt{stroke:#d6463073;stroke-width:1.5;stroke-dasharray:4 6}.hero-throw-ellipse{stroke:#e625081a;stroke-width:1.5}.hero-throw-ellipse-outer{fill:#e6250833}.hero-throw-ellipse-inner{fill:#e6250847}.hero-throw-ellipse-core{fill:#e6250859}.hero-throw-center{fill:#d64630f0;stroke:#ffffffe6;stroke-width:1.1}.section{padding:clamp(32px,5vw,40px) 0}.section-head{margin-bottom:var(--space-4)}.section-head h2{margin:10px 0 0;font-family:var(--font-display);font-size:clamp(1.7rem,3.8vw,2.7rem);letter-spacing:-.02em}.feature-mosaic{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.feature-card{padding:20px;margin:0 auto;max-width:400px;grid-column:span 2}.feature-card-wide{grid-column:span 2}.feature-card h3{margin:12px 0 0;font-family:var(--font-display);font-size:1.2rem}.feature-card p{margin:8px 0 0;color:var(--text-1);line-height:1.55}.feature-visual{border:1px solid rgba(29,27,22,.24);border-radius:12px;background:#ffffffc7;box-shadow:inset 0 1px #ffffffb3,0 8px 18px #1d1b1614;padding:12px;margin-bottom:18px;height:210px;display:flex;flex-direction:column}.feature-visual-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.feature-visual-icon{width:16px;height:16px;stroke:var(--accent);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.feature-visual-icon circle{fill:#d6463012}.feature-visual-kicker{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-2);flex:1}.feature-visual-summary{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.feature-visual-summary-stacked{align-items:flex-start;flex-direction:column;justify-content:flex-start;gap:4px}.feature-visual-summary-label{font-size:.78rem;font-weight:600;color:var(--text-1)}.feature-visual-summary-value{font-family:var(--font-display);font-size:1.02rem;font-weight:700;color:var(--text-0)}.feature-visual-details{margin-top:8px;border-top:1px solid rgba(29,27,22,.1);padding-top:8px;display:grid;gap:6px}.feature-visual-detail-row{display:flex;justify-content:space-between;gap:8px}.feature-visual-detail-label{font-size:.78rem;color:var(--text-2)}.feature-visual-detail-value{font-size:.8rem;font-weight:700;color:var(--text-0)}.feature-visual-consistency{gap:10px}.feature-visual-consistency .feature-visual-summary{margin-top:14px}.feature-visual-consistency .feature-visual-summary-stacked{gap:8px}.feature-visual-consistency .feature-visual-summary-stacked .feature-visual-summary-value{font-size:clamp(1.3rem,3.4vw,1.6rem);line-height:1}.feature-visual-consistency .feature-visual-summary-label{font-size:.84rem}.feature-visual-consistency .feature-visual-summary-value{font-size:1.15rem}.feature-visual-consistency .feature-visual-details{margin-top:auto;gap:10px;padding-top:12px}.feature-visual-consistency .feature-visual-detail-row{align-items:center;border:1px solid rgba(29,27,22,.12);border-radius:10px;background:#ffffffdb;padding:8px 10px}.feature-visual-consistency .feature-visual-detail-label{font-size:.88rem}.feature-visual-consistency .feature-visual-detail-value{font-size:.94rem}.feature-visual-trend{display:flex;flex-direction:column;gap:8px}.feature-trend-value{font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--accent-2)}.feature-trend-pill{align-self:flex-start;font-size:.68rem;font-weight:700;letter-spacing:.03em;color:#1e5a37;background:#dbf3df;border:1px solid #bfe6c8;border-radius:999px;padding:4px 8px}.feature-trend-chart-wrap{position:relative;border-radius:10px;border:1px solid rgba(29,27,22,.12);background:#ffffffe6;padding:2px 0;flex:1}.feature-trend-chart{display:block;width:100%;height:100px}.feature-trend-grid{stroke:#1d1b161c;stroke-width:1}.feature-trend-line{fill:none;stroke:#1d1b16e6;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.feature-trend-point{position:absolute;width:5px;height:5px;border-radius:50%;background:#1d1b168c;transform:translate(-50%,-50%)}.feature-trend-point.is-latest{width:7px;height:7px;background:var(--accent-2);box-shadow:0 0 0 3px #0c5b4c29}.feature-trend-labels{display:flex;justify-content:space-between;font-size:.72rem;color:var(--text-2);letter-spacing:.02em;margin-top:auto;padding-top:2px;min-height:14px}.feature-visual-training{display:flex;flex-direction:column;gap:10px}.feature-training-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.feature-training-value{font-size:.82rem;font-weight:700;color:var(--text-1)}.feature-training-track{height:8px;border-radius:999px;background:#1d1b161f;overflow:hidden}.feature-training-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#b26f1c80 0% 50%,#d6463080)}.feature-training-list{display:grid;gap:6px;margin-top:auto}.feature-training-item{position:relative;font-size:.8rem;color:var(--text-2);border:1px solid rgba(29,27,22,.12);border-radius:8px;background:#ffffffd6;padding:6px 8px 6px 24px}.feature-training-item:before{content:"";position:absolute;left:8px;top:50%;width:10px;height:10px;border-radius:50%;transform:translateY(-50%);border:1px solid rgba(29,27,22,.2);background:#1d1b1614}.feature-training-item.is-complete{color:var(--text-1)}.feature-training-item.is-complete:before{border-color:#0c5b4c66;background:#0c5b4cc7}.steps{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.steps li{padding:22px}.step-number{width:30px;height:30px;border-radius:50%;display:inline-grid;place-items:center;background:#d646301f;color:var(--accent);font-weight:700;margin-bottom:10px}.steps h3{margin:0;font-family:var(--font-display);font-size:1.14rem}.steps p{margin:8px 0 0;color:var(--text-1);line-height:1.5}.content-page{padding-top:clamp(24px,5vw,56px)}.content-card{padding:clamp(20px,4vw,38px);max-width:900px;margin:0 auto;background:#fffaf1f5}.content-card h1{margin:10px 0 0;font-family:var(--font-display);font-size:clamp(1.85rem,4vw,3rem);letter-spacing:-.02em}.content-card h2{margin:24px 0 0;font-family:var(--font-display);font-size:clamp(1.1rem,2.2vw,1.4rem);letter-spacing:-.01em}.content-card p{margin:12px 0 0;color:var(--text-1);line-height:1.65}.content-meta{margin-top:10px;color:var(--text-2);font-size:.92rem}.content-list{margin:12px 0 0;padding-left:18px;color:var(--text-1);display:grid;gap:6px;line-height:1.6}.link-inline{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.link-inline:hover{color:var(--accent-dark)}.contact-grid{margin-top:18px;display:grid;grid-template-columns:1fr;gap:12px}.contact-item{padding:var(--space-4);background:#ffffffdb}.contact-item h2{margin-top:0}.contact-item p{margin-top:8px}.not-found-card{text-align:center}.not-found-card .button{margin-top:16px}.image-placeholder{width:100%;border-radius:12px;border:1px solid rgba(29,27,22,.2);background:repeating-linear-gradient(-45deg,#ffffffd1,#ffffffd1 20px,#1d1b160a 20px 40px);color:var(--text-2);font-size:.84rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;display:grid;place-items:center;text-align:center;padding:12px}.image-placeholder-hero{min-height:100%;height:100%}.image-placeholder-feature{min-height:136px;margin-bottom:12px}.image-placeholder-step{min-height:98px;margin-top:14px}.section-image{width:100%;display:block;border-radius:12px;border:1px solid rgba(29,27,22,.2);background:#ffffffdb;object-fit:cover}.section-image-hero{min-height:100%;height:100%}.section-image-feature{min-height:136px;margin-bottom:12px}.section-image-step{min-height:98px;margin-top:14px}.cta-section{padding-top:var(--space-4)}.cta-card{padding:clamp(24px,4vw,36px);text-align:center;background:#fffaf1f2}.cta-card h2{margin:0;font-family:var(--font-display);font-size:clamp(1.55rem,3vw,2.35rem)}.cta-card p{margin:10px auto 0;color:var(--text-1);max-width:52ch}.cta-card .button{margin-top:var(--space-3)}.site-footer{margin-top:auto;background:#ffffff3d}.footer-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);flex-wrap:wrap;color:var(--text-2);font-size:.9rem}.footer-links{display:inline-flex;gap:var(--space-3)}.footer-links a:hover{color:var(--accent)}@media(max-width:1060px){.site{--anchor-offset: 132px}.header-inner{flex-wrap:wrap;row-gap:8px;padding-top:8px}.hero-grid{grid-template-columns:1fr}.hero-copy h1{max-width:14ch}.hero-stage-wrap,.hero-stage{min-height:420px}.hero-throw-board svg{width:min(360px,100%)}.feature-card,.feature-card-wide{grid-column:span 6}.contact-grid{grid-template-columns:1fr}}@media(max-width:760px){.site{--anchor-offset: 126px}.container{width:min(1140px,100%);padding-inline:var(--space-5)}.site-nav{width:100%;order:3;gap:14px;font-size:.92rem;padding-bottom:8px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;margin-top:var(--space-1)}.header-cta{padding-inline:14px;font-size:.86rem}.header-inner{min-height:68px}.brand-tag{display:none}.hero-stage-wrap{min-height:360px}.hero-stage{min-height:360px;padding:14px}.hero-throw-metrics{grid-template-columns:1fr}.feature-card,.feature-card-wide,.steps li{grid-column:span 12}.feature-visual{height:auto;min-height:210px}.steps{grid-template-columns:1fr}.footer-inner{justify-content:center;text-align:center}}
