@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=DM+Sans:wght@400;500;600&display=swap";:root{--bg: #f2ede3;--bg-elevated: #e8e1d5;--bg-card: #fff;--text: #26231f;--text-muted: #7a7369;--accent: #d36a45;--accent-hover: #c05a38;--accent-deep: #a4422d;--border: rgba(38, 35, 31, .12);--nav-bg: rgba(242, 237, 227, .85);--serif: "Cormorant Garamond", "Garamond", serif;--sans: "DM Sans", system-ui, sans-serif;font-family:var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}:root[data-theme=dark]{--bg: #0a0a0a;--bg-elevated: #141414;--bg-card: #1a1a1a;--text: #f0ece4;--text-muted: #9a948a;--accent: #d36a45;--accent-hover: #e07a55;--accent-deep: #c05a38;--border: rgba(255, 255, 255, .08);--nav-bg: rgba(10, 10, 10, .85)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{display:block;max-width:100%}.eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.button{display:inline-flex;min-height:3.25rem;align-items:center;justify-content:center;gap:.65rem;border:1px solid currentColor;border-radius:999px;padding:.8rem 1.35rem;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.button:hover{transform:translateY(-2px)}.button:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.button-sm{min-height:2.2rem;padding:.4rem 1rem;font-size:.8rem}.button-primary{background:var(--text);color:var(--bg);border-color:var(--text)}.button-primary:hover{background:var(--accent);border-color:var(--accent);color:#fff}.button-ghost{border-color:transparent}.button-ghost:hover{background:var(--bg-elevated)}.theme-toggle{all:unset;cursor:pointer;font-size:1.1rem;width:2rem;height:2rem;display:grid;place-items:center;border-radius:50%;transition:background .2s}.theme-toggle:hover{background:#0000000f}:root[data-theme=dark] .theme-toggle:hover{background:#ffffff1a}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
