:root{--white:#FFFFFF;--bg:#F7F5F2;--bg-dark:#1A1A1A;--border:#E2DDD8;--border-dark:#2E2E2E;--text-primary:#1A1A1A;--text-secondary:#555047;--text-muted:#8C8478;--text-light:#F7F5F2;--text-light-dim:#B5AFA8;--accent:#B8935A;--accent-dark:#96753F;--accent-light:#D4B07E;--font-head:"Cormorant Garamond",Georgia,serif;--font-body:"DM Sans",sans-serif;--nav-h:72px;--max-w:1200px;--gutter:clamp(24px,5vw,72px);--ease:cubic-bezier(.16,1,.3,1)}[data-astro-cid-hbdzvgc6],[data-astro-cid-hbdzvgc6]:before,[data-astro-cid-hbdzvgc6]:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text-primary);font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1.7;overflow-x:hidden}a[data-astro-cid-hbdzvgc6]{color:inherit;text-decoration:none}.container[data-astro-cid-hbdzvgc6]{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter)}nav[data-astro-cid-hbdzvgc6]{position:fixed;top:0;left:0;right:0;height:var(--nav-h);z-index:100;background:#f7f5f2f5;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:background .3s}.nav-inner[data-astro-cid-hbdzvgc6]{display:flex;align-items:center;justify-content:space-between;height:100%}.logo[data-astro-cid-hbdzvgc6]{display:flex;align-items:center;gap:12px;flex-shrink:0}.logo-mark[data-astro-cid-hbdzvgc6]{width:34px;height:34px}.logo-name[data-astro-cid-hbdzvgc6]{font-family:var(--font-head);font-size:24px;font-weight:400;letter-spacing:.08em;color:var(--text-primary)}.nav-links[data-astro-cid-hbdzvgc6]{display:flex;align-items:center;gap:32px;list-style:none}.nav-links[data-astro-cid-hbdzvgc6]>li[data-astro-cid-hbdzvgc6]>a[data-astro-cid-hbdzvgc6]{font-size:13px;font-weight:400;letter-spacing:.04em;color:var(--text-secondary);transition:color .18s}.nav-links[data-astro-cid-hbdzvgc6]>li[data-astro-cid-hbdzvgc6]>a[data-astro-cid-hbdzvgc6]:hover{color:var(--text-primary)}.nav-item[data-astro-cid-hbdzvgc6]{position:relative}.nav-dropdown[data-astro-cid-hbdzvgc6]{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(-4px);background:var(--white);border:1px solid var(--border);box-shadow:0 8px 32px #00000014;min-width:250px;padding:8px 0;opacity:0;pointer-events:none;transition:opacity .18s,transform .18s var(--ease)}.nav-dropdown[data-astro-cid-hbdzvgc6]:before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}.nav-item[data-astro-cid-hbdzvgc6]:hover .nav-dropdown[data-astro-cid-hbdzvgc6]{opacity:1;pointer-events:all;transform:translate(-50%) translateY(0)}.nav-dropdown[data-astro-cid-hbdzvgc6] a[data-astro-cid-hbdzvgc6]{display:block;padding:10px 20px;font-size:13px;color:var(--text-secondary);transition:color .15s,background .15s}.nav-dropdown[data-astro-cid-hbdzvgc6] a[data-astro-cid-hbdzvgc6]:hover{color:var(--text-primary);background:var(--bg)}.btn-nav[data-astro-cid-hbdzvgc6]{font-size:13px;font-weight:500;color:var(--white);background:var(--accent);padding:10px 22px;transition:background .2s;white-space:nowrap}.btn-nav[data-astro-cid-hbdzvgc6]:hover{background:var(--accent-dark)}.hamburger[data-astro-cid-hbdzvgc6]{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.hamburger[data-astro-cid-hbdzvgc6] span[data-astro-cid-hbdzvgc6]{display:block;width:22px;height:1.5px;background:var(--text-primary);transition:transform .3s,opacity .3s}.hamburger[data-astro-cid-hbdzvgc6].open span[data-astro-cid-hbdzvgc6]:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger[data-astro-cid-hbdzvgc6].open span[data-astro-cid-hbdzvgc6]:nth-child(2){opacity:0}.hamburger[data-astro-cid-hbdzvgc6].open span[data-astro-cid-hbdzvgc6]:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu[data-astro-cid-hbdzvgc6]{display:none;position:fixed;top:var(--nav-h);left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);z-index:99;padding:20px var(--gutter) 28px;flex-direction:column;box-shadow:0 8px 24px #00000014}.mobile-menu[data-astro-cid-hbdzvgc6].open{display:flex}.mobile-menu[data-astro-cid-hbdzvgc6] a[data-astro-cid-hbdzvgc6]{display:block;padding:13px 0;font-size:14px;color:var(--text-secondary);border-bottom:1px solid var(--border)}.mobile-menu-sub[data-astro-cid-hbdzvgc6] a[data-astro-cid-hbdzvgc6]{padding-left:16px;font-size:13px;color:var(--text-muted)}.mobile-cta[data-astro-cid-hbdzvgc6]{margin-top:20px;display:inline-block;font-size:13px;font-weight:500;color:var(--white);background:var(--accent);padding:12px 24px;width:fit-content}.article-hero[data-astro-cid-hbdzvgc6]{padding-top:var(--nav-h);background:var(--bg-dark);position:relative;overflow:hidden}.hero-pattern[data-astro-cid-hbdzvgc6]{position:absolute;inset:0;background-image:linear-gradient(rgba(184,147,90,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(184,147,90,.06) 1px,transparent 1px);background-size:80px 80px;pointer-events:none}.hero-glow[data-astro-cid-hbdzvgc6]{position:absolute;bottom:-200px;right:-100px;width:600px;height:600px;background:radial-gradient(circle,rgba(184,147,90,.08) 0%,transparent 65%);pointer-events:none}.hero-inner[data-astro-cid-hbdzvgc6]{position:relative;z-index:1;padding:clamp(40px,5vh,72px) 0;max-width:780px}.back-link[data-astro-cid-hbdzvgc6]{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.06em;color:var(--accent-light);margin-bottom:32px;transition:gap .2s}.back-link[data-astro-cid-hbdzvgc6]:hover{gap:4px}.article-meta[data-astro-cid-hbdzvgc6]{display:flex;align-items:center;gap:16px;margin-bottom:24px}.article-cat[data-astro-cid-hbdzvgc6]{font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-light)}.article-date[data-astro-cid-hbdzvgc6],.article-read[data-astro-cid-hbdzvgc6]{font-size:12px;color:var(--text-light-dim)}.meta-dot[data-astro-cid-hbdzvgc6]{width:3px;height:3px;border-radius:50%;background:var(--text-light-dim);flex-shrink:0}.article-title[data-astro-cid-hbdzvgc6]{font-family:var(--font-head);font-size:clamp(36px,5.5vw,72px);font-weight:300;line-height:1.06;letter-spacing:-.01em;color:var(--text-light);margin-bottom:24px}.article-title[data-astro-cid-hbdzvgc6] em[data-astro-cid-hbdzvgc6]{font-style:italic;color:var(--accent-light)}.article-standfirst[data-astro-cid-hbdzvgc6]{font-size:18px;line-height:1.8;color:var(--text-light-dim);max-width:640px}.article-layout[data-astro-cid-hbdzvgc6]{padding:clamp(56px,8vw,96px) 0;background:var(--white)}.article-grid[data-astro-cid-hbdzvgc6]{display:grid;grid-template-columns:1fr 280px;gap:clamp(48px,6vw,80px);align-items:start}.article-body[data-astro-cid-hbdzvgc6]{min-width:0}.article-body[data-astro-cid-hbdzvgc6] h2[data-astro-cid-hbdzvgc6]{font-family:var(--font-head);font-size:clamp(24px,2.8vw,36px);font-weight:300;line-height:1.15;color:var(--text-primary);margin:48px 0 20px}.article-body[data-astro-cid-hbdzvgc6] h2[data-astro-cid-hbdzvgc6] em[data-astro-cid-hbdzvgc6]{font-style:italic;color:var(--accent)}.article-body[data-astro-cid-hbdzvgc6] h3[data-astro-cid-hbdzvgc6]{font-family:var(--font-head);font-size:clamp(20px,2.2vw,28px);font-weight:400;color:var(--text-primary);margin:36px 0 16px}.article-body[data-astro-cid-hbdzvgc6] p[data-astro-cid-hbdzvgc6]{font-size:16px;line-height:1.85;color:var(--text-secondary);margin-bottom:24px}.article-body[data-astro-cid-hbdzvgc6] p[data-astro-cid-hbdzvgc6]:first-child{font-size:18px;line-height:1.8;color:var(--text-primary)}.article-body[data-astro-cid-hbdzvgc6] strong[data-astro-cid-hbdzvgc6]{color:var(--text-primary);font-weight:500}.article-body[data-astro-cid-hbdzvgc6] ul[data-astro-cid-hbdzvgc6],.article-body[data-astro-cid-hbdzvgc6] ol[data-astro-cid-hbdzvgc6]{margin:0 0 24px;padding-left:24px}.article-body[data-astro-cid-hbdzvgc6] li[data-astro-cid-hbdzvgc6]{font-size:15px;line-height:1.8;color:var(--text-secondary);margin-bottom:8px}.article-body[data-astro-cid-hbdzvgc6] blockquote[data-astro-cid-hbdzvgc6]{border-left:2px solid var(--accent);padding:20px 28px;margin:36px 0;background:var(--bg)}.article-body[data-astro-cid-hbdzvgc6] blockquote[data-astro-cid-hbdzvgc6] p[data-astro-cid-hbdzvgc6]{font-family:var(--font-head);font-size:22px;font-weight:300;font-style:italic;color:var(--text-primary);margin:0;line-height:1.5}.article-divider[data-astro-cid-hbdzvgc6]{width:48px;height:1px;background:var(--accent);margin:40px 0}.article-sidebar[data-astro-cid-hbdzvgc6]{position:sticky;top:calc(var(--nav-h) + 32px)}.sidebar-card[data-astro-cid-hbdzvgc6]{background:var(--bg);border:1px solid var(--border);padding:28px;margin-bottom:24px}.sidebar-label[data-astro-cid-hbdzvgc6]{font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;display:block}.sidebar-title[data-astro-cid-hbdzvgc6]{font-family:var(--font-head);font-size:20px;font-weight:300;line-height:1.2;color:var(--text-primary);margin-bottom:12px}.sidebar-body[data-astro-cid-hbdzvgc6]{font-size:13px;line-height:1.7;color:var(--text-secondary);margin-bottom:20px}.btn-sidebar[data-astro-cid-hbdzvgc6]{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--white);background:var(--accent);padding:11px 20px;transition:background .2s;width:100%;justify-content:center}.btn-sidebar[data-astro-cid-hbdzvgc6]:hover{background:var(--accent-dark)}.related-list[data-astro-cid-hbdzvgc6]{display:flex;flex-direction:column;gap:1px;background:var(--border)}.related-item[data-astro-cid-hbdzvgc6]{background:var(--white);padding:16px 20px;display:flex;flex-direction:column;gap:6px;transition:background .18s}.related-item[data-astro-cid-hbdzvgc6]:hover{background:var(--bg)}.related-cat[data-astro-cid-hbdzvgc6]{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.related-title[data-astro-cid-hbdzvgc6]{font-size:14px;line-height:1.4;color:var(--text-primary)}.article-cta[data-astro-cid-hbdzvgc6]{padding:clamp(56px,7vw,88px) 0;background:var(--bg-dark)}.article-cta-inner[data-astro-cid-hbdzvgc6]{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center}.article-cta-headline[data-astro-cid-hbdzvgc6]{font-family:var(--font-head);font-size:clamp(28px,3.5vw,48px);font-weight:300;line-height:1.1;color:var(--text-light)}.article-cta-headline[data-astro-cid-hbdzvgc6] em[data-astro-cid-hbdzvgc6]{font-style:italic;color:var(--accent-light)}.article-cta-sub[data-astro-cid-hbdzvgc6]{font-size:15px;line-height:1.75;color:var(--text-light-dim);margin-top:12px;max-width:480px}.btn-cta[data-astro-cid-hbdzvgc6]{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:var(--bg-dark);background:var(--white);padding:14px 28px;transition:background .2s,color .2s;white-space:nowrap}.btn-cta[data-astro-cid-hbdzvgc6]:hover{background:var(--accent);color:var(--white)}.btn-cta-ghost[data-astro-cid-hbdzvgc6]{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--text-light-dim);border-bottom:1px solid rgba(183,175,168,.3);padding-bottom:2px;transition:color .2s}.btn-cta-ghost[data-astro-cid-hbdzvgc6]:hover{color:var(--text-light)}.cta-actions[data-astro-cid-hbdzvgc6]{display:flex;flex-direction:column;gap:14px;align-items:flex-start}footer[data-astro-cid-hbdzvgc6]{background:var(--bg-dark);padding:52px 0 36px;border-top:1px solid var(--border-dark)}.footer-grid[data-astro-cid-hbdzvgc6]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:44px}.footer-brand[data-astro-cid-hbdzvgc6] p[data-astro-cid-hbdzvgc6]{font-size:14px;line-height:1.75;color:var(--text-light-dim);margin-top:16px;max-width:260px}.footer-col[data-astro-cid-hbdzvgc6] h4[data-astro-cid-hbdzvgc6]{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-light-dim);margin-bottom:18px}.footer-col[data-astro-cid-hbdzvgc6] ul[data-astro-cid-hbdzvgc6]{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col[data-astro-cid-hbdzvgc6] ul[data-astro-cid-hbdzvgc6] a[data-astro-cid-hbdzvgc6]{font-size:14px;color:#b7afa8a6;transition:color .18s}.footer-col[data-astro-cid-hbdzvgc6] ul[data-astro-cid-hbdzvgc6] a[data-astro-cid-hbdzvgc6]:hover{color:var(--text-light)}.footer-bottom[data-astro-cid-hbdzvgc6]{border-top:1px solid var(--border-dark);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-bottom[data-astro-cid-hbdzvgc6] p[data-astro-cid-hbdzvgc6]{font-size:13px;color:#b7afa873}.footer-legal[data-astro-cid-hbdzvgc6]{display:flex;gap:20px}.footer-legal[data-astro-cid-hbdzvgc6] a[data-astro-cid-hbdzvgc6]{font-size:13px;color:#b7afa873;transition:color .18s}.footer-legal[data-astro-cid-hbdzvgc6] a[data-astro-cid-hbdzvgc6]:hover{color:var(--text-light-dim)}@media(max-width:1024px){.article-grid[data-astro-cid-hbdzvgc6]{grid-template-columns:1fr}.article-sidebar[data-astro-cid-hbdzvgc6]{position:static}.footer-grid[data-astro-cid-hbdzvgc6]{grid-template-columns:1fr 1fr;gap:36px}.article-cta-inner[data-astro-cid-hbdzvgc6]{grid-template-columns:1fr;gap:32px}}@media(max-width:768px){.nav-links[data-astro-cid-hbdzvgc6],.btn-nav[data-astro-cid-hbdzvgc6]{display:none}.hamburger[data-astro-cid-hbdzvgc6]{display:flex}.footer-grid[data-astro-cid-hbdzvgc6]{grid-template-columns:1fr}}
