:root{--deep-sea: #001628;--boundless: #355464;--shadow-blue: #68a2b9;--ice-blue: #99d9d9;--orange: #ed6a1a;--neutral-50: #eef3f6;--neutral-200: #c2d3d9;--neutral-300: #9fc0cd;--neutral-400: #7faabf;--neutral-500: #5d8499;--neutral-800: var(--boundless);--slate-900: #0a2436;--blue-fg: var(--deep-sea);--blue-link: #1f6489;--blue-link-on-dark: var(--shadow-blue);--color-background: #e3edf0;--color-card: var(--neutral-50);--color-foreground: var(--blue-fg);--color-border: var(--color-foreground);--color-muted: var(--neutral-200);--color-muted-foreground: var(--boundless);--color-accent: var(--orange);--color-primary: var(--color-accent);--color-accent-foreground: #ffffff;--color-link: var(--blue-link);--color-link-on-dark: var(--blue-link-on-dark);--color-input-background: #dbe8ec;--color-overlay: #00162899;--color-scrim-veil: #00162833;--color-weather-card: #001628cc;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-14: 56px;--space-16: 64px;--space-18: 72px;--space-24: 96px;--space-25: 100px;--radius-sm: 2px;--radius-base: 4px;--radius-lg: 6px;--radius-full: 9999px;--radius-card: 12px;--border-hairline: 1px;--border-spark: 2px;--font-display: "jubilat-variable", Georgia, "Times New Roman", serif;--font-body: "trade-gothic-next", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-ui: "trade-gothic-next-condensed", "trade-gothic-next", -apple-system, sans-serif;--content-max: 1080px;--prose-max: 720px;--writing-list-max: 880px;--inset-width: 280px;--nav-height: 64px;--gutter: var(--space-25);--page-pad-top: var(--space-24);--prose-rhythm: var(--space-6);--prose-rhythm-block: var(--space-10);--prose-rhythm-section: var(--space-12);--kerchunk-live-dot: var(--color-accent);--card-image-col: 200px;--card-image-stacked-max: 280px;--post-thumb: 120px;--featured-min-height: 420px;--featured-min-height-mobile: 240px;--featured-panel-width: 540px}@media(max-width:1024px){:root{--gutter: var(--space-16)}}@media(max-width:768px){:root{--gutter: var(--space-12);--page-pad-top: var(--space-12)}}@media(max-width:480px){:root{--gutter: var(--space-5)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.63;font-weight:400;color:var(--color-foreground);background:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.t-hero{font-family:var(--font-display);font-weight:500;font-size:92px;line-height:1;letter-spacing:-1.5px}.t-hero-tablet{font-family:var(--font-display);font-weight:500;font-size:64px;line-height:1;letter-spacing:-1.5px}.t-display{font-family:var(--font-display);font-weight:500;font-size:48px;line-height:1.15}.t-display-number{font-family:var(--font-display);font-weight:500;font-size:48px;line-height:1}.t-display-reading{font-family:var(--font-display);font-weight:500;font-size:32px;line-height:1.15}.t-h1{font-family:var(--font-display);font-weight:500;font-size:36px;line-height:1.15}.t-h2{font-family:var(--font-display);font-weight:500;font-size:30px;line-height:1.38}.t-h3{font-family:var(--font-display);font-weight:500;font-size:24px;line-height:1.38}.t-subhead{font-family:var(--font-body);font-weight:700;font-size:20px;line-height:1.38}.t-page-intro{font-family:var(--font-body);font-weight:400;font-size:30px;line-height:1.15}.t-body{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1.63}.t-body-sm{font-family:var(--font-body);font-weight:400;font-size:14px;line-height:1.63}.t-quote{font-family:var(--font-display);font-weight:400;font-style:italic;font-size:20px;line-height:1.38}.t-eyebrow{font-family:var(--font-ui);font-weight:700;font-size:12px;line-height:1.15;letter-spacing:.02em;text-transform:uppercase}.t-ui-label{font-family:var(--font-ui);font-weight:700;font-size:14px;line-height:1.15;text-transform:uppercase}.t-wordmark{font-family:var(--font-display);font-weight:500;font-size:20px;line-height:1.2}.t-footer-motto{font-family:var(--font-body);font-weight:400;font-size:14px;line-height:1.24}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;color:var(--color-foreground)}.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(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.eyebrow{color:var(--color-muted-foreground)}.btn{display:inline-flex;align-items:center;gap:var(--space-2);border:none;cursor:pointer;text-transform:uppercase}.btn--primary{background:var(--color-accent);color:var(--color-accent-foreground);padding:var(--space-3) var(--space-5);border-radius:var(--radius-base)}.btn--primary:hover{filter:brightness(.95)}.btn--neutral{background:var(--color-foreground);color:var(--color-card);padding:var(--space-3) var(--space-5);border-radius:var(--radius-base)}.btn--neutral:hover{filter:brightness(1.15)}.skip-link{position:absolute;left:var(--space-2);top:calc(-1 * var(--nav-height));z-index:1000;padding:var(--space-2) var(--space-4);background:var(--color-foreground);color:var(--color-accent-foreground);border-radius:var(--radius-base);transition:top .15s ease}.skip-link:focus{top:var(--space-2)}.site-header{position:sticky;top:0;z-index:100;height:var(--nav-height);background:var(--color-card);border-bottom:var(--border-hairline) solid var(--color-border)}.site-header__inner{height:100%;max-width:var(--content-max);margin:0 auto;padding:0 var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:var(--space-8)}.site-header__brand{display:inline-flex;align-items:center;gap:var(--space-3)}.site-header__mark{display:block;width:var(--space-8);height:var(--space-8);flex:0 0 auto;background:var(--color-accent);-webkit-mask:var(--glyph) center / contain no-repeat;mask:var(--glyph) center / contain no-repeat}.site-header__wordmark{color:var(--color-foreground)}.site-header__drawer{display:flex;align-items:center;gap:var(--space-8)}.site-header__links{display:flex;align-items:center;gap:var(--space-8);list-style:none}.site-header__link{position:relative;color:var(--color-foreground);text-transform:uppercase;padding-bottom:var(--space-1);transition:color .15s ease}.site-header__link:hover,.site-header__link:focus-visible{color:var(--color-link)}.site-header__link.is-current{color:var(--color-accent)}.site-header__link.is-current:after{content:"";position:absolute;left:0;right:0;bottom:0;height:var(--border-spark);background:var(--color-accent)}.site-header__cta{display:inline-flex;align-items:center;padding:var(--space-3) var(--space-5);background:var(--color-foreground);color:var(--color-accent-foreground);border-radius:var(--radius-base);text-transform:uppercase;transition:filter .15s ease}.site-header__cta:hover,.site-header__cta:focus-visible{filter:brightness(1.25)}.site-header__burger{display:none;flex:0 0 auto;width:var(--space-6);height:var(--space-6);flex-direction:column;justify-content:center;gap:var(--space-1);padding:0;background:none;border:none;cursor:pointer}.site-header__burger span{display:block;height:var(--border-hairline);width:100%;background:var(--color-foreground);transition:transform .2s ease,opacity .2s ease}.site-header.is-open .site-header__burger span:nth-child(1){transform:translateY(calc(var(--border-hairline) + var(--space-1))) rotate(45deg)}.site-header.is-open .site-header__burger span:nth-child(2){opacity:0}.site-header.is-open .site-header__burger span:nth-child(3){transform:translateY(calc(-1 * (var(--border-hairline) + var(--space-1)))) rotate(-45deg)}@media(prefers-reduced-motion:reduce){.site-header__burger span{transition:none}}@media(max-width:767px){.site-header__burger{display:flex}.site-header__drawer{position:fixed;top:var(--nav-height);right:0;bottom:0;width:100%;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:var(--space-5);background:var(--color-card);transform:translate(100%);transition:transform .2s ease;visibility:hidden;z-index:200}.site-header.is-open .site-header__drawer{transform:translate(0);visibility:visible}.site-header__links{flex-direction:column;align-items:stretch;gap:0;width:100%}.site-header__links li{border-bottom:var(--border-hairline) solid var(--color-muted)}.site-header__link{display:inline-block;width:100%;padding:var(--space-4) 0}.site-header__link.is-current:after{right:auto;width:var(--space-8);height:var(--border-spark);background:var(--color-accent)}.site-header__cta{justify-content:center;width:100%;margin-top:var(--space-6);padding:var(--space-4) var(--space-5)}@media(prefers-reduced-motion:reduce){.site-header__drawer{transition:none}}}.site-footer{background:var(--slate-900);color:var(--neutral-50);border-top:var(--border-hairline) solid var(--slate-600)}.site-footer__inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--space-12);max-width:var(--content-max);margin:0 auto;padding:var(--space-16) var(--gutter)}.site-footer__brand{display:flex;flex-direction:column;gap:var(--space-6);flex:1 1 auto;min-width:0}.site-footer__copy{font-family:var(--font-display);font-weight:400;font-size:18px;line-height:1.4;color:var(--neutral-200)}.site-footer__col{display:flex;flex-direction:column;gap:var(--space-3);flex:0 0 auto}.site-footer__heading{color:var(--neutral-200);margin-bottom:var(--space-1)}.site-footer__links{list-style:none;display:flex;flex-direction:column;gap:var(--space-2)}.site-footer__link{color:var(--color-link-on-dark);display:inline-flex;align-items:center;gap:var(--space-2)}.site-footer__link:hover,.site-footer__link:focus-visible{text-decoration:underline;text-underline-offset:var(--space-1)}.site-footer__link--icon svg{flex:0 0 auto}.site-footer__place-row{display:flex;align-items:flex-start;gap:var(--space-3)}.site-footer__pin{flex:0 0 auto;margin-top:var(--space-1)}.site-footer__place-text{display:flex;flex-direction:column;gap:var(--space-1)}.site-footer__place{color:var(--neutral-50)}.site-footer__coords{color:var(--neutral-200)}@media(max-width:480px){.site-footer__inner{flex-direction:column;gap:var(--space-8);padding:var(--space-12) var(--space-5)}}.card{display:flex;min-width:0}.card__image-link{display:block;overflow:hidden;border-radius:var(--radius-sm)}.card__image{display:block;width:100%;height:100%;object-fit:cover}.card__image--placeholder{background:var(--color-muted)}.card__body{display:flex;flex-direction:column;gap:var(--space-3);min-width:0}.card__eyebrow,.card__title{margin:0;color:var(--color-foreground)}.card__title a{color:inherit;text-decoration:none}.card__title a:hover{text-decoration:underline}.card__excerpt,.card__note{margin:0;color:var(--color-muted-foreground)}.card__note a,.card__excerpt a{color:var(--color-link);text-decoration:underline;text-underline-offset:.15em}.card__note a:hover,.card__excerpt a:hover{text-decoration:underline}.card__cta{margin-top:var(--space-1);color:var(--color-link);text-decoration:underline}.card__cta:hover{text-decoration:underline}.card--home .card__cta{text-decoration:none}.card--home .card__cta:hover{text-decoration:underline}.card--vertical{flex-direction:column;gap:var(--space-5)}.card--vertical .card__image-link{aspect-ratio:2.4 / 1}.card--horizontal{flex-direction:row;gap:var(--space-6);align-items:stretch}.card--horizontal .card__image-link{flex:0 0 var(--card-image-col);align-self:stretch}.card--horizontal .card__body{flex:1 1 0;justify-content:center}.card--no-image .card__body{justify-content:flex-start}@media(max-width:768px){.card--horizontal{flex-direction:column;gap:var(--space-5)}.card--horizontal .card__image-link{flex:0 0 auto;align-self:flex-start}.card--horizontal .card__image{height:auto;max-height:var(--card-image-stacked-max);width:auto;max-width:100%}}.card--post{background:var(--color-card);border:var(--border-hairline) solid color-mix(in srgb,var(--color-foreground) 50%,transparent);border-radius:var(--radius-base);padding:var(--space-6)}.card--post .card__cta{color:var(--color-accent)}.section-head{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;gap:var(--space-4);padding-bottom:var(--space-3);border-bottom:var(--border-hairline) solid var(--neutral-400)}.section-head__title{color:var(--color-foreground)}.section-head__link{color:var(--color-link);text-decoration:none;white-space:nowrap}.section-head__link:hover{text-decoration:underline}.post-item{display:flex;flex-direction:row;align-items:flex-start;gap:var(--space-5);padding-block:var(--space-6);border-bottom:var(--border-hairline) solid var(--neutral-300);overflow:visible}.post-item:last-child{border-bottom:none}.post-item__thumb{flex:0 0 var(--post-thumb);width:var(--post-thumb);height:var(--post-thumb);display:block;overflow:hidden;background:var(--color-muted)}.post-item__thumb img,.post-item__thumb picture{display:block;width:100%;height:100%;object-fit:cover}.post-item__body{display:flex;flex-direction:column;gap:var(--space-2);flex:1 1 0;min-width:0}.post-item__meta{margin:0;color:var(--color-muted-foreground)}.post-item__title{margin:0;color:var(--color-foreground)}.post-item__title a{color:inherit;text-decoration:none}.post-item__title a:hover{text-decoration:underline}.post-item__excerpt{margin:0}.featured-post{position:relative;display:flex;justify-content:flex-end;min-height:var(--featured-min-height);border-radius:var(--radius-base);overflow:hidden}.featured-post__image-link{position:absolute;inset:0;display:block}.featured-post__image{display:block;width:100%;height:100%;object-fit:cover}.featured-post__panel{position:relative;display:flex;width:var(--featured-panel-width);max-width:100%}.featured-post__scrim{position:absolute;inset:0;background:var(--color-overlay);mix-blend-mode:multiply;pointer-events:none}.featured-post__panel-inner{position:relative;display:flex;flex-direction:column;gap:var(--space-4);justify-content:center;padding:var(--space-10)}.featured-post__meta,.featured-post__title{margin:0;color:var(--color-card)}.featured-post__title a{color:inherit;text-decoration:none}.featured-post__title a:hover{text-decoration:underline}.featured-post__excerpt{margin:0;color:var(--color-card)}.featured-post__cta{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-accent);text-decoration:none;margin-top:var(--space-3)}.featured-post__cta:hover,.featured-post__cta:focus-visible{text-decoration:underline}@media(max-width:768px){.featured-post{flex-direction:column;justify-content:flex-start;min-height:0}.featured-post__image-link{position:relative;inset:auto;min-height:var(--featured-min-height-mobile)}.featured-post__panel{width:100%}.featured-post__scrim{background:var(--neutral-800);mix-blend-mode:normal}.featured-post__panel-inner{padding:var(--space-8) var(--space-6)}}.testimonial{display:flex;flex-direction:column;gap:var(--space-3)}.testimonial__quote{color:var(--color-foreground)}.testimonial__attribution{display:flex;flex-direction:column;gap:var(--space-1);font-style:normal}.testimonial__name{color:var(--color-foreground);font-style:normal}.testimonial__role,.testimonial__relationship{color:var(--color-muted-foreground)}.stat-row{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-8)}.post-prose .stat-row{display:grid;grid-template-columns:repeat(3,1fr);padding-left:0}.stat{display:flex;flex-direction:column;gap:var(--space-2)}.stat__value{color:var(--color-accent)}.stat__label{color:var(--color-muted-foreground)}@media(max-width:480px){.stat-row{grid-template-columns:1fr}}.fact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-6) var(--space-8);margin:0}.fact-grid__item{display:flex;flex-direction:column;gap:var(--space-1)}.fact-grid__label{color:var(--color-muted-foreground)}.fact-grid__value{color:var(--color-foreground);margin:0}@media(max-width:480px){.fact-grid{grid-template-columns:1fr}}.post-prose .pullquote{border-left:3px solid var(--color-accent);border-radius:var(--radius-sm);padding-left:var(--space-6);color:var(--color-foreground);font-style:normal;margin:var(--prose-rhythm-block) 0}.list-item{display:grid;grid-template-columns:var(--space-4) 1fr;gap:var(--space-3);align-items:start}.list-item__marker{color:var(--color-muted-foreground)}.list-item__body{color:var(--color-foreground)}.list-item__body strong{font-weight:700}.badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);text-transform:uppercase}.badge--open{background:var(--color-muted);color:var(--color-foreground)}.badge__dot{width:var(--space-2);height:var(--space-2);border-radius:var(--radius-full);background:var(--kerchunk-live-dot);flex-shrink:0}.form-field{display:flex;flex-direction:column;gap:var(--space-2);width:100%}.form-field__label{color:var(--color-muted-foreground);text-transform:uppercase}.form-field__input{width:100%;padding:var(--space-3);background:var(--color-input-background);border:var(--border-hairline) solid var(--color-border);border-radius:var(--radius-base);color:var(--color-foreground)}.form-field__input::placeholder{color:var(--color-muted-foreground)}.form-field__input:focus-visible{outline:var(--border-hairline) solid var(--color-link);outline-offset:2px}.form-field__input--area{resize:vertical;min-height:var(--space-18)}.availability{background:var(--color-card);border:var(--border-hairline) solid var(--color-border);border-radius:var(--radius-base);padding:var(--space-8);display:flex;flex-direction:column;gap:var(--space-4)}.availability__head{display:flex;align-items:center;gap:var(--space-3)}.availability__title,.availability__body{color:var(--color-foreground);margin:0}.availability__form{display:flex;flex-direction:column;gap:var(--space-4);align-items:flex-start}.availability__form>.form-field{align-self:stretch}.availability__form .btn--primary{background:var(--color-foreground);color:var(--color-card)}.availability__form .btn--primary:hover{filter:brightness(1.15)}.availability__row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4);width:100%}.availability__email{color:var(--color-link);margin:0}.availability__email-link{color:var(--color-link)}@media(max-width:480px){.availability{padding:var(--space-6)}.availability__row{grid-template-columns:1fr}}.home{--home-gutter: var(--space-25)}.home-hero{position:relative;background-color:var(--neutral-800);background-image:url(/images/hero-bench.webp);background-size:cover;background-position:center;padding:var(--space-24) var(--home-gutter) var(--space-18);overflow:hidden}.home-hero__scrim{position:absolute;inset:0;background:var(--color-scrim-veil);mix-blend-mode:overlay;pointer-events:none}.home-hero__inner{position:relative;max-width:var(--content-max);margin:0 auto;display:flex;flex-direction:column;gap:var(--space-6);color:var(--color-card)}.home-hero__eyebrow{display:flex;flex-direction:column;gap:var(--space-1);margin:0;color:var(--color-card)}.home-hero__eyebrow p{margin:0}.home-hero__title{margin:0;max-width:18ch;color:var(--color-card)}.home-hero__subhead{margin:0;max-width:60ch;color:var(--color-card)}.home-section{max-width:calc(var(--content-max) + 2 * var(--home-gutter));margin:0 auto;padding:var(--space-12) var(--home-gutter);display:flex;flex-direction:column;gap:var(--space-6)}.home-cardrow{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}.home-writing__cols{display:grid;grid-template-columns:1fr 340px;gap:var(--space-14);align-items:start}.home-writing__main{display:flex;flex-direction:column;gap:var(--space-6);min-width:0}.home-writing__list{display:flex;flex-direction:column}.home-writing__rail{display:flex;flex-direction:column;gap:var(--space-6)}.home-writing__rail-list{display:flex;flex-direction:column;gap:var(--space-8)}@media(max-width:1024px){.home{--home-gutter: var(--space-16)}}@media(max-width:768px){.home{--home-gutter: var(--space-12)}.home-hero__title{font-size:64px;letter-spacing:-1.5px}.home-cardrow{grid-template-columns:1fr}.home-writing__cols{grid-template-columns:1fr;gap:var(--space-12)}}@media(max-width:480px){.home{--home-gutter: var(--space-5)}.home-hero__title{font-size:40px;letter-spacing:-1.5px}}.page-header{display:flex;flex-direction:column;gap:var(--space-4)}.page-header__title{margin:0}.page-header__lede{margin:0;max-width:60ch;color:var(--color-muted-foreground)}.page-header__body{margin:0;max-width:70ch}@media(max-width:768px){.page-header__title{font-size:64px;letter-spacing:-1.5px}}@media(max-width:480px){.page-header__title{font-size:56px}}.work-index{--work-gutter: var(--space-25);max-width:calc(var(--content-max) + 2 * var(--work-gutter));margin:0 auto;padding:var(--page-pad-top) var(--work-gutter) var(--space-18);display:flex;flex-direction:column;gap:var(--space-12)}.work-index__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-8)}@media(max-width:1024px){.work-index{--work-gutter: var(--space-16)}}@media(max-width:768px){.work-index{--work-gutter: var(--space-12)}.work-index__grid{grid-template-columns:1fr}}@media(max-width:480px){.work-index{--work-gutter: var(--space-5)}}.writing-index{--writing-gutter: var(--space-25);max-width:calc(var(--content-max) + 2 * var(--writing-gutter));margin:0 auto;padding:var(--page-pad-top) var(--writing-gutter) var(--space-18);display:flex;flex-direction:column;gap:var(--space-12)}.writing-index__list{max-width:var(--writing-list-max);margin:0 auto;width:100%}.pagination{max-width:var(--writing-list-max);margin:var(--space-12) auto 0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.pagination__pages{list-style:none;display:flex;align-items:center;gap:var(--space-1)}.pagination__num,.pagination__edge{font-family:var(--font-ui);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.02em;color:var(--color-link);display:inline-flex;align-items:center;gap:var(--space-1)}.pagination__num{justify-content:center;min-width:var(--space-8);height:var(--space-8);padding:0 var(--space-2);border-radius:var(--radius-base)}.pagination__num:hover,.pagination__edge:hover{background:var(--color-muted);color:var(--color-foreground)}.pagination__num--current,.pagination__num--current:hover{background:var(--color-foreground);color:var(--color-card)}.pagination__gap{color:var(--color-muted-foreground);padding:0 var(--space-1)}.pagination__edge--disabled{color:var(--color-muted);cursor:default}@media(max-width:480px){.pagination{gap:var(--space-2)}}@media(max-width:1024px){.writing-index{--writing-gutter: var(--space-16)}}@media(max-width:768px){.writing-index{--writing-gutter: var(--space-12)}}@media(max-width:480px){.writing-index{--writing-gutter: var(--space-5)}}.about-page{--about-gutter: var(--space-25);max-width:calc(var(--content-max) + 2 * var(--about-gutter));margin:0 auto;padding:var(--page-pad-top) var(--about-gutter) var(--space-18);display:flex;flex-direction:column;gap:var(--space-14)}.about-header,.about-prose,.about-principles{width:100%;max-width:var(--prose-max);margin-inline:auto}.about-resume-link{width:100%;max-width:var(--prose-max);margin:0 auto}.about-resume-link a{color:var(--color-link);text-decoration:underline;text-underline-offset:.15em}.about-prose{color:var(--color-foreground);display:flex;flex-direction:column;gap:var(--space-6)}.about-prose a{color:var(--color-link);text-decoration:underline;text-underline-offset:.15em}.about-principles{background:var(--color-card);border:var(--border-hairline) solid var(--color-border);border-radius:var(--radius-base);padding:var(--space-16) var(--space-14);display:flex;flex-direction:column;gap:var(--space-8)}.about-principles>h2{margin:0;color:var(--color-foreground)}.about-principles-list{list-style:none;display:flex;flex-direction:column;gap:var(--space-8);margin-top:var(--space-2)}.about-principle{display:grid;grid-template-columns:auto 1fr;gap:var(--space-5);align-items:start}.about-principle-number{color:var(--color-accent)}.about-principle-text{display:flex;flex-direction:column;gap:var(--space-1);min-width:0}.about-principle-headline,.about-principle-detail{margin:0;color:var(--color-foreground)}.about-figure{margin:0;background:var(--color-muted);border-radius:var(--radius-base);min-height:360px;position:relative}.about-figure-label{position:absolute;top:var(--space-5);left:var(--space-5);color:var(--color-muted-foreground)}@media(max-width:1024px){.about-page{--about-gutter: var(--space-16)}}@media(max-width:768px){.about-page{--about-gutter: var(--space-12)}}@media(max-width:480px){.about-page{--about-gutter: var(--space-5)}.about-principle{grid-template-columns:1fr;gap:var(--space-1)}.about-figure{display:none}}.wwm-page{--wwm-gutter: var(--space-12);max-width:calc(var(--prose-max) + 2 * var(--wwm-gutter));margin:0 auto;padding:var(--page-pad-top) var(--wwm-gutter) var(--space-24);display:flex;flex-direction:column;gap:var(--space-14)}.wwm-intro{display:flex;flex-direction:column;gap:var(--space-5);color:var(--color-foreground)}.wwm-intro p{margin:0}@media(max-width:768px){.wwm-page{--wwm-gutter: var(--space-12)}}@media(max-width:480px){.wwm-page{--wwm-gutter: var(--space-5)}}.casestudy-page{--casestudy-gutter: var(--space-25)}.casestudy-reading{max-width:calc(var(--prose-max) + 2 * var(--casestudy-gutter));margin:0 auto;padding:var(--space-18) var(--casestudy-gutter) var(--space-18);display:flex;flex-direction:column;gap:var(--space-8)}.casestudy-back{color:var(--color-muted-foreground);text-decoration:none}.casestudy-back:hover{text-decoration:underline}.casestudy-header{display:flex;flex-direction:column;gap:var(--space-4)}.casestudy-eyebrow{margin:0;color:var(--color-muted-foreground)}.casestudy-title,.casestudy-deck{margin:0;color:var(--color-foreground)}.casestudy-facts{border-top:var(--border-hairline) solid var(--color-border);border-bottom:var(--border-hairline) solid var(--color-border);padding:var(--space-6) 0}.casestudy-stats,.casestudy-cover,.casestudy-prose{margin:0}.casestudy-cover{overflow:hidden;border-radius:var(--radius-base);background:var(--color-muted)}.casestudy-cover img{display:block;width:100%;height:auto;border-radius:var(--radius-base)}.casestudy-references{border-top:var(--border-hairline) solid var(--color-border);padding-top:var(--space-6);display:flex;flex-direction:column;gap:var(--space-3)}.casestudy-references__label{margin:0;color:var(--color-muted-foreground)}.casestudy-references__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.casestudy-references__link{color:var(--color-link);text-decoration:none}.casestudy-references__link:hover{text-decoration:underline}.casestudy-more{padding-top:var(--space-12);display:flex;flex-direction:column;gap:var(--space-6)}.casestudy-more__label{margin:0;color:var(--color-muted-foreground)}.casestudy-more__row{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}@media(max-width:768px){.casestudy-more__row{grid-template-columns:1fr}}@media(max-width:1024px){.casestudy-page{--casestudy-gutter: var(--space-16)}}@media(max-width:768px){.casestudy-page{--casestudy-gutter: var(--space-12)}}@media(max-width:480px){.casestudy-page{--casestudy-gutter: var(--space-5)}}.post-prose{color:var(--color-foreground);font-family:var(--font-body);font-size:16px;line-height:1.63}.post-prose>*{margin:0}.post-prose>*+*{margin-top:var(--prose-rhythm)}.post-prose h2{font-family:var(--font-display);font-weight:500;font-size:30px;line-height:1.38;color:var(--color-foreground);margin-top:var(--prose-rhythm-section)}.post-prose h3{font-family:var(--font-display);font-weight:500;font-size:24px;line-height:1.38;color:var(--color-foreground);margin-top:var(--prose-rhythm-block)}.post-prose h4{font-family:var(--font-display);font-weight:500;font-size:20px;line-height:1.38;color:var(--color-foreground);margin-top:var(--prose-rhythm-block)}.post-prose a{color:var(--color-link);text-decoration:underline;text-underline-offset:2px}.post-prose a:hover{text-decoration:none}.post-prose strong{font-weight:700}.post-prose ul,.post-prose ol{padding-left:var(--space-6);display:flex;flex-direction:column;gap:var(--space-2)}.post-prose li{margin:0}.post-prose blockquote{margin:var(--prose-rhythm-block) 0;padding-left:var(--space-5);border-left:3px solid var(--color-link);color:var(--color-muted-foreground);font-style:italic}.post-prose img{display:block;max-width:100%;height:auto;border-radius:var(--radius-base);margin:var(--prose-rhythm-block) 0}.post-figure{position:relative;margin:var(--prose-rhythm-block) 0}.post-figure img{margin:0}.post-figure figcaption{position:absolute;right:var(--space-1);bottom:var(--space-1);max-width:calc(100% - var(--space-8));padding:var(--space-1) var(--space-3);border-radius:var(--radius-sm);background:var(--color-overlay);color:var(--neutral-50);font-size:13px;line-height:1.4;text-align:right;backdrop-filter:blur(2px)}.post-figure figcaption a{color:var(--neutral-50);text-decoration:underline;text-underline-offset:2px}.post-prose hr{border:0;border-top:var(--border-hairline) solid var(--color-border);margin:var(--space-12) 0}.post-prose code{font-size:.875em}.post-prose .footnotes{margin-top:var(--prose-rhythm-section);padding-top:var(--space-4);border-top:var(--border-hairline) solid var(--color-border);font-size:12px;line-height:1.5;color:var(--color-muted-foreground)}.post-prose .footnotes ol{padding-left:var(--space-5)}.post-prose .footnotes li{margin-top:var(--space-2)}.post-page{--post-gutter: var(--space-25)}.post-reading{max-width:calc(var(--prose-max) + 2 * var(--post-gutter));margin:0 auto;padding:var(--space-18) var(--post-gutter) var(--space-18);display:flex;flex-direction:column;gap:var(--space-6)}.post-draft{margin:0;padding:var(--space-3) var(--space-4);border:var(--border-hairline) solid var(--color-accent);border-radius:var(--radius-base);color:var(--color-accent)}.post-back{color:var(--color-muted-foreground);text-decoration:none}.post-back:hover{text-decoration:underline}.post-header{display:flex;flex-direction:column;gap:var(--space-4)}.post-title{margin:0;color:var(--color-foreground)}.post-meta{margin:0;color:var(--color-muted-foreground)}.post-meta__sep{color:var(--color-muted)}.post-cover{position:relative;margin:0;overflow:hidden;border-radius:var(--radius-base);background:var(--color-muted)}.post-cover img{display:block;width:100%;height:auto;border-radius:var(--radius-base)}.post-cover__caption{position:absolute;right:var(--space-1);bottom:var(--space-1);max-width:calc(100% - var(--space-8));margin:0;padding:var(--space-1) var(--space-3);border-radius:var(--radius-sm);background:var(--color-overlay);color:var(--neutral-50);font-size:13px;line-height:1.4;text-align:right;backdrop-filter:blur(2px)}.post-cover__caption a{color:var(--neutral-50);text-decoration:underline;text-underline-offset:2px}.post-content{margin:0}.post-content>p:first-of-type{font-size:20px;font-weight:700;line-height:1.38}.post-more__inner{max-width:calc(var(--content-max) + 2 * var(--post-gutter));margin:0 auto;padding:var(--space-12) var(--post-gutter) var(--space-18);border-top:var(--border-hairline) solid var(--color-muted);display:flex;flex-direction:column;gap:var(--space-6)}.post-more__label{margin:0;color:var(--color-muted-foreground)}.post-more__row{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-8)}@media(max-width:768px){.post-more__row{grid-template-columns:1fr}}@media(max-width:1024px){.post-page{--post-gutter: var(--space-16)}}@media(max-width:768px){.post-page{--post-gutter: var(--space-12)}}@media(max-width:480px){.post-page{--post-gutter: var(--space-5)}}.cta-band{position:relative;background-color:var(--neutral-800);background-image:url(/images/cta-brass.webp);background-size:cover;background-position:center;border-radius:var(--radius-lg);overflow:hidden}.cta-band__scrim{position:absolute;inset:0;background:var(--color-overlay);pointer-events:none}.cta-band__inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:var(--space-8);padding:var(--space-14)}.cta-band__title{margin:0;color:var(--color-card)}.cta-band .btn{flex-shrink:0}.cta-band .btn--primary{padding:var(--space-4) var(--space-6)}@media(max-width:768px){.cta-band__inner{flex-direction:column;align-items:flex-start;gap:var(--space-6);padding:var(--space-12)}}@media(max-width:480px){.cta-band__inner{padding:var(--space-8)}}.kerchunk{position:relative;background-image:url(/images/kc-map.webp);background-size:cover;background-position:center;background-repeat:no-repeat;border-bottom:var(--border-spark) solid var(--color-accent)}.kerchunk:after{content:"";position:absolute;inset:0;background:url(/images/kc-radar.webp) center / cover no-repeat;mix-blend-mode:screen;opacity:.45;-webkit-mask:linear-gradient(90deg,transparent,transparent 35%,black 75%);mask:linear-gradient(90deg,transparent,transparent 35%,black 75%);pointer-events:none}.kerchunk__scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,var(--color-overlay),transparent 70%);pointer-events:none}.kerchunk__inner{position:relative;z-index:2;max-width:var(--content-max);margin:0 auto;padding:var(--space-6) var(--space-16);display:flex;align-items:center;justify-content:space-between;gap:var(--space-12);color:var(--color-card)}.kerchunk__scanner{display:flex;flex-direction:column;gap:var(--space-3);min-width:0}.kerchunk__eyebrow{margin:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--space-2);color:var(--neutral-300)}.kerchunk__eyebrow-mark,.kerchunk__eyebrow-sub{color:var(--neutral-300)}.kerchunk__eyebrow-sub{font-family:var(--font-ui);font-weight:400;font-size:12px;line-height:1.15}.kerchunk__reading{margin:0;display:flex;align-items:center;gap:var(--space-3)}.kerchunk__pin{flex-shrink:0;display:block}.kerchunk__station{color:var(--color-card)}.kerchunk__freq{margin:0;color:var(--neutral-200)}.kerchunk__source{color:var(--color-link-on-dark);transition:opacity .15s ease}.kerchunk__source:hover,.kerchunk__source:focus-visible{opacity:.8;text-decoration:underline}.kerchunk__pin-wrap{position:relative;display:inline-flex}.kerchunk__pin-btn{display:inline-flex;padding:0;background:none;border:none;cursor:help}.kerchunk__tooltip{position:absolute;bottom:calc(100% + var(--space-2));left:0;z-index:2;display:flex;flex-direction:column;gap:var(--space-1);width:max-content;max-width:260px;padding:var(--space-3) var(--space-4);background:var(--color-foreground);color:var(--neutral-50);border-radius:var(--radius-base);box-shadow:0 4px 16px #00000059;opacity:0;visibility:hidden;transform:translateY(var(--space-1));transition:opacity .15s ease,transform .15s ease,visibility .15s;pointer-events:none}.kerchunk__tooltip-label,.kerchunk__tooltip-freq{color:var(--neutral-300)}.kerchunk__tooltip-service{margin-top:var(--space-1);color:var(--color-accent)}.kerchunk__tooltip:after{content:"";position:absolute;top:100%;left:var(--space-3);border:var(--space-2) solid transparent;border-top-color:var(--color-foreground)}.kerchunk__pin-wrap:hover .kerchunk__tooltip,.kerchunk__pin-btn:focus-visible+.kerchunk__tooltip{opacity:1;visibility:visible;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.kerchunk__tooltip{transition:opacity .15s ease,visibility .15s;transform:none}}.kerchunk__live-col{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-6)}.kerchunk__liveness{margin:0;display:flex;align-items:center;gap:var(--space-2);color:var(--color-card)}.kerchunk__dot{width:var(--space-2);height:var(--space-2);border-radius:var(--radius-full);background:var(--kerchunk-live-dot);opacity:.35}.kerchunk[data-live=true] .kerchunk__dot{opacity:1}.kerchunk__weather{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-1);padding:var(--space-4);border-radius:var(--radius-card);background:var(--color-weather-card);color:var(--color-card)}.kerchunk__weather-temp-row{display:flex;align-items:center;gap:var(--space-2)}.kerchunk__weather-icon{display:flex;color:var(--color-card)}.kerchunk__temp{color:var(--color-card)}.kerchunk__condition{color:var(--neutral-300)}@media(max-width:480px){.kerchunk__inner{padding:var(--space-6) var(--home-gutter)}.kerchunk__live-col{display:none}}.lightbox{max-width:95vw;max-height:95vh;margin:auto;padding:0;border:none;background:transparent;overflow:visible}.lightbox::backdrop{background:var(--color-overlay)}.lightbox__img{display:block;max-width:95vw;max-height:95vh;width:auto;height:auto;border-radius:var(--radius-base)}.lightbox__close{position:fixed;top:var(--space-4);right:var(--space-4);width:var(--space-10);height:var(--space-10);padding:0;border:var(--border-hairline) solid var(--neutral-50);border-radius:var(--radius-full);background:var(--color-overlay);color:var(--neutral-50);font-size:var(--text-xl);line-height:1;cursor:pointer}.lightbox__close:focus-visible{outline:var(--border-hairline) solid var(--color-link);outline-offset:var(--space-1)}.post-figure img.is-zoomable{cursor:zoom-in}@media(max-width:640px){.lightbox{max-width:100vw;max-height:100vh;overflow:auto;-webkit-overflow-scrolling:touch}.lightbox__img{max-width:none;max-height:none;width:auto;touch-action:pan-x pan-y pinch-zoom}}.error-page{min-height:calc(100vh - var(--nav-height));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--space-4);padding:var(--space-16) var(--space-6)}.error-glyph{width:var(--space-12);height:var(--space-12);background:var(--color-accent);-webkit-mask:var(--glyph) center / contain no-repeat;mask:var(--glyph) center / contain no-repeat;margin-bottom:var(--space-2)}.error-code{color:var(--color-muted-foreground)}.error-message{color:var(--color-foreground);margin:0}.error-detail{color:var(--color-muted-foreground);margin:0}.error-link{color:var(--color-foreground);text-decoration:none;margin-top:var(--space-4)}.error-link:hover,.error-link:focus-visible{color:var(--color-link)}@media(max-width:480px){.error-message{font-size:36px}}
