@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');:root{--cream:#f5f0e7;--ivory:#fbf8f1;--ink:#34372f;--muted:#6e7067;--olive:#66704d;--olive-dark:#465036;--sage:#a8ad8d;--line:#d9d2c4;--serif:'Cormorant Garamond',Georgia,serif;--sans:Inter,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);line-height:1.75}.shell{width:min(1120px,calc(100% - 2rem));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:9;background:white;padding:.75rem}.site-header{border-bottom:1px solid var(--line);background:rgba(251,248,241,.95)}.site-header__inner{width:min(1180px,calc(100% - 2rem));margin:auto;min-height:76px;display:flex;justify-content:space-between;align-items:center;gap:2rem}.brand{text-decoration:none;color:var(--olive-dark);display:flex;flex-direction:column;line-height:1.15}.brand__eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em}.brand__title{font:600 1.55rem var(--serif)}.top-nav{display:flex;gap:1.3rem}.top-nav a{color:var(--olive-dark);text-decoration:none;font-size:.9rem}.hero{padding:6rem 0 4.5rem;background:linear-gradient(135deg,rgba(168,173,141,.3),rgba(251,248,241,.65))}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--olive);font-size:.75rem;font-weight:600}.hero h1{font:600 clamp(3.2rem,7vw,6rem)/.95 var(--serif);margin:.6rem 0 1.4rem;color:var(--olive-dark)}.lead{max-width:760px;font:500 clamp(1.25rem,2.4vw,1.65rem)/1.45 var(--serif)}.search-box{max-width:720px;margin-top:2.5rem}.search-box label{display:block;margin-bottom:.5rem;font-weight:600}.search-box input{width:100%;padding:1rem 1.15rem;border:1px solid var(--line);border-radius:999px;background:var(--ivory);font:inherit;color:var(--ink)}#search-status{min-height:1.5rem;color:var(--muted);font-size:.88rem}.glossary-intro{padding:4rem 0 2rem;max-width:820px}.principle{margin:2rem 0;padding:1.4rem 1.6rem;border-left:4px solid var(--sage);background:rgba(255,255,255,.42)}.glossary-content{padding-bottom:5rem}.letter-section{padding:2rem 0;border-top:1px solid var(--line)}.letter-section>h2{font:600 2.4rem var(--serif);color:var(--olive-dark);margin:0 0 1rem}.term-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.term-card{scroll-margin-top:1rem;padding:1.5rem 1.6rem;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.42)}.term-card:target{outline:3px solid rgba(102,112,77,.28)}.term-card h3{font:600 1.55rem var(--serif);color:var(--olive-dark);margin:0 0 .55rem}.term-card p{margin:0}.empty-state{padding:3rem 0;font:500 1.3rem var(--serif)}.closing{padding:4.5rem 0;background:var(--olive-dark);color:white}.closing h2{font:600 2.4rem var(--serif);margin-top:0}.closing p{max-width:720px}.button{display:inline-block;margin-top:1rem;padding:.8rem 1.2rem;border:1px solid rgba(255,255,255,.5);border-radius:999px;color:white;text-decoration:none}footer{padding:2rem 0;background:#343a2c;color:rgba(255,255,255,.75);font-size:.85rem}@media(max-width:720px){.site-header__inner{align-items:flex-start;padding:1rem 0;flex-direction:column;gap:.65rem}.top-nav{flex-wrap:wrap}.hero{padding:4rem 0 3rem}.term-grid{grid-template-columns:1fr}}