@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT@0,9..144,100..900,0..100;1,9..144,100..900,0..100&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap";:root{--charcoal:#1f1c19;--sand:#e6e0ce;--ivory:#f7f4ed;--paper:#fbf6f0;--art-ground:#f3eee5;--teal:#4a7d6e;--pine-teal:#2f6b5e;--cinnabar:#b3543c;--ochre:#a07a4a;--tan:#d5bb90;--ink:#1a1a18;--body:#4b4a45;--highlight:#e6dcc3;--muted:#9a8f7e;--font-display:"Fraunces", Georgia, "Times New Roman", serif;--font-body:"Hanken Grotesk", system-ui, -apple-system, sans-serif;--max-width:720px;--side-pad:clamp(1.25rem, 5vw, 3rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:18px}body{font-family:var(--font-body);color:var(--body);background:var(--ivory);min-height:100dvh;line-height:1.7}img,svg{max-width:100%;height:auto;display:block}a{color:var(--pine-teal);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:var(--font-display);color:var(--ink);font-weight:400;line-height:1.15}h1{font-variation-settings:"opsz" 144, "SOFT" 60;letter-spacing:-.015em;font-size:clamp(2.4rem,5.5vw,3.6rem)}h2{font-variation-settings:"opsz" 72, "SOFT" 40;margin-top:2.5rem;font-size:clamp(1.6rem,3.5vw,2.2rem)}h3{font-variation-settings:"opsz" 48, "SOFT" 30;margin-top:2rem;font-size:clamp(1.2rem,2.5vw,1.5rem)}p{margin-top:1rem}p:first-child{margin-top:0}.accent{color:var(--cinnabar);font-style:italic}.kicker{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--ochre);margin-bottom:.5rem;font-size:.72rem;font-weight:600}.photo-section{position:relative;overflow:hidden}.photo-section .photo-bg{z-index:0;filter:grayscale()contrast(.98)brightness(1.02);background-position:50%;background-size:cover;transition:filter .6s;position:absolute;inset:0}.photo-section:hover .photo-bg{filter:grayscale(.4)contrast(.98)brightness(1.02)}.photo-section .photo-bg:after{content:"";background:linear-gradient(#1f1c198c 0%,#1f1c19eb 100%);position:absolute;inset:0}.photo-section .photo-bg:before{content:"";z-index:1;mix-blend-mode:overlay;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E") 0 0/150px;position:absolute;inset:0}.photo-section>:not(.photo-bg){z-index:2;position:relative}.charcoal-section{background:var(--charcoal);color:var(--sand);padding:5rem 0}.charcoal-section h2,.charcoal-section h3{color:var(--paper)}.charcoal-section .accent{color:var(--cinnabar)}.charcoal-section .kicker,.charcoal-section a{color:var(--tan)}.sand-section{background:var(--sand);padding:5rem 0}.sq-block{background:var(--cinnabar);width:28px;height:28px;margin-bottom:1.25rem;display:block}.sq-block-sm{width:20px;height:20px}.sq-block-lg{width:48px;height:48px}.dot{background:var(--cinnabar);border-radius:50%;width:8px;height:8px;margin:0 auto 1rem;display:block}.rule{border:none;border-top:1px solid var(--sand);margin:2.5rem 0}.charcoal-section .rule{border-color:#e6e0ce26}.container{width:100%;max-width:var(--max-width);padding:0 var(--side-pad);margin:0 auto}.container-wide{width:100%;max-width:1080px;padding:0 var(--side-pad);margin:0 auto}.site-header{z-index:10;padding:1.5rem 0;position:absolute;top:0;left:0;right:0}.site-header.header-light{border-bottom:1px solid var(--sand);position:relative}.site-header .container-wide{justify-content:space-between;align-items:center;display:flex}.site-logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.site-logo:hover{opacity:.85;text-decoration:none}.site-logo img{width:auto;height:36px}.site-logo-text{font-family:var(--font-display);letter-spacing:.13em;font-variation-settings:"opsz" 144, "SOFT" 60;color:var(--ink);font-size:1.15rem;font-weight:400}.site-header.header-dark .site-logo-text{color:var(--paper)}.site-nav{align-items:center;gap:2rem;display:flex}.site-nav a{letter-spacing:.12em;text-transform:uppercase;color:var(--body);font-size:.75rem;font-weight:500;text-decoration:none;transition:color .15s}.site-nav a:hover{color:var(--pine-teal);text-decoration:none}.site-nav .quiet-link{color:var(--muted);font-weight:400}.site-nav .quiet-link:hover{color:var(--body)}.site-nav .cta-link{color:var(--pine-teal);font-weight:600}.site-nav .nav-cta{background:var(--pine-teal);letter-spacing:.1em;border-radius:3px;padding:.45rem 1.1rem;font-weight:600;transition:background .15s,color .15s;color:var(--paper)!important}.site-nav .nav-cta:hover{background:var(--teal);color:#fff!important}.site-header.header-dark .site-nav a{color:#f7f2edb3}.site-header.header-dark .site-nav a:hover{color:var(--paper)}.site-header.header-dark .site-nav .quiet-link{color:#f7f2ed59}.site-header.header-dark .site-nav .quiet-link:hover{color:#f7f2edb3}.site-header.header-dark .site-nav .cta-link{color:var(--tan)}.site-header.header-dark .site-nav .nav-cta{background:#f7f2ed26;color:var(--paper)!important}.site-header.header-dark .site-nav .nav-cta:hover{background:#f7f2ed40}@media (width<=640px){.site-header .container-wide{flex-direction:column;gap:1rem}.site-nav{gap:1.25rem}}.hero{align-items:flex-end;min-height:90vh;padding:0 0 6rem;display:flex}.hero-content{max-width:780px}.hero .sq-block{margin-bottom:2.25rem}.hero h1{color:var(--paper)}.hero .subtitle{color:#f7f2eda6;max-width:620px;margin:1.75rem 0 0;font-size:1.1rem;line-height:1.6}.hero .cta-row{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}.vocab-grid{grid-template-columns:1fr;gap:2.5rem;margin-top:3rem;display:grid}@media (width>=768px){.vocab-grid{grid-template-columns:1fr 1fr 1fr;gap:2.5rem}}.vocab-item p{color:var(--body);margin-top:1rem;font-size:.95rem;line-height:1.65}.vocab-term{letter-spacing:.28em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--sand);padding-bottom:.75rem;font-size:.72rem;font-weight:600}.step-list{border-top:1px solid var(--sand);margin-top:1.75rem}.step-row{border-bottom:1px solid var(--sand);align-items:baseline;gap:1rem;padding:.85rem 0;font-size:.95rem;line-height:1.55;display:flex}.step-num{font-family:var(--font-display);color:var(--pine-teal);flex-shrink:0;font-size:1.25rem;font-weight:380}.kicker-teal{color:var(--pine-teal)}.badge{letter-spacing:.15em;text-transform:uppercase;color:var(--pine-teal);border:1px solid var(--pine-teal);border-radius:100px;padding:.3rem .85rem;font-size:.72rem;font-weight:600;display:inline-block}.btn-lg{padding:1rem 2.5rem;font-size:.8rem}.dagger{color:var(--cinnabar);cursor:help;font-weight:700}.btn{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border:none;border-radius:3px;padding:.8rem 2rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{background:var(--pine-teal);color:var(--ivory)}.btn-primary:hover{background:var(--teal);text-decoration:none}.btn-ghost{color:var(--paper);background:0 0;border:1px solid #f7f2ed4d}.btn-ghost:hover{border-color:var(--paper);text-decoration:none}.btn-outline{color:var(--body);border:1px solid var(--sand);background:0 0}.btn-outline:hover{border-color:var(--pine-teal);color:var(--pine-teal);text-decoration:none}.approach-grid{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:960px;margin:0 auto;display:grid}.approach-card{text-align:left}.approach-card h3{margin-top:0;margin-bottom:.5rem;font-size:1.3rem}.approach-card p{color:var(--sand);margin-top:.5rem;font-size:.92rem;line-height:1.65}@media (width<=768px){.approach-grid{grid-template-columns:1fr;gap:2.5rem}}.pull-quote{background:var(--charcoal);border-radius:4px;margin:3rem 0;padding:3rem 2.5rem}.pull-quote .sq-block{margin-bottom:1.5rem}.pull-quote p{font-family:var(--font-display);color:var(--paper);margin:0;font-size:clamp(1.4rem,3vw,1.8rem);line-height:1.3}.pull-quote .accent{color:var(--cinnabar)}.article-card{border-bottom:1px solid var(--sand);padding:2rem 0;text-decoration:none;display:block}.article-card:hover{text-decoration:none}.article-card:hover h3{color:var(--pine-teal)}.article-card .kicker{margin-bottom:.35rem}.article-card h3{color:var(--ink);margin-top:0;font-size:1.35rem;transition:color .15s}.article-card .excerpt{color:var(--body);margin-top:.5rem;font-size:.95rem;line-height:1.6}.article-card .meta{color:var(--muted);margin-top:.75rem;font-size:.75rem}.article-header{max-width:var(--max-width);margin:0 auto;padding:4rem 0 2rem}.article-header .kicker,.article-header h1{margin-bottom:.75rem}.article-header .meta{color:var(--muted);font-size:.8rem}.article-header .lede{color:var(--ink);font-size:1.15rem;line-height:1.75;font-family:var(--font-display);font-variation-settings:"opsz" 18, "SOFT" 20;margin-top:1.75rem}.prose{max-width:var(--max-width);margin:0 auto}.prose p{margin-top:1.25rem;font-size:1rem;line-height:1.8}.prose h2{margin-top:3.5rem;margin-bottom:.75rem}.prose h3{margin-top:2.5rem;margin-bottom:.35rem}.prose blockquote{background:var(--charcoal);border:none;border-radius:4px;margin:2.5rem 0;padding:2.5rem 2rem;position:relative}.prose blockquote:before{content:"";background:var(--cinnabar);width:22px;height:22px;margin-bottom:1rem;display:block}.prose blockquote p{font-family:var(--font-display);color:var(--paper);margin:0;font-size:1.35rem;font-style:normal;line-height:1.3}.prose blockquote em{color:var(--cinnabar);font-style:italic}.prose ul,.prose ol{margin:1.25rem 0;padding-left:1.5rem}.prose li{margin-top:.5rem;line-height:1.7}.prose strong{color:var(--ink);font-weight:600}.prose mark{background:var(--highlight);white-space:nowrap;border-radius:2px;padding:.1em .3em}.prose hr{text-align:center;background:0 0;border:none;height:8px;margin:3.5rem auto;display:block;overflow:visible}.prose hr:after{content:"";background:var(--cinnabar);vertical-align:middle;border-radius:50%;width:8px;height:8px;display:inline-block}.prose sup{color:var(--cinnabar);font-size:.7em;font-weight:600}.prose img{border-radius:4px;max-width:100%;margin:2.5rem auto;display:block}.prose figure{margin:2.5rem 0}.prose figcaption{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--ochre);margin-top:.75rem;font-size:.72rem;font-weight:600}.prose>p:first-child:first-letter{font-family:var(--font-display);float:left;color:var(--cinnabar);font-variation-settings:"opsz" 144, "SOFT" 40;margin:.05em .12em 0 0;font-size:3.6em;font-weight:400;line-height:.85}.prose .dagger{color:var(--cinnabar);cursor:help;font-weight:700}.prose table{border-collapse:collapse;width:100%;margin:1.5rem 0}.prose th{font-family:var(--font-display);text-align:left;border-bottom:1px solid var(--sand);color:var(--ochre);vertical-align:top;padding:1rem 0;font-size:1.15rem;font-weight:400}.prose th:first-child{color:var(--ochre)}.prose th:nth-child(2){color:var(--cinnabar)}.prose td{border-bottom:1px solid var(--sand);vertical-align:top;padding:1rem 0;font-size:.95rem}.callout{border-radius:4px;margin:2.5rem 0;padding:1.75rem}.callout h3,.callout h4{margin-top:0}.callout p{font-size:.95rem}.callout-teal{border-left:3px solid var(--pine-teal);background:#eef6f3}.callout-teal h3,.callout-teal h4{color:var(--pine-teal)}.callout-teal ol{counter-reset:step;padding-left:0;list-style:none}.callout-teal ol li{counter-increment:step;padding-left:2rem;position:relative}.callout-teal ol li:before{content:counter(step);font-family:var(--font-display);color:var(--pine-teal);font-size:1.1rem;position:absolute;top:.5rem;left:0}.callout-warm{border-left:3px solid var(--ochre);background:#faf3ea}.callout-warm h3,.callout-warm h4{color:var(--ochre)}.fine-print{border-top:1px solid var(--sand);color:var(--muted);margin-top:3.5rem;padding-top:2.5rem;font-size:.82rem;line-height:1.65}.fine-print h4{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;color:var(--ochre);margin-bottom:1.25rem;font-size:.72rem;font-weight:600}.fine-print ol{padding-left:1.25rem}.fine-print li{margin-top:.75rem}.fine-print .framework-note{background:var(--paper);border-radius:4px;margin-top:2rem;padding:1.25rem;font-style:italic}.site-footer{background:var(--charcoal);text-align:center;margin-top:0;padding:4rem 0}.site-footer p{color:#e6e0ce80;font-size:.8rem;line-height:1.6}.footer-logo{opacity:.6;width:auto;height:32px;margin:0 auto 1.5rem}.footer-name{font-family:var(--font-display);color:var(--paper);letter-spacing:.1em;font-variation-settings:"opsz" 72, "SOFT" 40;font-size:.9rem}.footer-designation{letter-spacing:.15em;text-transform:uppercase;color:var(--tan);margin-top:.35rem;font-size:.72rem}.footer-links{justify-content:center;gap:1.5rem;margin-top:1.25rem;font-size:.75rem;display:flex}.footer-links a{color:#e6e0ce73}.footer-links a:hover{color:var(--tan);text-decoration:none}.footer-legal{color:#e6e0ce4d;margin-top:2rem;font-size:.7rem}.about-hero{padding:5rem 0 3rem}.about-content{max-width:var(--max-width);grid-template-columns:1fr;gap:3rem;margin:0 auto;display:grid}@media (width>=900px){.about-content{grid-template-columns:280px 1fr;max-width:960px}}.about-photo{filter:grayscale()contrast(.98)brightness(1.02);border-radius:4px}.about-credentials{margin-top:2rem}.about-credentials dt{letter-spacing:.15em;text-transform:uppercase;color:var(--ochre);margin-top:1.25rem;font-size:.72rem;font-weight:600}.about-credentials dt:first-child{margin-top:0}.about-credentials dd{margin-top:.25rem;font-size:.95rem}.section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-top:0}@media (width<=480px){html{font-size:16px}.hero{min-height:75vh;padding:7rem 0 4rem}.article-header{padding:3rem 0 1.5rem}.pull-quote{padding:2rem 1.5rem}.pull-quote p{font-size:1.2rem}}
