@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Cormorant+Garamond:wght@300;400;500&display=swap";.landing[data-v-8bf04cbb]{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--forest-green) 0%,var(--fairway-green) 100%);position:fixed;top:0;left:0;overflow:hidden}.landing[data-v-8bf04cbb]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(201,169,97,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(74,124,89,.2) 0%,transparent 50%);animation:breathe-8bf04cbb 8s ease-in-out infinite}@keyframes breathe-8bf04cbb{0%,to{opacity:.5}50%{opacity:.8}}.content[data-v-8bf04cbb]{position:relative;z-index:2;text-align:center;animation:fadeIn-8bf04cbb 1.5s ease-out;margin-top:-12vh}@keyframes fadeIn-8bf04cbb{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-container[data-v-8bf04cbb]{margin-bottom:2rem}.logo[data-v-8bf04cbb]{max-width:320px;width:80%;height:auto;filter:drop-shadow(0 4px 30px rgba(0,0,0,.3));transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.logo[data-v-8bf04cbb]:hover{transform:scale(1.05)}h1[data-v-8bf04cbb]{font-family:Playfair Display,serif;font-size:clamp(3rem,8vw,7rem);font-weight:700;color:var(--cream);margin:0 0 1rem;letter-spacing:-.02em;line-height:1.1}.tagline[data-v-8bf04cbb]{font-family:Cormorant Garamond,serif;font-size:clamp(1.25rem,3vw,2rem);color:var(--gold);font-weight:300;letter-spacing:.15em;text-transform:uppercase;margin:0}.button-container[data-v-8bf04cbb]{display:flex;gap:1.5rem;z-index:3;flex-wrap:wrap;justify-content:center;max-width:90%;margin:3rem auto 0}.nav-button[data-v-8bf04cbb]{padding:.9rem 2rem;background:transparent;color:var(--cream);font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;border:2px solid var(--gold);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.nav-button[data-v-8bf04cbb]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gold);transition:left .4s ease;z-index:-1}.nav-button[data-v-8bf04cbb]:hover{color:var(--forest-green);border-color:var(--gold)}.nav-button[data-v-8bf04cbb]:hover:before{left:0}.footer[data-v-8bf04cbb]{position:absolute;bottom:0;left:0;right:0;background:#1a4d2ee6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;z-index:3;border-top:1px solid rgba(201,169,97,.3)}.footer-content[data-v-8bf04cbb]{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.9rem;color:var(--cream)}.footer-content p[data-v-8bf04cbb]{margin:0;font-family:Cormorant Garamond,serif}.footer-links[data-v-8bf04cbb]{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;justify-content:center}.footer-links a[data-v-8bf04cbb]{color:var(--gold);text-decoration:none;font-family:Cormorant Garamond,serif;transition:color .3s ease}.footer-links a[data-v-8bf04cbb]:hover{color:var(--cream);text-decoration:underline}.separator[data-v-8bf04cbb]{color:var(--gold);opacity:.5}@media (max-width: 768px){.logo[data-v-8bf04cbb]{max-width:240px}h1[data-v-8bf04cbb]{font-size:2.5rem}.tagline[data-v-8bf04cbb]{font-size:1rem}.content[data-v-8bf04cbb]{margin-top:-14vh}.button-container[data-v-8bf04cbb]{gap:1rem;margin-top:2rem}.nav-button[data-v-8bf04cbb]{padding:.7rem 1.5rem;font-size:.95rem}.footer[data-v-8bf04cbb]{padding:.75rem 1rem}.footer-content[data-v-8bf04cbb]{font-size:.8rem}.footer-links[data-v-8bf04cbb]{gap:.5rem}.separator[data-v-8bf04cbb]{display:none}}:root{--forest-green: #1a4d2e;--fairway-green: #2d5f3f;--grass-light: #4a7c59;--cream: #faf8f3;--gold: #c9a961;--gold-dark: #a88b47;--charcoal: #2a2a2a;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Cormorant Garamond,serif;color:var(--charcoal);background:var(--cream);overflow-x:hidden;line-height:1.6}#app{width:100%}
