*{margin:0;padding:0;box-sizing:border-box}
[data-theme="light"]{--bg:#FDFAF3;--bg-2:#F5F0E8;--bg-3:#EDE7DA;--text:#2C1A0E;--text-mid:#6B5744;--text-soft:#A8896B;--accent:#2D6A4F;--accent-mid:#52B788;--accent-soft:#95D5B2;--border:rgba(107,87,68,0.18);--btn-bg:#2C1A0E;--btn-text:#FDFAF3;--shadow:rgba(44,26,14,0.06);--glow:rgba(45,106,79,0.08);--modal-bg:rgba(253,250,243,0.97);--card-shine:rgba(255,255,255,0.5);--noise-opacity:.03}
[data-theme="dark"]{--bg:#0F0F0D;--bg-2:#1A1A17;--bg-3:#242420;--text:#F0E6C8;--text-mid:#C9A84C;--text-soft:#8A7D65;--accent:#C9A84C;--accent-mid:#E0C068;--accent-soft:#8FB8C9;--border:rgba(201,168,76,0.12);--btn-bg:#C9A84C;--btn-text:#0F0F0D;--shadow:rgba(0,0,0,0.4);--glow:rgba(201,168,76,0.05);--modal-bg:rgba(15,15,13,0.97);--card-shine:rgba(201,168,76,0.05);--noise-opacity:.025}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Jost',sans-serif;background:var(--bg);color:var(--text);transition:background .5s,color .5s;overflow-x:hidden;font-size:1rem;line-height:1.7;position:relative}
/* Subtle noise texture for depth */
body::before{content:'';position:fixed;inset:0;pointer-events:none;z-index:1;opacity:var(--noise-opacity);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px;transform:translateZ(0);will-change:transform}
::selection{background:var(--accent);color:var(--bg)}
::-webkit-scrollbar{width:7px}
::-webkit-scrollbar-track{background:var(--bg)}
::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
::-webkit-scrollbar-thumb:hover{background:var(--text-soft)}
h1,h2,h3,h4{font-family:'Cormorant Garamond',serif;font-weight:300}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.loader{position:fixed;inset:0;z-index:9999;background:var(--bg);display:flex;align-items:center;justify-content:center;transition:opacity .6s,visibility .6s}
.loader.hidden{opacity:0;visibility:hidden}
.loader-text{font-family:'Cormorant Garamond',serif;font-size:4rem;font-weight:300;letter-spacing:.4em;color:var(--text);animation:loaderPulse 1.2s ease infinite}
.loader-text span{color:var(--accent)}
.cursor-glow{position:fixed;top:0;left:0;width:500px;height:500px;border-radius:50%;pointer-events:none;z-index:0;background:radial-gradient(circle,var(--glow) 0%,transparent 70%);transform:translate(-50%,-50%);transition:opacity .3s;opacity:0;will-change:transform}
/* Section heading styles */
.section-tag{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);font-weight:400;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}
.section-tag::before{content:'';display:inline-block;width:24px;height:.5px;background:var(--accent)}
.section-heading{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:3.2rem;color:var(--text);margin-bottom:1rem;line-height:1.1}
.section-heading em{font-style:italic;color:var(--accent)}
/* Inline SVG icons used in place of emoji glyphs */
.icon-inline{width:1em;height:1em;display:inline-block;vertical-align:-0.125em;flex-shrink:0}
