@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Manrope:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--background:40 28% 94%;--foreground:145 16% 20%;--card:38 38% 97%;--card-foreground:145 16% 20%;--popover:38 38% 97%;--popover-foreground:145 16% 20%;--primary:145 16% 20%;--primary-foreground:38 38% 97%;--secondary:40 22% 90%;--secondary-foreground:145 16% 20%;--muted:40 18% 88%;--muted-foreground:35 10% 40%;--accent:40 22% 90%;--accent-foreground:145 16% 20%;--destructive:12 60% 50%;--destructive-foreground:38 38% 97%;--border:40 16% 84%;--input:40 16% 84%;--ring:145 16% 20%;--radius:.125rem;--brand-cream:#f5f1e8;--brand-cream-soft:#fbf8f1;--brand-ink:#2c3e35;--brand-ink-soft:#3d5249;--brand-gold:#b89968;--brand-gold-soft:#d7be96;--brand-taupe:#8d867c;--brand-terracotta:#b36a4e;--grid-color:#2c3e350f;--grid-color-subtle:#2c3e3505;--spotlight-outer:#f5f1e8d9}:root[data-theme=dark]{--background:145 18% 10%;--foreground:40 20% 92%;--card:145 16% 14%;--card-foreground:40 20% 92%;--popover:145 16% 14%;--popover-foreground:40 20% 92%;--primary:40 28% 88%;--primary-foreground:145 18% 12%;--secondary:145 14% 18%;--secondary-foreground:40 20% 90%;--muted:145 12% 20%;--muted-foreground:35 12% 68%;--accent:145 14% 18%;--accent-foreground:40 20% 92%;--destructive:12 55% 55%;--destructive-foreground:40 20% 96%;--border:145 12% 24%;--input:145 12% 24%;--ring:40 28% 70%;--brand-cream:#141c19;--brand-cream-soft:#1a2420;--brand-ink:#e8e4dc;--brand-ink-soft:#c9c4bb;--brand-gold:#c9a96e;--brand-gold-soft:#8a7048;--brand-taupe:#9a9488;--brand-terracotta:#c97d62;--grid-color:#e8e4dc0d;--grid-color-subtle:#e8e4dc04;--spotlight-outer:#141c19d9}*{box-sizing:border-box;border-color:hsl(var(--border));margin:0;padding:0;transition:background-color .4s,border-color .4s}html,body,#root{background-color:var(--brand-cream);width:100%;min-height:100vh;color:var(--brand-ink);-webkit-font-smoothing:antialiased;font-family:Manrope,sans-serif;overflow-x:hidden}h1,h2,h3,h4,.font-serif,.serif{color:var(--brand-ink);font-family:Cormorant Garamond,serif}.mono,.chip-mono{font-family:JetBrains Mono,monospace}.overline{letter-spacing:.22em;text-transform:uppercase;color:var(--brand-taupe);font-size:.68rem;font-weight:600;line-height:1.5}.eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--brand-taupe);font-family:Manrope,sans-serif;font-size:.7rem;font-weight:500}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:var(--brand-gold-soft);border-radius:2px}::-webkit-scrollbar-track{background:0 0}.blueprint-canvas{background-color:var(--brand-cream);background-size:40px 40px,8px 8px;background-image:linear-gradient(to right, var(--grid-color) 1px, transparent 1px), linear-gradient(to bottom, var(--grid-color) 1px, transparent 1px), linear-gradient(to right, var(--grid-color-subtle) 1px, transparent 1px), linear-gradient(to bottom, var(--grid-color-subtle) 1px, transparent 1px);width:100%;height:100%;position:relative;overflow:hidden}.blueprint-crosshair{pointer-events:none;opacity:.45;width:20px;height:20px;position:absolute}.blueprint-crosshair:before,.blueprint-crosshair:after{content:"";background-color:var(--brand-gold);position:absolute}.blueprint-crosshair:before{width:20px;height:1px;top:9px;left:0}.blueprint-crosshair:after{width:1px;height:20px;top:0;left:9px}.btn{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.45rem;font-family:Manrope,sans-serif;font-size:.85rem;font-weight:500;line-height:1;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{background-color:var(--brand-ink);color:var(--brand-cream-soft);border-color:var(--brand-ink)}.btn-primary:hover{background-color:var(--brand-ink-soft);border-color:var(--brand-ink-soft);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-gold{background-color:var(--brand-gold);color:#fff;border-color:var(--brand-gold)}.btn-gold:hover{background-color:#a38456;border-color:#a38456;transform:translateY(-1px)}.btn-outline{border-color:var(--brand-ink);color:var(--brand-ink);background-color:#0000}.btn-outline:hover{background-color:var(--brand-ink);color:var(--brand-cream-soft)}.btn-ghost{color:var(--brand-ink);background-color:#0000}.btn-ghost:hover{background-color:#2c3e350f}:root[data-theme=dark] .btn-ghost:hover{background-color:#e8e4dc0f}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}.card{background-color:var(--brand-cream-soft);border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem;transition:border-color .3s,box-shadow .3s}.card-hover{transition:all .3s cubic-bezier(.16,1,.3,1)}.card-hover:hover{border-color:var(--brand-gold);box-shadow:0 4px 24px #2c3e350f}:root[data-theme=dark] .card-hover:hover{border-color:var(--brand-gold);box-shadow:0 4px 24px #00000040}.form-group{margin-bottom:1.25rem}label{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-taupe);margin-bottom:.45rem;font-size:.72rem;font-weight:600;display:block}input,textarea,select{background-color:var(--brand-cream-soft);border:1px solid hsl(var(--border));border-radius:var(--radius);width:100%;color:var(--brand-ink);padding:.65rem .95rem;font-family:Manrope,sans-serif;font-size:.875rem;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{border-color:var(--brand-ink);box-shadow:0 0 0 1px var(--brand-ink);outline:none}.chip{letter-spacing:.05em;background-color:var(--brand-cream-soft);border:1px solid hsl(var(--border));color:var(--brand-ink);border-radius:999px;align-items:center;padding:.25rem .75rem;font-size:.68rem;font-weight:500;display:inline-flex}.chip-gold{color:var(--brand-gold);border-color:var(--brand-gold-soft);background-color:#b899681a}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.45s cubic-bezier(.16,1,.3,1) both fadeIn}@keyframes drawLine{to{stroke-dashoffset:0}}.draw-path{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:2.5s cubic-bezier(.22,1,.36,1) forwards drawLine}.theme-transition-overlay{pointer-events:none;z-index:9999;background-color:var(--brand-cream);clip-path:circle(0% at 0 0);transition:clip-path .8s cubic-bezier(.76,0,.24,1);position:fixed;inset:0}.theme-transition-overlay.active{clip-path:circle(150% at 0 0)}.gold-shimmer{background:linear-gradient(90deg, #a88758 0%, var(--brand-gold) 55%, #c9a96e 88%, #e8d4a8 100%);background-size:200%;animation:3s linear infinite shimmer}@keyframes shimmer{to{background-position:200%}}@keyframes rotateCompass{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotate-compass{animation:60s linear infinite rotateCompass}.rotate-compass-hover:hover .rotate-compass{animation-duration:15s}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.grid{display:grid}.inline-flex{display:inline-flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.overflow-hidden{overflow:hidden}.w-3{width:.75rem}.h-3{height:.75rem}.w-3\.5{width:.875rem}.h-3\.5{height:.875rem}.w-4{width:1rem}.h-4{height:1rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-12{width:3rem}.h-12{height:3rem}.h-\[3px\]{height:3px}.h-\[400px\]{height:400px}.max-w-xl{max-width:36rem}.max-w-sm{max-width:24rem}.max-w-lg{max-width:32rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3\.5{margin-bottom:.875rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pb-2{padding-bottom:.5rem}.p-0{padding:0}.p-2{padding:.5rem}.p-3\.5{padding:.875rem}.p-6{padding:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.inset-0{inset:0}.inset-x-0{left:0;right:0}.left-3{left:.75rem}.right-3{right:.75rem}.top-3{top:.75rem}.bottom-3{bottom:.75rem}.top-4{top:1rem}.bottom-4{bottom:1rem}.left-6{left:1.5rem}.left-12{left:3rem}.right-12{right:3rem}.border{border-style:solid;border-width:1px}.border-t{border-top-style:solid;border-top-width:1px}.border-b{border-bottom-style:solid;border-bottom-width:1px}.border-l{border-left-style:solid;border-left-width:1px}.border-dashed{border-style:dashed}.rounded-sm{border-radius:var(--radius)}.rounded-full{border-radius:9999px}.opacity-15{opacity:.15}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-65{opacity:.65}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-85{opacity:.85}.opacity-90{opacity:.9}.text-\[8px\]{font-size:.5rem}.text-\[9px\]{font-size:.56rem}.text-\[10px\]{font-size:.625rem}.text-\[11px\]{font-size:.687rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.15em}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.text-center{text-align:center}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.shadow-sm{box-shadow:0 1px 2px #0000000d}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width>=640px){.sm\:flex-row{flex-direction:row}}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:p-12{padding:3rem}.md\:h-\[520px\]{height:520px}.md\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}}@media (width>=1024px){.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:gap-12{gap:3rem}.lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}}
