:root{--ink:#16201b;--eucalyptus-900:#14261f;--eucalyptus-800:#1f3d34;--eucalyptus-700:#2c4a3f;--eucalyptus-600:#4f7362;--eucalyptus-500:#5f8271;--eucalyptus-400:#86a392;--eucalyptus-300:#a8c0b0;--eucalyptus-200:#cbd6c6;--eucalyptus-100:#dbe4d7;--eucalyptus-50:#eaf0e8;--cream-deep:#e4e6df;--cream-200:#eceee8;--cream-100:#f4f5f1;--cream-50:#f9faf7;--paper:#fcfdfb;--stone-700:#4a544e;--stone-600:#6a746e;--stone-500:#7a827c;--stone-400:#9aa39c;--stone-300:#c4c9c1;--stone-200:#daded4;--stone-100:#e8ebe4;--rust-700:#909e2f;--rust-600:#aebe3b;--rust-500:#c6d64f;--rust-400:#bccb45;--rust-300:#d8e285;--rust-200:#e6edb4;--rust-100:#eff3d4;--ink-900:#0f1712;--ink-700:#16201b;--ink-500:#33403a;--ink-400:#4a544e;--accent:#c6d64f;--accent-hover:#aebe3b;--accent-press:#909e2f;--text-on-brand:#16201b;--text-accent:#4f7362;--surface-canvas:var(--cream-100);--surface-sunk:var(--cream-deep);--surface-soft:var(--cream-200);--surface-card:var(--paper);--surface-invert:var(--eucalyptus-800);--text-body:var(--ink-700);--text-muted:var(--stone-600);--text-faint:var(--stone-500);--border:var(--stone-300);--border-subtle:var(--stone-200);--font-sans:"General Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--text-display:clamp(3.25rem, 7.6vw, 6rem);--text-h1:clamp(2.6rem, 5.2vw, 4.25rem);--text-h2:clamp(2.1rem, 4vw, 3.1rem);--text-h3:clamp(1.6rem, 2.8vw, 2.15rem);--text-h4:1.375rem;--text-xs:.9375rem;--text-sm:.9375rem;--text-body-sz:1.0625rem;--text-lg:1.1875rem;--text-xl:1.375rem;--tracking-wide:.08em;--tracking-snug:-.01em;--tracking-tight:-.02em;--leading-heading:1.12;--leading-snug:1.2;--leading-body:1.6;--leading-relaxed:1.72;--section-y:clamp(4rem, 2.5rem + 6vw, 7.5rem);--gutter:clamp(1.25rem, .75rem + 2.5vw, 3rem);--container:1200px;--container-narrow:760px;--radius-md:14px;--radius-lg:20px;--radius-2xl:32px;--radius-pill:999px;--radius-circle:50%;--shadow-sm:0 2px 10px #14261f0d;--shadow-md:0 8px 24px #14261f14;--shadow-xl:0 30px 70px #14261f24;--shadow-brand:0 10px 26px #c6d64f59;--ring-focus:0 0 0 3px #4f736273;--ease-out:cubic-bezier(.22, .61, .36, 1);--ease-in-out:cubic-bezier(.45, 0, .25, 1);--dur-base:.24s}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--surface-canvas);color:var(--text-body);font-family:var(--font-sans);font-size:var(--text-body-sz);line-height:var(--leading-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-weight:400;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:var(--eucalyptus-800);line-height:var(--leading-heading);letter-spacing:var(--tracking-snug);text-wrap:balance;margin:0}p{text-wrap:pretty;margin:0}a{color:var(--text-accent);text-decoration:none}a:focus-visible,button:focus-visible,.th-btn:focus-visible,[tabindex]:focus-visible{box-shadow:var(--ring-focus);outline:none}::selection{background:var(--rust-200);color:var(--eucalyptus-900)}.th-wrap{max-width:var(--container);margin:0 auto}.th-narrow{max-width:var(--container-narrow);margin:0 auto}.th-section{padding:var(--section-y) var(--gutter)}.th-eyebrow{font-size:var(--text-xs);letter-spacing:var(--tracking-wide);text-transform:uppercase;font-weight:500;display:inline-block}@keyframes th-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.reveal-armed [data-reveal]{opacity:0}.reveal-armed [data-reveal].in{animation:.7s cubic-bezier(.22,.61,.36,1) both th-rise}.reveal-armed [data-reveal][data-rd="1"].in{animation-delay:60ms}.reveal-armed [data-reveal][data-rd="2"].in{animation-delay:.12s}.reveal-armed [data-reveal][data-rd="3"].in{animation-delay:.16s}.reveal-armed [data-reveal][data-rd="4"].in{animation-delay:.22s}.reveal-armed [data-reveal][data-rd="5"].in{animation-delay:.28s}@media (prefers-reduced-motion:reduce){.reveal-armed [data-reveal]{opacity:1!important;animation:none!important;transform:none!important}}.th-btn{font-family:var(--font-sans);border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;transition:background .24s var(--ease-out), box-shadow .24s var(--ease-out), transform .14s var(--ease-out), border-color .24s var(--ease-out);border:1px solid #0000;justify-content:center;align-items:center;gap:9px;font-weight:500;text-decoration:none;display:inline-flex}.th-btn--accent{background:var(--accent);color:var(--text-on-brand)}.th-btn--accent:hover{background:var(--accent-hover);box-shadow:var(--shadow-brand);transform:translateY(-1px)}.th-btn--accent:active{transform:scale(.98)}.th-btn--sm{height:38px;padding:0 16px;font-size:15px}.th-btn--md{height:46px;padding:0 22px;font-size:16px}.th-btn--lg{height:52px;padding:0 26px;font-size:17px}.th-chip{border-radius:50%;flex:none;justify-content:center;align-items:center;width:60px;height:60px;display:inline-flex}.th-chip svg{width:26px;height:26px}.th-chip--soft{color:var(--eucalyptus-100);background:#f4f5f11a}.th-chip--cream{background:var(--eucalyptus-50);color:var(--eucalyptus-700)}.th-chip--eucalyptus{background:var(--eucalyptus-600);color:var(--cream-50)}.th-header{z-index:50;padding:14px var(--gutter);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-subtle);background:#f4f5f1d1;justify-content:space-between;align-items:center;gap:16px;display:flex;position:sticky;top:0}.th-navlink{color:var(--eucalyptus-700);white-space:nowrap;font-size:15px;font-weight:500;text-decoration:none;display:none}@media (min-width:720px){.th-navlink{display:inline-block}}#hero-img{transform:translateY(var(--py,0px));will-change:transform}#hero-outline:focus-visible{border-color:#f5efe1e6;outline:none;box-shadow:0 0 0 3px #f5efe18c}@media (max-width:620px){#hero-scrim-h{background:linear-gradient(90deg,#14261feb 0%,#14261fcc 55%,#14261fa8 100%)!important}#hero-scrim-v{background:linear-gradient(#14261f1f 0%,#14261f57 32%,#14261fc7 62%,#14261ff0 100%)!important}}#th-tree [data-grp]{stroke-dashoffset:var(--o,1)}#th-tree [data-foliage]{opacity:var(--fo,0);transform:scale(var(--fs,.5));transform-origin:50%;transform-box:fill-box}#th-tree [data-house]{opacity:var(--ho,0);transform:translateY(var(--hy,12px)) scale(var(--hs,.82));transform-origin:50%;transform-box:fill-box}@media (prefers-reduced-motion:reduce){#th-tree [data-grp]{stroke-dashoffset:0!important}#th-tree [data-foliage],#th-tree [data-house]{opacity:1!important;transform:none!important}}@media (max-width:860px){#tree-grid{flex-direction:column!important}#th-tree-col{order:2;width:100%;position:static!important;top:auto!important}#th-tree-blocks{order:1}#th-tree-blocks>[data-reveal]{min-height:auto!important}#th-tree-blocks>[data-stage]{position:relative;padding-left:44px!important}#th-tree-blocks [data-spine]{display:block!important}}[data-stage].in [data-spine-line]{transform:scaleY(1)!important}[data-stage].in [data-spine-node]{opacity:1!important;border-color:var(--eucalyptus-600)!important;transform:scale(1)!important}[data-stage=house].in [data-spine-node]{background:var(--accent)!important;border-color:var(--eucalyptus-700)!important}#loops-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:940px){#loops-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){#loops-grid{grid-template-columns:1fr}}@keyframes th-pulse{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}#loops-pulse-lit{animation:3.2s linear infinite th-pulse}@media (prefers-reduced-motion:reduce){#loops-pulse-lit{stroke-dashoffset:0!important;animation:none!important}}@media (max-width:680px){.tth-pillars{grid-template-columns:1fr!important}}#robine-panel{grid-template-columns:clamp(260px,38%,440px) 1fr;align-items:stretch;display:grid}@media (max-width:780px){#robine-panel{grid-template-columns:1fr}#robine-photo{min-height:360px}}.th-icon-btn{transition:background var(--dur-base) var(--ease-out)}.th-icon-btn:hover{background:var(--surface-sunk)}.th-social:hover{color:var(--cream-50)}.th-hero-outline{border-radius:var(--radius-pill);height:52px;color:var(--cream-50);font-weight:500;font-size:var(--text-body-sz);transition:background var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);background:#f5efe10f;border:1px solid #f5efe18c;justify-content:center;align-items:center;padding:0 26px;text-decoration:none;display:inline-flex}.th-hero-outline:hover{background:#f5efe124;border-color:#f5efe1cc}
