/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap";@layer theme{:host,:root{--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}}:root{--paper:#f7f4ed;--paper-deep:#eee9dd;--ink:#252522;--muted:#716f67;--green:#2e5144;--green-dark:#203d34;--coffee:#8b6249;--line:#ded8ca;--white:#fffdf8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1120px,100% - 40px);margin:0 auto}.skip-link{z-index:20;background:var(--green);color:#fff;padding:10px 14px;font-size:12px;transition:transform .2s;position:fixed;top:10px;left:10px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline-offset:3px;outline:3px solid #b67d42}.loading-screen{min-height:100vh;color:var(--green);align-content:center;place-items:center;gap:14px;display:grid}.loading-screen p{color:var(--muted);margin:0;font-size:12px}.loading-mark{border:1px solid var(--green);place-items:center;width:50px;height:50px;font:700 36px/1 Cormorant Garamond,serif;animation:loading-pulse 1.2s ease-in-out infinite;display:grid}.error-actions{align-items:center;gap:20px;display:flex}@keyframes loading-pulse{0%,to{opacity:.45;transform:scale(.96)}50%{opacity:1;transform:scale(1)}}.site-header{border-bottom:1px solid var(--line);background:#f7f4edeb}.header-inner{justify-content:space-between;align-items:center;gap:28px;min-height:78px;display:flex}.brand{align-items:center;gap:10px;display:inline-flex}.brand-mark{border:1px solid var(--green);width:34px;height:34px;color:var(--green);place-items:center;display:grid;transform:rotate(-5deg)}.brand-mark,.brand-name{font:700 25px/1 Cormorant Garamond,serif}.brand-name{letter-spacing:-.03em}.brand-name span{color:var(--green)}.main-nav{color:var(--muted);align-items:center;gap:28px;font-size:13px;display:flex}.main-nav a{border-bottom:2px solid #0000;padding:29px 0 25px}.main-nav a.active,.main-nav a:hover{color:var(--green);border-color:var(--green)}.header-actions{align-items:center;gap:16px;font-size:13px;display:flex}.icon-button{cursor:pointer;background:0 0;border:0;font-size:25px}.icon-button,.text-button{color:var(--muted)}.button{background:var(--green);color:#fff;border-radius:3px;justify-content:center;align-items:center;font-size:13px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.button:hover{background:var(--green-dark);transform:translateY(-1px)}.button--small{padding:11px 16px}.hero{border-bottom:1px solid var(--line);padding:78px 0 80px}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:80px;display:grid}.kicker{color:var(--green);letter-spacing:.15em;text-transform:uppercase;margin:0 0 18px;font-size:11px;font-weight:700}h1,h2,h3{font-family:Cormorant Garamond,serif;font-weight:600}h1{letter-spacing:-.045em;max-width:590px;margin:0;font-size:clamp(48px,6vw,76px);line-height:.93}.hero-copy{max-width:470px;color:var(--muted);margin:25px 0 30px;font-size:16px;line-height:1.8}.hero-link{color:var(--green);align-items:center;gap:10px;font-size:13px;font-weight:700;display:inline-flex}.hero-link span{font-size:19px;transition:transform .2s}.hero-link:hover span{transform:translate(4px)}.hero-art{background:var(--paper-deep);min-height:300px;position:relative;overflow:hidden}.hero-art:after,.hero-art:before{content:"";border-radius:999px;position:absolute}.hero-art:before{border:1px solid #2e514459;width:290px;height:290px;top:-34px;right:10%;box-shadow:0 0 0 25px #2e51440d,0 0 0 52px #2e51440a}.hero-art:after{background:#8b624938;width:180px;height:180px;bottom:-75px;left:9%}.hero-art__label{z-index:1;color:var(--green);letter-spacing:-.08em;font:600 62px/.8 Cormorant Garamond,serif;position:absolute;top:83px;right:19%;transform:rotate(-10deg)}.hero-art__caption{color:var(--coffee);letter-spacing:.1em;text-transform:uppercase;font:500 13px/1.4 Cormorant Garamond,serif;position:absolute;bottom:24px;left:26px}.section{padding:65px 0}.section--muted{background:#f0ede5}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px;display:flex}.section-heading h2{letter-spacing:-.03em;margin:0;font-size:40px;line-height:1}.section-heading p{color:var(--muted);margin:0;font-size:13px}.article-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.content-card{background:var(--white);border:1px solid var(--line);min-width:0;transition:transform .2s,box-shadow .2s}.content-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #2d302414}.content-card__art{place-items:center;min-height:168px;display:grid;position:relative;overflow:hidden}.content-card__art:before{content:"";border:1px solid #ffffff8c;border-radius:50%;width:130px;height:130px}.content-card__art span{color:#fffc;font:600 72px/.8 Cormorant Garamond,serif;position:absolute}.content-card__art--sage{background:#738878}.content-card__art--coffee{background:#9b7258}.content-card__art--ochre{background:#b29b68}.content-card__art--rose{background:#af8175}.content-card__art--blue{background:#71858b}.content-card__art--purple{background:#807489}.content-card__body{padding:20px}.eyebrow-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.category-label{color:var(--green);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.muted-label{color:var(--muted);font-size:11px}.content-card h3{letter-spacing:-.02em;min-height:52px;margin:13px 0 8px;font-size:26px;line-height:.98}.content-card h3 a:hover{color:var(--green)}.content-card p{min-height:47px;color:var(--muted);margin:0 0 18px;font-size:13px;line-height:1.6}.author-line{color:#4f4d46;align-items:center;gap:8px;font-size:11px;display:flex}.avatar{background:var(--paper-deep);width:25px;height:25px;color:var(--green);border-radius:50%;place-items:center;font-size:9px;font-weight:700;display:grid}.dot{color:#b0aa9d}.intro-strip{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.intro-strip h2{max-width:480px;margin:0;font-size:42px;line-height:.98}.intro-strip p{color:var(--muted);font-size:14px;line-height:1.8}.site-footer{border-top:1px solid var(--line);padding:34px 0}.footer-inner{justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-brand{color:var(--green);margin:0 0 5px;font:700 24px/1 Cormorant Garamond,serif}.footer-links,.footer-note{color:var(--muted);margin:0;font-size:11px}.footer-links{gap:24px;display:flex}.explore-section{padding-top:76px}.explore-heading{align-items:end}.explore-heading .kicker{margin-bottom:10px}.explore-toolbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:18px 0;display:flex}.category-chips{flex-wrap:wrap;gap:8px;display:flex}.category-chip{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:9px 13px;font-size:11px;transition:background .2s,color .2s,border-color .2s}.category-chip.is-active,.category-chip:hover{border-color:var(--green);background:var(--green);color:#fff}.search-field{border-bottom:1px solid var(--muted);min-width:210px;color:var(--muted);align-items:center;gap:8px;padding:9px 12px;display:flex}.search-field input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.search-field input::placeholder{color:var(--muted)}.discovery-block{margin-top:42px}.section-heading--small{align-items:center;margin-bottom:20px}.section-heading--small h2{font-size:30px}.result-count{color:var(--muted);font-size:11px}.empty-state{border:1px dashed var(--line);text-align:center;padding:52px 20px}.empty-state__mark{color:var(--coffee);font:500 42px/1 Cormorant Garamond,serif;display:block}.empty-state h3{margin:12px 0 6px;font-size:27px}.empty-state p{color:var(--muted);margin:0 0 18px;font-size:13px}.text-link{color:var(--green);cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700}.popular-block{padding-top:10px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.author-link:hover{color:var(--green)}.reading-page{padding:48px 0 80px}.reading-container{max-width:980px}.back-link{color:var(--green);margin-bottom:42px;font-size:12px;font-weight:600;display:inline-flex}.article-header{border-bottom:1px solid var(--line);grid-template-columns:210px 1fr;align-items:center;gap:48px;padding-bottom:55px;display:grid}.article-art{place-items:center;min-height:210px;display:grid;position:relative;overflow:hidden}.article-art:before{content:"";border:1px solid #fff9;border-radius:50%;width:170px;height:170px}.article-art span{color:#ffffffd9;font:600 90px/.8 Cormorant Garamond,serif;position:absolute}.article-art--sage{background:#738878}.article-art--coffee{background:#9b7258}.article-art--ochre{background:#b29b68}.article-art--rose{background:#af8175}.article-art--blue{background:#71858b}.article-art--purple{background:#807489}.article-heading h1{letter-spacing:-.04em;max-width:700px;margin:12px 0 14px;font-size:clamp(42px,6vw,68px);line-height:.9}.article-excerpt{max-width:650px;color:var(--muted);margin:0 0 22px;font-size:15px;line-height:1.7}.article-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:9px;font-size:11px;display:flex}.author-chip{color:var(--ink);align-items:center;gap:8px;font-weight:600;display:inline-flex}.reading-layout{grid-template-columns:minmax(0,680px) 220px;justify-content:space-between;gap:70px;padding-top:58px;display:grid}.article-body{font-family:Cormorant Garamond,serif;font-size:21px;line-height:1.65}.article-body p{margin:0 0 25px}.article-body .lead-paragraph:first-letter{float:left;color:var(--green);margin:9px 7px 0 0;font-size:72px;line-height:.65}.article-body blockquote{border-left:2px solid var(--coffee);color:var(--green);margin:0 0 38px;padding:20px 0 20px 26px;font-size:29px;line-height:1.12}.article-source{border-top:1px solid var(--line);color:var(--muted);flex-direction:column;gap:6px;margin-top:46px;padding-top:20px;font-family:Inter,sans-serif;font-size:11px;line-height:1.5;display:flex}.article-source strong{color:var(--green);letter-spacing:.1em;text-transform:uppercase;font-size:10px}.author-aside{background:var(--paper-deep);align-self:start;padding:24px;position:sticky;top:25px}.author-aside__avatar,.author-profile__avatar{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:64px;height:64px;font:600 25px Cormorant Garamond,serif;display:grid}.author-aside .category-label{margin-top:22px;display:block}.author-aside h2{margin:6px 0;font-size:28px}.author-aside p{color:var(--muted);margin:0 0 15px;font-size:12px;line-height:1.65}.related-section{padding-top:0}.author-page{padding:48px 0 80px}.author-profile{border-bottom:1px solid var(--line);align-items:center;gap:25px;padding:28px 0 58px;display:flex}.author-profile__avatar{width:94px;height:94px;font-size:34px}.author-profile h1{margin:8px 0;font-size:52px;line-height:.9}.author-profile p{max-width:530px;color:var(--muted);margin:0;font-size:14px;line-height:1.7}.author-work{padding-top:50px}.not-found{text-align:center;place-items:center;min-height:100vh;display:grid}.not-found__inner{flex-direction:column;align-items:center;display:flex}.not-found__mark{color:var(--green);font:600 130px/.8 Cormorant Garamond,serif}.not-found h1{margin:12px 0;font-size:52px}.not-found p:not(.kicker){max-width:360px;color:var(--muted);margin:0 0 25px;font-size:14px;line-height:1.7}@media (max-width:800px){.container{width:min(100% - 28px,600px)}.main-nav{display:none}.header-actions{gap:10px}.text-button{display:none}.hero{padding:52px 0 58px}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-art{min-height:230px}.article-grid{grid-template-columns:1fr}.content-card__art{min-height:145px}.section{padding:48px 0}.section-heading{flex-direction:column;align-items:start}.intro-strip h2,.section-heading h2{font-size:36px}.intro-strip{grid-template-columns:1fr;gap:10px}.footer-inner,.footer-links{flex-direction:column;align-items:start;gap:10px}.explore-toolbar{flex-direction:column;align-items:stretch}.search-field{min-width:0}.category-chips{gap:6px}.category-chip{padding:8px 10px;font-size:10px}.article-header{grid-template-columns:1fr;gap:28px}.article-art{min-height:180px}.reading-layout{grid-template-columns:1fr;gap:35px;padding-top:40px}.author-aside{position:static}.article-body{font-size:19px}.article-body blockquote{font-size:25px}.author-profile{flex-direction:column;align-items:flex-start;gap:18px}.author-profile h1{font-size:45px}.not-found h1{font-size:42px}.not-found__mark{font-size:105px}.error-actions{flex-direction:column;align-items:flex-start;gap:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.auth-page{background:var(--paper-deep);place-items:center;min-height:100vh;padding:48px 20px;display:grid}.auth-card{background:var(--white);border:1px solid var(--line);width:min(100%,460px);padding:42px;box-shadow:0 16px 45px #2d302414}.auth-brand{align-items:center;gap:10px;margin-bottom:40px;display:inline-flex}.auth-card h1{max-width:none;margin:0 0 25px;font-size:50px;line-height:.9}.auth-form{gap:17px}.auth-form,.auth-form label{flex-direction:column;display:flex}.auth-form label{color:var(--ink);gap:7px;font-size:12px;font-weight:600}.auth-form input{border:1px solid var(--line);background:var(--paper);width:100%;color:var(--ink);border-radius:2px;outline:0;padding:12px 13px;font-size:14px}.auth-form input:focus{border-color:var(--green);box-shadow:0 0 0 2px #2e51441f}.auth-form small{color:var(--muted);margin-top:-3px;font-size:10px;font-weight:400}.auth-submit{cursor:pointer;border:0;width:100%;min-height:44px}.auth-submit:disabled{cursor:wait;opacity:.6}.auth-inline{justify-content:flex-end;margin-top:-7px;font-size:11px;display:flex}.auth-inline a,.auth-switch a{color:var(--green);font-weight:700}.auth-switch{color:var(--muted);text-align:center;margin:24px 0 0;font-size:12px}.auth-message{margin:5px 0 0;padding:11px 12px;font-size:12px;line-height:1.5}.auth-message--error{color:#8b3e32;background:#f8e8e4}.auth-message--success{color:var(--green);background:#e7f0e9}.auth-help{color:var(--muted);margin:0 0 3px;font-size:13px;line-height:1.6}.auth-steps{gap:8px;margin:-4px 0 22px;display:flex}.auth-steps span{border-bottom:1px solid var(--line);color:var(--muted);padding:6px 8px;font-size:10px}.auth-steps span.is-active{border-color:var(--green);color:var(--green);font-weight:700}.auth-secondary{align-self:center}.protected-page{min-height:calc(100vh - 78px);padding:80px 0}.protected-card{background:var(--paper-deep);max-width:720px;padding:50px}.protected-card h1{max-width:600px;margin:0 0 18px;font-size:58px}.protected-card p:not(.kicker){max-width:560px;color:var(--muted);font-size:15px;line-height:1.8}.protected-badge{background:var(--white);color:var(--green);margin-top:18px;padding:9px 12px;font-size:11px;display:inline-flex}.writer-layout{grid-template-columns:minmax(0,760px) 240px;align-items:start;gap:48px;display:grid}.writer-main{min-width:0}.writer-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}.writer-toolbar .back-link{margin:0}.writer-toolbar__actions{align-items:center;gap:16px;display:flex}.writer-form{background:var(--white);border:1px solid var(--line);gap:22px;padding:34px}.writer-form,.writer-form label{flex-direction:column;display:flex}.writer-form label{color:var(--ink);gap:8px;font-size:12px;font-weight:700}.writer-form input,.writer-form select,.writer-form textarea{border:1px solid var(--line);background:var(--paper);width:100%;color:var(--ink);border-radius:2px;outline:0;padding:13px;font:400 15px/1.6 Inter,sans-serif}.writer-form input:focus,.writer-form select:focus,.writer-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 2px #2e51441f}.writer-body-input{resize:vertical;min-height:380px}.writer-aside{background:var(--paper-deep);padding:25px;position:sticky;top:25px}.writer-aside h2{margin:4px 0 9px;font-size:32px}.writer-aside p:not(.kicker){color:var(--muted);margin:0 0 20px;font-size:12px;line-height:1.7}.writer-submit{cursor:pointer;border:0;width:100%}.writer-submit:disabled{opacity:.6;cursor:not-allowed}.writer-preview{background:var(--white);border:1px solid var(--line);padding:40px}.writer-preview h1{max-width:none;margin:12px 0;font-size:58px}.writer-preview .article-excerpt{margin-bottom:35px}.writer-preview p:not(.article-excerpt){white-space:pre-line;font:400 20px/1.7 Cormorant Garamond,serif}.review-note{background:var(--white);color:var(--muted);flex-direction:column;gap:5px;margin:0 0 20px;padding:12px;font-size:11px;line-height:1.5;display:flex}.review-note strong{color:var(--green);text-transform:uppercase;font-size:10px}.writer-list{max-width:920px}.writer-list h1{max-width:none;font-size:58px}.writer-list__items{border-top:1px solid var(--line);flex-direction:column;display:flex}.writer-list-item{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:22px 0;display:flex}.writer-list-item h2{margin:5px 0;font-size:29px}.writer-list-item p{color:var(--muted);margin:0;font-size:11px}.writer-list-item .text-link{white-space:nowrap}.subcategory-fieldset{border:1px solid var(--line);margin:0;padding:16px}.subcategory-fieldset legend{color:var(--green);padding:0 7px;font-size:11px;font-weight:700}.subcategory-grid{grid-template-columns:repeat(2,1fr);gap:9px;display:grid}.subcategory-option{align-items:center;color:var(--muted)!important;flex-direction:row!important;gap:8px!important;font-size:11px!important;font-weight:500!important;display:flex!important}.subcategory-option input{height:15px;accent-color:var(--green);width:15px!important;padding:0!important}