@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter+Tight:wght@300;400;500;600&display=swap');:root{--bg:#fafaf7;--ink:#0e0e0e;--paper:#fff;--soft:#f1ede4;--gold:#b08a3e;--gold-2:#d4b56a;--mute:#6a6a66;--line:#1a1a1a;--accent:#0e0e0e;--grad:linear-gradient(180deg,#fafaf7 0%,#f6efe2 55%,#efe2bf 100%)}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{overflow-x:hidden}body{margin:0;background:var(--bg);color:var(--ink);font-family:'Inter Tight',system-ui,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;line-height:1.15;letter-spacing:-.01em;margin:0 0 .5em}h1{font-size:clamp(2.2rem,5vw,4.4rem);font-weight:600}h2{font-size:clamp(1.6rem,3vw,2.6rem);margin-top:1.2em}h3{font-size:1.35rem;color:#222}p{margin:0 0 1.1em;font-size:1.05rem;color:#222}a{color:var(--ink);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .25s ease,color .25s ease}a:hover{border-color:var(--gold)}img{max-width:100%;display:block;height:auto}ul,ol{padding-left:1.2rem;margin:0 0 1.1em}li{margin-bottom:.4em}blockquote{margin:1.4em 0;padding:1.2em 1.4em;border-left:2px solid var(--gold);background:linear-gradient(90deg,rgba(176,138,62,.06),transparent);font-family:'Cormorant Garamond',serif;font-size:1.25rem;color:#1a1a1a;font-style:italic}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 28px}.divider{height:1px;width:100%;background:linear-gradient(90deg,transparent,var(--gold) 30%,var(--gold) 70%,transparent);margin:2.4em 0;border:0}.eyebrow{display:inline-block;font-family:'Inter Tight',sans-serif;font-size:.74rem;letter-spacing:.32em;text-transform:uppercase;color:var(--gold);padding-bottom:.4em}.site-header{position:relative;display:flex;flex-wrap:wrap;align-items:flex-start;background:#0e0e0e;color:#fafaf7;min-height:96px}.site-header .brand{position:absolute;top:18px;left:24px;z-index:5;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.site-header .brand .mark{width:34px;height:34px;border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;color:var(--gold);font-family:'Cormorant Garamond',serif;font-size:1.2rem;font-weight:600}.site-header .brand .name{font-family:'Cormorant Garamond',serif;font-size:1.5rem;letter-spacing:.06em;color:#fafaf7}.site-header .brand .name a{color:#fafaf7}.masthead{width:100%;padding:80px 28px 28px;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;align-items:flex-end}.masthead .tag{font-family:'Cormorant Garamond',serif;font-style:italic;color:#d4b56a;font-size:1.1rem;max-width:520px}.masthead .meta{font-size:.78rem;letter-spacing:.28em;text-transform:uppercase;color:#9d9d99}.gold-rule{height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.site-nav-vertical{position:fixed;right:18px;bottom:18px;z-index:50;display:flex;flex-wrap:wrap;flex-direction:column;align-items:flex-end;gap:6px;background:rgba(14,14,14,.86);color:#fafaf7;padding:14px 16px;border:1px solid rgba(212,181,106,.45);backdrop-filter:blur(6px)}.site-nav-vertical a{color:#fafaf7;font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;padding:4px 0}.site-nav-vertical a:hover{color:var(--gold-2);border-color:transparent}.site-nav-vertical .nav-label{font-size:.66rem;letter-spacing:.32em;text-transform:uppercase;color:var(--gold);margin-bottom:4px}.collage{position:relative;padding:60px 0 80px;overflow:hidden}.collage .giant-letter{position:absolute;top:-20px;right:-30px;font-family:'Cormorant Garamond',serif;font-size:clamp(18rem,38vw,32rem);color:rgba(176,138,62,.18);line-height:.85;font-weight:600;pointer-events:none;user-select:none}.collage-inner{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:32px;align-items:flex-end}.collage-hero{flex:1 1 540px}.collage-hero h1{font-size:clamp(2.6rem,6vw,5rem);margin-bottom:.3em}.collage-hero .lede{font-size:1.15rem;max-width:560px;color:#2a2a2a}.collage-aside{flex:1 1 320px;display:flex;flex-wrap:wrap;gap:18px}.collage-card{flex:1 1 220px;padding:22px;background:#fff;border:1px solid #eee5cf}.collage-card .small{font-size:.7rem;letter-spacing:.32em;text-transform:uppercase;color:var(--gold)}.collage-card h3{margin:.4em 0 .2em;font-size:1.2rem}.collage-card p{font-size:.95rem;color:#4a4a4a;margin-bottom:0}.section{padding:60px 0}.section.alt{background:var(--grad)}.section.dark{background:#0e0e0e;color:#f7f3e8}.section.dark h2,.section.dark h3{color:#fafaf7}.section.dark p{color:#cfc8b6}.cta{display:inline-flex;align-items:center;gap:.6em;padding:14px 28px;background:var(--gold);color:#0e0e0e;font-weight:600;letter-spacing:.14em;text-transform:uppercase;font-size:.82rem;border:1px solid var(--gold);transition:all .25s ease;border-bottom:1px solid var(--gold)}.cta:hover{background:#0e0e0e;color:var(--gold);border-color:var(--gold);border-bottom-color:var(--gold)}.cta.outline{background:0 0;color:#0e0e0e;border:1px solid #0e0e0e}.cta.outline:hover{background:#0e0e0e;color:#fafaf7}.cta-row{display:flex;flex-wrap:wrap;gap:16px;margin:18px 0}.posts-grid{display:flex;flex-wrap:wrap;gap:26px;margin-top:36px}.post-card{flex:1 1 300px;background:0 0;padding:26px 0;border-top:1px solid #2222;display:flex;flex-wrap:wrap;flex-direction:column}.post-card .small{font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold)}.post-card h3{font-family:'Cormorant Garamond',serif;font-size:1.6rem;margin:.4em 0 .3em;font-weight:500}.post-card p{color:#3a3a3a;font-size:.98rem}.post-card .read{margin-top:auto;font-size:.78rem;letter-spacing:.24em;text-transform:uppercase;color:#0e0e0e;border-bottom:1px solid var(--gold);align-self:flex-start;padding-bottom:2px}.story{display:flex;flex-wrap:wrap;gap:32px}.story .frame{flex:1 1 320px}.story .text{flex:2 1 420px}.article{padding:40px 0 60px}.breadcrumbs{font-size:.74rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin:24px 0 30px}.breadcrumbs a{color:#0e0e0e;border-bottom:1px dashed var(--gold)}.article-meta{display:flex;flex-wrap:wrap;gap:18px;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--mute);margin-bottom:16px}.article-meta strong{color:var(--ink);font-weight:500}.article .hero-para{font-family:'Cormorant Garamond',serif;font-size:clamp(1.4rem,2.6vw,2.1rem);line-height:1.3;font-weight:400;color:#0e0e0e;margin:18px 0 28px;max-width:920px}.article-body{display:flex;flex-wrap:wrap;gap:40px}.article-body main{flex:1 1 580px;max-width:780px}.article-body aside{flex:1 1 260px;max-width:320px;align-self:flex-start}.refine-block,.expert-block,.author-card{border:1px solid #e3d8b8;padding:22px 24px;background:#fcfaf1}.refine-block{margin:1.6em 0}.refine-block .eyebrow{color:var(--gold)}.expert-block{background:#0e0e0e;color:#fafaf7;border-color:#0e0e0e;margin:1.6em 0}.expert-block .eyebrow{color:var(--gold-2)}.expert-block p{color:#dcd5bf}.author-card{background:#fff;margin-top:30px}.author-card .small{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold)}.author-card h3{font-family:'Cormorant Garamond',serif;margin:.3em 0}.also{background:var(--grad);padding:50px 0;margin-top:50px}.also h2{margin-bottom:.4em}.read-also-list{display:flex;flex-wrap:wrap;gap:24px;margin-top:24px}.read-also-list a{flex:1 1 280px;padding:22px;background:#fff;border:1px solid #e6dcbf;border-bottom:1px solid #e6dcbf;display:flex;flex-wrap:wrap;flex-direction:column}.read-also-list a:hover{border-color:var(--gold)}.subscribe{background:#0e0e0e;color:#fafaf7;padding:54px 0;margin-top:60px}.subscribe .container{display:flex;flex-wrap:wrap;gap:32px;align-items:flex-end;justify-content:space-between}.subscribe .copy{flex:1 1 320px}.subscribe .copy h2{color:#fafaf7;margin:.2em 0 .3em}.subscribe .copy p{color:#cfc8b6}.subscribe form{flex:1 1 420px;display:flex;flex-wrap:wrap;gap:10px}.subscribe input{flex:1 1 160px;padding:14px 16px;background:0 0;color:#fafaf7;border:1px solid #3a3a37;border-radius:0;font:inherit;outline:none}.subscribe input:focus{border-color:var(--gold)}.subscribe input::placeholder{color:#86847c}.subscribe button{flex:1 1 100%;padding:14px 24px;background:var(--gold);color:#0e0e0e;font-weight:600;letter-spacing:.18em;text-transform:uppercase;border:none;cursor:pointer;font-size:.8rem}.subscribe button:hover{background:var(--gold-2)}.subscribe .legal{flex:1 1 100%;font-size:.74rem;color:#86847c;margin-top:6px;letter-spacing:.06em}.subscribe .legal a{color:#cfc8b6;border-bottom:1px solid #555}.disclaimer{border-top:1px solid #ddd3b3;border-bottom:1px solid #ddd3b3;padding:20px 0;margin:40px 0;font-size:.92rem;color:#4a4a4a;font-style:italic}.site-footer{position:relative;background:#0b0b0b;color:#cfc8b6;padding:80px 0 50px;overflow:hidden}.site-footer:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 50% 50%,transparent 60px,rgba(176,138,62,.06) 61px,transparent 62px),radial-gradient(circle at 50% 50%,transparent 120px,rgba(176,138,62,.06) 121px,transparent 122px),radial-gradient(circle at 50% 50%,transparent 200px,rgba(176,138,62,.05) 201px,transparent 202px),radial-gradient(circle at 50% 50%,transparent 300px,rgba(176,138,62,.04) 301px,transparent 302px);background-repeat:no-repeat;background-position:center;pointer-events:none}.compass{position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;min-height:340px}.compass .center{position:relative;text-align:center;z-index:2}.compass .center .brand{font-family:'Cormorant Garamond',serif;color:#fafaf7;font-size:1.6rem;letter-spacing:.12em}.compass .center .needle{width:1px;height:60px;background:linear-gradient(180deg,var(--gold),transparent);margin:10px auto}.compass .dial{position:relative;width:100%;max-width:680px;height:340px}.compass .point{position:absolute;font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:#cfc8b6}.compass .point a{color:#fafaf7;border-bottom:1px solid rgba(176,138,62,.4)}.compass .point a:hover{color:var(--gold-2)}.compass .p-n{top:8%;left:50%;transform:translateX(-50%)}.compass .p-ne{top:24%;right:14%}.compass .p-e{top:50%;right:4%;transform:translateY(-50%)}.compass .p-se{bottom:24%;right:14%}.compass .p-s{bottom:8%;left:50%;transform:translateX(-50%)}.compass .p-sw{bottom:24%;left:14%}.compass .p-w{top:50%;left:4%;transform:translateY(-50%)}.compass .p-nw{top:24%;left:14%}.foot-row{display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between;align-items:center;border-top:1px solid #1d1d1a;padding-top:22px;margin-top:50px;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:#86847c}.foot-row a{color:#cfc8b6;border-bottom:1px solid #2a2a26}.foot-contact{display:flex;flex-wrap:wrap;gap:18px}.cookie-bar{position:fixed;left:0;right:0;bottom:0;z-index:80;background:#0e0e0e;color:#fafaf7;padding:14px 20px;display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:center;border-top:1px solid var(--gold)}.cookie-bar p{flex:1 1 320px;margin:0;color:#cfc8b6;font-size:.92rem}.cookie-bar .btns{display:flex;flex-wrap:wrap;gap:8px}.cookie-bar button{padding:10px 18px;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;border:1px solid var(--gold);background:0 0;color:#fafaf7;cursor:pointer;font-family:inherit;flex:1 1 120px}.cookie-bar button.primary{background:var(--gold);color:#0e0e0e}.cookie-bar button:hover{background:var(--gold-2);color:#0e0e0e}.cookie-modal{position:fixed;inset:0;background:rgba(14,14,14,.78);display:none;align-items:center;justify-content:center;z-index:90;padding:20px}.cookie-modal.open{display:flex}.cookie-modal .box{background:#fafaf7;color:#0e0e0e;max-width:560px;width:100%;padding:32px;border:1px solid var(--gold)}.cookie-modal h3{margin:0 0 .4em;font-family:'Cormorant Garamond',serif;font-size:1.6rem}.cookie-modal .row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 0;border-top:1px solid #e2dab8}.cookie-modal .row:first-of-type{border-top:none}.cookie-modal .row .info{flex:1 1 280px}.cookie-modal .row .info strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.15rem;margin-bottom:.2em}.cookie-modal .row .info span{font-size:.9rem;color:#4a4a4a}.cookie-modal .toggle{position:relative;width:46px;height:24px}.cookie-modal .toggle input{opacity:0;width:0;height:0}.cookie-modal .slider{position:absolute;inset:0;background:#cfc8b6;cursor:pointer;transition:.2s}.cookie-modal .slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fafaf7;transition:.2s}.cookie-modal input:checked+.slider{background:var(--gold)}.cookie-modal input:checked+.slider:before{transform:translateX(22px)}.cookie-modal input:disabled+.slider{opacity:.7;cursor:not-allowed}.cookie-modal .save{width:100%;padding:13px 18px;background:#0e0e0e;color:#fafaf7;border:none;cursor:pointer;letter-spacing:.18em;text-transform:uppercase;font-size:.8rem;font-family:inherit;margin-top:14px}.page-body{padding:80px 0 60px;display:flex;flex-wrap:wrap;gap:42px}.page-body main{flex:2 1 540px;max-width:820px}.page-body aside{flex:1 1 240px}.legal{background:#fff;padding:36px;border:1px solid #ece2c2}.contact-grid{display:flex;flex-wrap:wrap;gap:22px;margin-top:24px}.contact-card{flex:1 1 240px;padding:24px;background:#fcfaf1;border:1px solid #e6dcbf}.contact-card strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.25rem;margin-bottom:.4em}.success-screen{min-height:60vh;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;text-align:center;padding:80px 24px}.success-screen .inner{max-width:620px}.offcanvas-hint{display:flex;flex-wrap:wrap;gap:14px;padding:16px 20px;background:#fcfaf1;border:1px solid #ece2c2;margin-top:30px;font-size:.92rem}.offcanvas-hint a{border-bottom:1px solid var(--gold)}@media (max-width:720px){.site-nav-vertical{position:static;flex-direction:row;justify-content:flex-end;padding:10px 14px;background:#0e0e0e;border:none}.site-nav-vertical .nav-label{display:none}.site-header .brand{position:static;padding:18px 24px}.masthead{padding:8px 28px 24px}.collage .giant-letter{font-size:14rem;top:auto;bottom:-30px}}