:root{--background:#f9f2e2;--background-soft:rgba(255,251,242,0.84);--surface:rgba(255,249,239,0.82);--surface-strong:#fffaf0;--surface-sage:#e7eadb;--surface-rose:#f2dfdc;--surface-lavender:#eadff0;--surface-stone:#eadcc7;--surface-gold:#f4d980;--text:#40352d;--text-soft:#766759;--border:rgba(124,104,80,0.16);--shadow:0 24px 70px rgba(138,111,74,0.1);--radius-xl:34px;--radius-lg:24px;--radius-md:18px;--radius-sm:999px;--max-width:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(244,217,128,.22),transparent 30%),radial-gradient(circle at right 10%,rgba(234,223,240,.5),transparent 26%),radial-gradient(circle at 30% 20%,rgba(230,235,220,.65),transparent 25%),linear-gradient(180deg,#fdf8ec 0,var(--background) 55%,#f6ecd7 100%);color:var(--text);font-family:var(--font-body),sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.page-shell{position:relative;overflow:clip}.page-glow{position:absolute;width:30rem;height:30rem;border-radius:999px;filter:blur(18px);opacity:.45;z-index:0}.page-glow-left{top:4rem;left:-8rem;background:rgba(243,218,140,.6)}.page-glow-right{top:22rem;right:-10rem;background:rgba(234,223,240,.9)}main{position:relative;z-index:1}.container{width:min(calc(100% - 2rem),var(--max-width));margin:0 auto}.section{padding:2rem 0}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-soft);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase}.eyebrow:before{content:"";width:.9rem;height:1px;background:currentColor;opacity:.65}.section-heading{margin:.75rem 0 .85rem;font-family:var(--font-display),serif;font-size:clamp(2rem,4vw,3.7rem);line-height:.95;font-weight:500;letter-spacing:-.03em}.section-copy{max-width:42rem;margin:0;color:var(--text-soft);font-size:1.02rem;line-height:1.8}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.interactive-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.interactive-card:hover{transform:translateY(-6px);box-shadow:0 30px 60px rgba(138,111,74,.16);border-color:rgba(124,104,80,.24)}.interactive-media{overflow:hidden}.interactive-media img{transition:transform .32s ease}.interactive-card:hover .interactive-media img{transform:scale(1.04)}.soft-panel{background:linear-gradient(180deg,rgba(255,251,246,.9),rgba(255,248,241,.78));border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow)}.brand-mark{justify-content:center;width:4.5rem;height:4.5rem;padding:.5rem;border-radius:1.4rem;background:rgba(255,248,235,.9);border:1px solid rgba(124,104,80,.12);box-shadow:0 18px 32px rgba(138,111,74,.12)}.brand-mark,.pill{display:inline-flex;align-items:center}.pill{gap:.45rem;padding:.7rem 1rem;border-radius:var(--radius-sm);border:1px solid rgba(118,104,94,.12);background:rgba(255,252,248,.72);color:var(--text-soft);font-size:.92rem;transition:transform .16s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.pill:hover{transform:translateY(-1px);border-color:rgba(124,104,80,.2);box-shadow:0 10px 20px rgba(138,111,74,.1)}.pill:active{transform:translateY(0) scale(.98);box-shadow:0 4px 10px rgba(138,111,74,.08)}.pill:focus-visible{outline:2px solid rgba(176,142,95,.4);outline-offset:2px}.category-badge{display:inline-flex;align-items:center;padding:.38rem .72rem;border-radius:999px;background:rgba(255,248,235,.92);border:1px solid rgba(124,104,80,.12);color:var(--text);font-size:.76rem;line-height:1;letter-spacing:.04em;text-transform:uppercase}.about-grid,.featured-grid,.hero-grid,.post-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.article-surface{padding:clamp(1.5rem,3vw,3rem);background:rgba(255,251,246,.82);border-radius:calc(var(--radius-xl) + 4px);border:1px solid var(--border);box-shadow:var(--shadow)}.article-body{max-width:46rem;margin:0 auto;color:var(--text);font-size:1.05rem;line-height:1.95}.article-body>:first-child{margin-top:0}.article-body h2,.article-body h3,.article-body h4{margin-top:2.4rem;margin-bottom:.9rem;font-family:var(--font-display),serif;line-height:1.08;letter-spacing:-.02em}.article-body h2{font-size:clamp(1.9rem,3vw,2.6rem)}.article-body h3{font-size:clamp(1.5rem,2.3vw,2rem)}.article-body blockquote,.article-body ol,.article-body p,.article-body table,.article-body ul{margin:1.1rem 0}.article-body a{color:#7e6f77;text-decoration:underline;-webkit-text-decoration-color:rgba(126,111,119,.32);text-decoration-color:rgba(126,111,119,.32);text-underline-offset:.22rem}.article-body ol,.article-body ul{padding-left:1.4rem}.article-body blockquote{padding:1.2rem 1.4rem;border-left:3px solid rgba(149,136,127,.35);background:rgba(241,233,227,.7);border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--text-soft);font-family:var(--font-display),serif;font-size:1.25rem;line-height:1.55}.article-body figure{margin:2rem 0}.article-body:after{content:"";display:block;clear:both}.article-body .wp-block-image,.article-body .wp-caption{max-width:min(100%,27rem)}.article-body .alignleft,.article-body .alignright{width:-moz-fit-content;width:fit-content;max-width:min(52%,27rem);margin-top:.35rem;margin-bottom:1.35rem}.article-body .alignleft{float:left;margin-right:2rem}.article-body .alignright{float:right;margin-left:2rem}.article-body .aligncenter{clear:both;margin-left:auto;margin-right:auto}.article-body .wp-block-image.alignleft,.article-body .wp-block-image.alignright,.article-body .wp-caption.alignleft,.article-body .wp-caption.alignright{display:table}.article-body figcaption{margin-top:.75rem;color:var(--text-soft);font-size:.84rem;line-height:1.5;text-align:left}.article-body img{display:block;border-radius:var(--radius-md)}.article-body .wp-caption-text,.article-body .wp-element-caption{color:var(--text-soft);font-size:.84rem;line-height:1.5}.article-body blockquote,.article-body h2,.article-body h3,.article-body h4,.article-body table{clear:both}.article-body table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:var(--radius-md)}.article-body td,.article-body th{padding:.85rem;border:1px solid rgba(118,104,94,.12);text-align:left}.article-body iframe{width:100%;min-height:24rem;border:0;border-radius:var(--radius-md)}@media (max-width:720px){.container{width:min(calc(100% - 1.25rem),var(--max-width))}.section{padding:1.2rem 0}.hero-section{padding-top:1.2rem!important}.hero-stack{gap:.75rem!important}.hero-banner{border-radius:22px!important}.hero-grid{padding:.7rem!important}.hero-copy{gap:.45rem!important;padding:.05rem!important}.hero-title{font-size:clamp(2.35rem,12vw,3.3rem)!important;line-height:.94!important;margin:.35rem 0 .45rem!important}.hero-description{font-size:.96rem!important;line-height:1.65!important;max-width:30rem}.hero-thread-block{gap:.4rem!important;margin-top:.35rem!important}.category-pill-list{gap:.45rem!important}.category-pill{padding:.48rem .78rem!important;font-size:.78rem!important}.eyebrow{font-size:.68rem;letter-spacing:.14em}.article-body{font-size:1rem;line-height:1.82}.article-body .aligncenter,.article-body .alignleft,.article-body .alignright,.article-body .wp-block-image,.article-body .wp-caption{float:none!important;display:block!important;width:100%!important;max-width:100%!important;margin:1.4rem 0!important}.article-body .wp-caption-text,.article-body .wp-element-caption,.article-body figcaption{text-align:center}.about-grid,.featured-grid,.hero-grid{grid-template-columns:minmax(0,1fr)!important}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_07d15b{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_07d15b{--font-display:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/adb45196eddef626-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d0ba92e140f0dc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/adb45196eddef626-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d0ba92e140f0dc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/adb45196eddef626-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d0ba92e140f0dc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Instrument Sans Fallback;src:local("Arial");ascent-override:94.42%;descent-override:24.33%;line-gap-override:0.00%;size-adjust:102.74%}.__className_e986a4{font-family:Instrument Sans,Instrument Sans Fallback;font-style:normal}.__variable_e986a4{--font-body:"Instrument Sans","Instrument Sans Fallback"}