:root{--page-background: #f4f0e8;--page-background-secondary: #fbf8f4;--surface: rgba(255, 252, 247, .9);--surface-strong: rgba(255, 252, 247, .98);--surface-muted: rgba(244, 239, 231, .72);--line: rgba(43, 42, 38, .12);--line-strong: rgba(43, 42, 38, .22);--text: #1e1e1b;--muted: #676055;--accent: #3f6b69;--accent-soft: rgba(63, 107, 105, .12);--shadow: 0 30px 80px rgba(35, 28, 18, .08);--serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", "Georgia", serif;--sans: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;--mono: "IBM Plex Mono", "SFMono-Regular", "Cascadia Mono", monospace;--radius-xl: 2rem;--radius-lg: 1.4rem;--radius-md: 1rem;--radius-sm: .8rem}:root[data-theme=system]{--page-background: #0b1116;--page-background-secondary: #111920;--surface: rgba(18, 27, 35, .94);--surface-strong: rgba(22, 33, 43, .98);--surface-muted: rgba(15, 24, 32, .94);--line: rgba(100, 151, 179, .24);--line-strong: rgba(118, 191, 214, .44);--text: #d7e4eb;--muted: #89a0ac;--accent: #77d6c7;--accent-soft: rgba(119, 214, 199, .12);--shadow: none;--radius-xl: .6rem;--radius-lg: .5rem;--radius-md: .45rem;--radius-sm: .35rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);background:radial-gradient(circle at top left,rgba(63,107,105,.08),transparent 28rem),radial-gradient(circle at top right,rgba(82,103,130,.08),transparent 24rem),linear-gradient(180deg,rgba(255,255,255,.34),transparent 24rem),linear-gradient(180deg,var(--page-background-secondary),var(--page-background));font-family:var(--sans);line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}[data-theme=system] body{background:linear-gradient(180deg,#111920b8,#0b1116f5),linear-gradient(180deg,var(--page-background-secondary),var(--page-background));font-family:var(--mono);line-height:1.72;text-rendering:geometricPrecision}body:before{position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.14) 50%,transparent 100%),repeating-linear-gradient(90deg,transparent,transparent 7.5rem,rgba(30,30,27,.025) 7.5rem,rgba(30,30,27,.025) calc(7.5rem + 1px));content:"";opacity:.7}[data-theme=system] body:before{background-image:linear-gradient(90deg,transparent 0,transparent 3.5rem,rgba(119,214,199,.11) 3.5rem,rgba(119,214,199,.11) calc(3.5rem + 1px),transparent calc(3.5rem + 1px)),repeating-linear-gradient(180deg,rgba(119,214,199,.05),rgba(119,214,199,.05) 1px,transparent 1px,transparent 1.9rem);opacity:1}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}p,li{margin:0;font-size:1rem}ul{margin:0;padding:0}.site-shell{position:relative;z-index:1;width:min(1220px,calc(100% - 2rem));margin:0 auto;padding:1rem 0 3.5rem}[data-theme=system] .site-shell{width:min(1380px,calc(100% - 1.25rem));padding-bottom:2.4rem}.site-header{position:sticky;top:1rem;z-index:20;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem 1rem;align-items:center;padding:1rem 1.25rem;margin-bottom:1.8rem;background:#fffcf7ad;border:1px solid var(--line);border-radius:var(--radius-lg);backdrop-filter:blur(18px);box-shadow:var(--shadow)}[data-theme=system] .site-header{grid-template-columns:minmax(0,1fr) auto auto;gap:.75rem;align-items:center;padding:.9rem 1rem;background:#0a1016eb;border-color:var(--line-strong);box-shadow:none;backdrop-filter:none}.brand-lockup{display:inline-flex;flex-direction:column;gap:.16rem;justify-self:start}.brand-mark{font-family:var(--serif);font-size:1.5rem;letter-spacing:-.03em}.brand-line,.eyebrow,.nav-link,.mode-link,.footer-note,.meta-list li,.note-meta,.card-meta{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase}[data-theme=system] .brand-mark,[data-theme=system] h1,[data-theme=system] h2,[data-theme=system] h3{font-family:var(--mono);letter-spacing:-.02em}[data-theme=system] .brand-mark{font-size:1.15rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}[data-theme=system] .brand-line,[data-theme=system] .eyebrow,[data-theme=system] .nav-link,[data-theme=system] .mode-link,[data-theme=system] .footer-note,[data-theme=system] .meta-list li,[data-theme=system] .note-meta,[data-theme=system] .card-meta{font-family:var(--mono)}.brand-line{color:var(--muted)}.primary-nav,.mode-switch,.footer-links,.hero-actions,.link-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.7rem}.primary-nav{justify-content:center}.primary-nav,.mode-switch{scrollbar-width:none}.primary-nav::-webkit-scrollbar,.mode-switch::-webkit-scrollbar{display:none}.nav-link,.mode-link{flex:0 0 auto;white-space:nowrap;padding:.55rem .85rem;border:1px solid transparent;border-radius:999px;color:var(--muted);transition:color .16s ease,background-color .16s ease,border-color .16s ease,transform .16s ease}.nav-link:hover,.mode-link:hover,.text-link:hover,.button:hover,.contact-link:hover{transform:translateY(-1px)}.nav-link.is-active,.mode-link.is-active{color:var(--accent);background:var(--accent-soft);border-color:var(--line-strong)}[data-theme=system] .nav-link,[data-theme=system] .mode-link{padding:.7rem .85rem;border-color:var(--line);border-radius:var(--radius-sm);background:#0d141ab8}[data-theme=system] .nav-link:hover,[data-theme=system] .mode-link:hover,[data-theme=system] .text-link:hover,[data-theme=system] .button:hover,[data-theme=system] .contact-link:hover{transform:none;border-color:var(--line-strong)}[data-theme=system] .nav-link.is-active,[data-theme=system] .mode-link.is-active{background:#77d6c71f;box-shadow:inset 0 0 0 1px #77d6c71f}.mode-switch{justify-content:flex-end}.pricing-next-step-actions .button{min-height:2.45rem;padding:.58rem .92rem}.page-stack{display:grid;gap:1.25rem}.hero-panel,.page-section,.article-shell{position:relative;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow)}.hero-panel:before,.page-section:before,.article-shell:before{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.55),transparent 42%),radial-gradient(circle at top right,rgba(63,107,105,.1),transparent 35%);content:"";pointer-events:none}[data-theme=system] .hero-panel,[data-theme=system] .page-section,[data-theme=system] .article-shell{border-color:var(--line-strong);box-shadow:none}[data-theme=system] .hero-panel:before,[data-theme=system] .page-section:before,[data-theme=system] .article-shell:before{background:none}.page-section-muted{background:var(--surface-muted)}.hero-panel{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:1.5rem;padding:2.2rem}[data-theme=system] .hero-panel{grid-template-columns:minmax(0,1.5fr) minmax(280px,.85fr)}.hero-copy,.hero-side,.section-heading,.section-body,.article-shell>*{position:relative;z-index:1}.hero-copy{display:flex;flex-direction:column;gap:1rem;justify-content:space-between}h1,h2,h3{margin:0;font-weight:500;line-height:.98}h1,h2{text-wrap:balance}h1{max-width:12ch;font-family:var(--serif);font-size:clamp(2.7rem,5.2vw,4.95rem)}h2{font-family:var(--serif);font-size:clamp(1.7rem,2.7vw,2.75rem)}h3{font-size:1.3rem}.hero-intro,.section-intro,.article-summary{max-width:38rem;color:var(--muted);font-family:var(--serif);font-size:clamp(1.02rem,1.5vw,1.24rem);line-height:1.48}[data-theme=system] .hero-intro,[data-theme=system] .section-intro,[data-theme=system] .article-summary{font-family:var(--mono);font-size:clamp(.9rem,1.1vw,.98rem);line-height:1.68}[data-theme=system] h1{max-width:22ch;font-size:clamp(1.9rem,3.6vw,3.15rem);line-height:1.14}[data-theme=system] h2{font-size:clamp(1.28rem,2.25vw,1.95rem);line-height:1.18}[data-theme=system] h3{font-size:.92rem;line-height:1.45;text-transform:uppercase}.hero-side{display:grid;gap:1rem;align-content:start}[data-theme=system] .hero-side{align-self:stretch}.meta-list{display:flex;flex-wrap:wrap;gap:.55rem;list-style:none}.meta-list li{padding:.55rem .75rem;background:var(--surface-strong);border:1px solid var(--line);border-radius:999px}[data-theme=system] .meta-list{display:grid;gap:0;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-strong);counter-reset:meta-item;overflow:hidden}[data-theme=system] .meta-list li{position:relative;padding:.8rem .95rem .8rem 3.2rem;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent}[data-theme=system] .meta-list li:last-child{border-bottom:0}[data-theme=system] .meta-list li:before{counter-increment:meta-item;content:"[" counter(meta-item,decimal-leading-zero) "]";position:absolute;left:.95rem;color:var(--accent)}.hero-note,.list-surface,.surface-card,.note-card,.contact-link,.portrait-card{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg)}.hero-note,.list-surface{padding:1rem 1.05rem}.hero-note{display:grid;gap:.55rem}[data-theme=system] .hero-note,[data-theme=system] .list-surface,[data-theme=system] .surface-card,[data-theme=system] .note-card,[data-theme=system] .contact-link,[data-theme=system] .portrait-card{background:var(--surface-strong);box-shadow:none}[data-theme=system] .hero-panel>.hero-copy>.eyebrow,[data-theme=system] .page-section>.section-heading>.eyebrow,[data-theme=system] .surface-card>.eyebrow,[data-theme=system] .article-header>.eyebrow{display:none}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.95rem;padding:.7rem 1.05rem;border:1px solid var(--line-strong);border-radius:999px;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}.button-primary{background:var(--accent);border-color:transparent;color:#f7f8f6}.button-secondary{background:var(--accent-soft);color:var(--accent)}.button-text{padding-inline:0;min-height:0;border:0;border-radius:0;background:transparent}[data-theme=system] .button{min-height:2.7rem;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.1em;font-family:var(--mono);font-size:.78rem}[data-theme=system] .button-primary{color:#071014}[data-theme=system] .button-secondary{background:#77d6c714}[data-theme=system] .button-text{color:var(--accent)}.page-section{display:grid;grid-template-columns:minmax(0,280px) minmax(0,1fr);gap:1.4rem;padding:1.6rem}[data-theme=system] .page-stack{gap:1rem}[data-theme=system] .page-section,[data-theme=system] .hero-panel,[data-theme=system] .article-shell{padding:2.6rem 1.15rem 1.15rem}.section-heading{display:grid;align-content:start;gap:.9rem}.section-body,.rich-copy,.fit-grid{display:grid;gap:1rem}.section-body>.hero-actions{align-self:start}.rich-copy{max-width:49rem}[data-theme=system] .rich-copy{max-width:72ch}.rich-copy p,.surface-card p,.note-card p,.hero-note p,.prose p,.prose li{color:var(--muted)}.split-layout,.fit-grid,.pair-grid{display:grid;gap:1rem}.split-layout{grid-template-columns:minmax(0,1fr) minmax(250px,.9fr);align-items:start}[data-theme=system] .split-layout{grid-template-columns:1fr}.pair-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid,.note-grid{display:grid;gap:1rem}.pricing-grid{align-items:stretch}.card-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid-two,.note-grid,.fit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.surface-card,.note-card{display:grid;gap:.7rem;min-height:100%;padding:1.1rem}[data-theme=system] .surface-card,[data-theme=system] .note-card{gap:.85rem;padding:2.3rem .95rem .95rem}.card-meta{color:var(--accent)}.pricing-card{grid-template-rows:auto auto auto 1fr auto;gap:.85rem}.pricing-price{color:var(--accent);font-family:var(--serif);font-size:clamp(1.5rem,2.4vw,2.15rem);line-height:1}[data-theme=system] .pricing-price{font-family:var(--mono);font-size:.92rem;letter-spacing:.1em;text-transform:uppercase}.pricing-details li{background:#ffffff9e}.detail-list{display:grid;gap:.8rem;list-style:none}.detail-list li{padding:.95rem 1rem;background:#ffffff85;border:1px solid var(--line);border-radius:var(--radius-md)}[data-theme=system] .detail-list{gap:.55rem;counter-reset:detail-item}[data-theme=system] .detail-list li{position:relative;padding:.85rem .95rem .85rem 3.2rem;background:#77d6c70a;border-radius:var(--radius-sm)}[data-theme=system] .detail-list li:before{counter-increment:detail-item;content:counter(detail-item,decimal-leading-zero);position:absolute;left:1rem;color:var(--accent)}[data-theme=system] .detail-list li,[data-theme=system] .hero-note,[data-theme=system] .list-surface,[data-theme=system] .surface-card,[data-theme=system] .note-card,[data-theme=system] .contact-link,[data-theme=system] .meta-list li{border-radius:var(--radius-md)}.detail-list-single{grid-template-columns:1fr}.note-meta{display:flex;flex-wrap:wrap;gap:.55rem 1rem;color:var(--muted)}.text-link{display:inline-flex;align-items:center;gap:.45rem;color:var(--accent);transition:transform .16s ease}.text-link:after{content:"↗";font-size:.95rem}[data-theme=system] .text-link{gap:.6rem;font-family:var(--mono);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}[data-theme=system] .text-link:after{content:"::open";font-size:.78rem}.section-link{margin-top:.15rem}.contact-link{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.1rem}[data-theme=system] .contact-link{justify-content:flex-start;padding:.95rem 1rem}.map-figure{align-self:stretch;color:var(--accent)}.portrait-card{overflow:hidden}.portrait-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.portrait-meta{display:grid;gap:.35rem;padding:1rem 1.05rem 1.1rem}.portrait-meta p:last-child{color:var(--muted)}.about-profile-layout{align-items:start}.about-profile-layout .list-surface{display:grid;gap:.85rem}.map-figure svg{width:100%;height:auto}.field-boundary,.field-zone{fill:#3f6b6914;stroke:#3f6b693d;stroke-width:1.5}.field-path,.field-axis{fill:none;stroke-linecap:round}.field-path{stroke:url(#path-gradient);stroke-width:5}.field-path-secondary{stroke-width:3.2;opacity:.7}.field-axis{stroke:currentColor;stroke-width:1.5;opacity:.28}.field-point{fill:#3f6b6947}.field-point-current{fill:var(--accent)}.article-shell{padding:1.6rem}.article-header{display:grid;gap:.85rem;padding:1rem 0 1.2rem}.article-shell h1{max-width:13ch;font-size:clamp(2.8rem,5vw,4.6rem)}[data-theme=system] .article-header{padding-bottom:1.4rem;border-bottom:1px solid var(--line)}[data-theme=system] .article-shell h1{max-width:20ch;font-size:clamp(1.7rem,3vw,2.55rem)}.prose{max-width:46rem;display:grid;gap:1rem}[data-theme=system] .prose{max-width:78ch;gap:.9rem;padding-left:1rem;border-left:1px solid var(--line)}.prose h2,.prose h3{margin-top:.8rem;font-size:1.45rem;line-height:1.1}.prose ul,.prose ol{padding-left:1.15rem}.site-footer{display:grid;gap:.9rem;padding:1.4rem 0 .3rem}[data-theme=system] .site-footer{gap:.7rem;padding-top:.8rem}.footer-note,.footer-links a{color:var(--muted)}[data-theme=system] .footer-links a{font-family:var(--mono)}[data-theme=system] .site-header[data-panel-label],[data-theme=system] .hero-panel[data-panel-label],[data-theme=system] .page-section[data-panel-label],[data-theme=system] .article-shell[data-panel-label],[data-theme=system] .surface-card[data-card-label],[data-theme=system] .note-card[data-card-label]{position:relative}[data-theme=system] .site-header[data-panel-label]:after,[data-theme=system] .hero-panel[data-panel-label]:after,[data-theme=system] .page-section[data-panel-label]:after,[data-theme=system] .article-shell[data-panel-label]:after,[data-theme=system] .surface-card[data-card-label]:after,[data-theme=system] .note-card[data-card-label]:after{position:absolute;top:0;left:0;right:0;padding:.6rem .9rem;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#ffffff08,#00000014);color:var(--muted);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;content:attr(data-panel-label)}[data-theme=system] .surface-card[data-card-label]:after,[data-theme=system] .note-card[data-card-label]:after{padding:.55rem .85rem;content:attr(data-card-label)}@media(max-width:1080px){.site-header,[data-theme=system] .site-header{grid-template-columns:1fr}.primary-nav,.mode-switch{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.15rem}.hero-panel,.page-section,.split-layout,.fit-grid,.pair-grid{grid-template-columns:1fr}.card-grid-three,.note-grid,.card-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.site-shell{width:min(100% - .75rem,1220px);padding-top:.35rem}.site-header,.hero-panel,.page-section,.article-shell{padding:1.15rem;border-radius:1.1rem}[data-theme=system] .site-header,[data-theme=system] .hero-panel,[data-theme=system] .page-section,[data-theme=system] .article-shell{padding:2.2rem .85rem .9rem;border-radius:var(--radius-md)}.site-header{position:static;gap:.65rem;margin-bottom:1rem;padding:.75rem .85rem}.primary-nav,.mode-switch{gap:.4rem;flex-wrap:wrap;overflow-x:visible;padding-bottom:0}.brand-lockup{flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:.35rem .55rem}.brand-line{display:none}.nav-link,.mode-link{padding:.4rem .56rem;font-size:.65rem;letter-spacing:.11em}.card-grid-three,.note-grid,.card-grid-two{grid-template-columns:1fr}h1{font-size:clamp(2.6rem,13vw,4rem)}h2{font-size:clamp(1.85rem,9vw,2.7rem)}.hero-intro,.section-intro,.article-summary{font-size:1.06rem}[data-theme=system] h1{font-size:clamp(1.45rem,7vw,2.1rem)}[data-theme=system] h2{font-size:clamp(1.1rem,5.3vw,1.55rem)}[data-theme=system] .hero-intro,[data-theme=system] .section-intro,[data-theme=system] .article-summary{font-size:.88rem;line-height:1.62}[data-theme=system] .site-shell{width:min(100% - .6rem,1380px)}[data-theme=system] .site-header{grid-template-columns:1fr;gap:.55rem;padding:.75rem .85rem}[data-theme=system] .primary-nav,[data-theme=system] .mode-switch{gap:.36rem;flex-wrap:wrap;overflow-x:visible}[data-theme=system] .nav-link,[data-theme=system] .mode-link{padding:.4rem .56rem;font-size:.65rem;letter-spacing:.11em}[data-theme=system] .surface-card,[data-theme=system] .note-card{padding:2rem .8rem .8rem}[data-theme=system] body:before{background-image:linear-gradient(90deg,transparent 0,transparent 2.35rem,rgba(119,214,199,.11) 2.35rem,rgba(119,214,199,.11) calc(2.35rem + 1px),transparent calc(2.35rem + 1px)),repeating-linear-gradient(180deg,rgba(119,214,199,.05),rgba(119,214,199,.05) 1px,transparent 1px,transparent 1.7rem)}}
