@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@400;500;600&display=swap";:root{--color-burgundy:#7c2d44;--color-gold:#c9a84c;--color-gold-light:#e8d49e;--color-gold-dark:#725924;--color-cream:#faf8f5;--color-light:#f5f2ee;--color-dark:#1a0e14;--color-text:#2d2020;--color-text-light:#5a4a4a;--color-border:#e8e0d8;--focus-outline:3px solid #c9a84c;--focus-outline-offset:3px}.skip-link{z-index:9999;background:var(--color-gold);color:var(--color-dark);border-radius:8px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:top .2s;position:absolute;top:-3rem;left:1rem}.skip-link:focus{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset);top:1rem}main:focus{outline:none}:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{border-radius:4px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--color-text);-webkit-font-smoothing:antialiased;background:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-header{text-align:center;max-width:640px;margin:0 auto}.section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--color-gold-dark);border:1px solid var(--color-gold-light);border-radius:100px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.section-header h2{color:var(--color-burgundy);margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.2}.section-intro{color:var(--color-text-light);font-size:1rem;line-height:1.7}.btn{cursor:pointer;letter-spacing:.02em;border:2px solid #0000;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary{background:var(--color-gold);color:var(--color-dark);border-color:var(--color-gold)}.btn-primary:hover{background:#b8933e;border-color:#b8933e;transform:translateY(-2px);box-shadow:0 6px 20px #c9a84c59}.btn-primary:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}.btn-outline{color:#fff;background:0 0;border-color:#fff9}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.btn-outline:focus-visible{outline-offset:var(--focus-outline-offset);outline:3px solid #fff}.btn-outline-dark{color:var(--color-burgundy);border-color:var(--color-burgundy);background:0 0}.btn-outline-dark:hover{background:var(--color-burgundy);color:#fff}.btn-outline-dark:focus-visible{outline:var(--focus-outline);outline-offset:var(--focus-outline-offset)}header[data-v-9c48e5d0]{z-index:100;background:0 0;padding:1.25rem 0;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}header.scrolled[data-v-9c48e5d0]{background:#fffffff7;box-shadow:0 2px 20px #00000014}.header-inner[data-v-9c48e5d0]{justify-content:space-between;align-items:center;display:flex}.logo[data-v-9c48e5d0]{color:var(--color-gold);letter-spacing:.02em;align-items:center;gap:.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}header.scrolled .logo[data-v-9c48e5d0]{color:var(--color-burgundy)}.logo-icon[data-v-9c48e5d0]{font-size:1.25rem}nav ul[data-v-9c48e5d0]{gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}nav a[data-v-9c48e5d0]{color:#ffffffeb;letter-spacing:.05em;text-transform:uppercase;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}header.scrolled nav a[data-v-9c48e5d0]{color:var(--color-text)}nav a[data-v-9c48e5d0]:hover{color:var(--color-gold)}nav a[data-v-9c48e5d0]:focus-visible{outline:3px solid var(--color-gold);outline-offset:3px;border-radius:3px}.logo[data-v-9c48e5d0]:focus-visible{outline:3px solid var(--color-gold);outline-offset:3px;border-radius:4px}.burger[data-v-9c48e5d0]:focus-visible{outline:3px solid var(--color-gold);outline-offset:4px;border-radius:4px}.burger[data-v-9c48e5d0]{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.burger span[data-v-9c48e5d0]{background:#fff;border-radius:2px;width:26px;height:2px;transition:transform .3s,opacity .3s;display:block}header.scrolled .burger span[data-v-9c48e5d0]{background:var(--color-burgundy)}.burger.active span[data-v-9c48e5d0]:first-child{transform:translateY(7px)rotate(45deg)}.burger.active span[data-v-9c48e5d0]:nth-child(2){opacity:0}.burger.active span[data-v-9c48e5d0]:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.burger[data-v-9c48e5d0]{display:flex}nav[data-v-9c48e5d0]{background:#fff;max-height:0;transition:max-height .35s;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 4px 20px #0000001a}nav.open[data-v-9c48e5d0]{max-height:400px}nav ul[data-v-9c48e5d0]{flex-direction:column;gap:0;padding:.5rem 0}nav ul li a[data-v-9c48e5d0]{border-bottom:1px solid var(--color-light);padding:.9rem 2rem;display:block;color:var(--color-text)!important}nav ul li:last-child a[data-v-9c48e5d0]{border-bottom:none}}.hero[data-v-4a6ed94a]{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg[data-v-4a6ed94a]{background-color:#0000;background-image:radial-gradient(at 30%,#b4824666 0%,#0000 60%),radial-gradient(at 70% 30%,#7c2d4480 0%,#0000 60%),linear-gradient(135deg,#1a0a10 0%,#3d1a24 40%,#2a0e1a 70%,#1c1208 100%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:cover;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;position:absolute;inset:0}.hero-overlay[data-v-4a6ed94a]{background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-content[data-v-4a6ed94a]{text-align:center;color:#fff;z-index:2;padding:2rem;position:relative}.coin-decoration[data-v-4a6ed94a]{color:var(--color-gold);margin-bottom:1.5rem;font-size:4rem;line-height:1;animation:3s ease-in-out infinite float-4a6ed94a;display:block}@keyframes float-4a6ed94a{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}h1[data-v-4a6ed94a]{text-shadow:0 2px 20px #0000004d;margin-bottom:1.5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,7vw,5rem);font-weight:700;line-height:1.1}h1 span[data-v-4a6ed94a]{color:var(--color-gold);display:block}.hero-subtitle[data-v-4a6ed94a]{color:#ffffffd9;max-width:600px;margin:0 auto 2.5rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.7}.hero-actions[data-v-4a6ed94a]{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-scroll[data-v-4a6ed94a]{color:#ffffff80;font-size:1.5rem;animation:2s infinite bounce-4a6ed94a;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes bounce-4a6ed94a{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}.about[data-v-a70584d1]{background:var(--color-light)}.about-grid[data-v-a70584d1]{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem;display:grid}.about-card[data-v-a70584d1]{text-align:center;background:#fff;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #0000000f}.about-card[data-v-a70584d1]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.about-icon[data-v-a70584d1]{margin-bottom:1rem;font-size:2.5rem}.about-card h3[data-v-a70584d1]{color:var(--color-burgundy);margin-bottom:.75rem;font-family:Playfair Display,Georgia,serif;font-size:1.15rem}.about-card p[data-v-a70584d1]{color:var(--color-text-light);font-size:.95rem;line-height:1.7}.gallery[data-v-ee3c56c5]{background:var(--color-cream)}.gallery-cta[data-v-ee3c56c5]{text-align:center;flex-direction:column;align-items:center;gap:1rem;margin-top:2.5rem;display:flex}.gallery-cta p[data-v-ee3c56c5]{color:var(--color-text-light);margin:0;font-size:1rem}.ig-icon[data-v-ee3c56c5]{fill:none;stroke:currentColor;stroke-width:1.8px;width:1.15rem;height:1.15rem}.gallery-grid[data-v-ee3c56c5]{gap:1rem;margin-top:3rem;display:grid}.gallery-grid--1[data-v-ee3c56c5]{grid-template-columns:1fr;max-width:700px;margin-inline:auto}.gallery-grid--2[data-v-ee3c56c5]{grid-template-columns:repeat(2,1fr)}.gallery-grid--3[data-v-ee3c56c5]{grid-template-columns:repeat(3,1fr)}.gallery-grid--4[data-v-ee3c56c5],.gallery-grid--5[data-v-ee3c56c5],.gallery-grid--6[data-v-ee3c56c5]{grid-template-columns:repeat(2,1fr)}@media (width>=768px){.gallery-grid--4[data-v-ee3c56c5],.gallery-grid--5[data-v-ee3c56c5],.gallery-grid--6[data-v-ee3c56c5]{grid-template-columns:repeat(3,1fr)}}.gallery-item[data-v-ee3c56c5]{cursor:pointer;aspect-ratio:3/4;background:var(--color-border);width:100%;font:inherit;text-align:inherit;border:none;border-radius:12px;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.gallery-item img[data-v-ee3c56c5]{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.gallery-item:hover img[data-v-ee3c56c5]{transform:scale(1.04)}.gallery-overlay[data-v-ee3c56c5]{opacity:0;background:#7c2d4459;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay[data-v-ee3c56c5]{opacity:1}.gallery-item[data-v-ee3c56c5]:focus-visible{outline:3px solid var(--color-gold);outline-offset:3px}.gallery-zoom[data-v-ee3c56c5]{color:#fff;text-shadow:0 2px 8px #0006;font-size:2.5rem;line-height:1}.lightbox[data-v-ee3c56c5]{z-index:9999;background:#0a050aeb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox-img[data-v-ee3c56c5]{object-fit:contain;border-radius:8px;max-width:90vw;max-height:88vh;box-shadow:0 20px 60px #0009}.lightbox-close[data-v-ee3c56c5],.lightbox-prev[data-v-ee3c56c5],.lightbox-next[data-v-ee3c56c5]{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.75rem;transition:background .2s;display:flex;position:fixed}.lightbox-close[data-v-ee3c56c5]:hover,.lightbox-prev[data-v-ee3c56c5]:hover,.lightbox-next[data-v-ee3c56c5]:hover{background:#ffffff40}.lightbox-close[data-v-ee3c56c5]:focus-visible,.lightbox-prev[data-v-ee3c56c5]:focus-visible,.lightbox-next[data-v-ee3c56c5]:focus-visible{outline-offset:3px;outline:3px solid #fff}.lightbox-close[data-v-ee3c56c5]{font-size:1.1rem;top:1.25rem;right:1.25rem}.lightbox-prev[data-v-ee3c56c5]{font-size:2.25rem;left:1.25rem}.lightbox-next[data-v-ee3c56c5]{font-size:2.25rem;right:1.25rem}@media (width<=600px){.gallery-grid--3[data-v-ee3c56c5]{grid-template-columns:repeat(2,1fr)}.gallery-grid--3 .gallery-item[data-v-ee3c56c5]:first-child{aspect-ratio:4/3;grid-column:1/-1}}.services[data-v-e7306a40]{background:#fff}.services-list[data-v-e7306a40]{flex-direction:column;gap:1.5rem;margin-top:3rem;display:flex}.service-item[data-v-e7306a40]{border:1px solid var(--color-border);border-radius:12px;align-items:center;gap:2rem;padding:2rem;transition:border-color .3s,box-shadow .3s;display:flex}.service-item[data-v-e7306a40]:hover{border-color:var(--color-gold);box-shadow:0 4px 20px #c9a84c26}.service-number[data-v-e7306a40]{color:var(--color-gold-dark);opacity:.8;min-width:60px;font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:700;line-height:1}.service-content[data-v-e7306a40]{flex:1}.service-content h3[data-v-e7306a40]{color:var(--color-burgundy);margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.2rem}.service-content p[data-v-e7306a40]{color:var(--color-text-light);font-size:.95rem;line-height:1.7}.service-icon[data-v-e7306a40]{opacity:.7;font-size:2rem}@media (width<=600px){.service-item[data-v-e7306a40]{flex-wrap:wrap}.service-icon[data-v-e7306a40]{display:none}}.pricing[data-v-08d5dee6]{background:var(--color-light)}.pricing-single[data-v-08d5dee6]{justify-content:center;margin-top:3rem;display:flex}.pricing-card[data-v-08d5dee6]{background:#fff;border:2px solid #0000;border-radius:16px;flex-direction:column;gap:1.5rem;width:100%;max-width:420px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #0000000f}.pricing-card.featured[data-v-08d5dee6]{border-color:var(--color-gold);box-shadow:0 12px 50px #c9a84c33}.pricing-header[data-v-08d5dee6]{text-align:center}.plan-icon[data-v-08d5dee6]{margin-bottom:.75rem;font-size:2.5rem;display:block}.pricing-header h3[data-v-08d5dee6]{color:var(--color-burgundy);font-family:Playfair Display,Georgia,serif;font-size:1.6rem}.plan-features[data-v-08d5dee6]{flex-direction:column;flex:1;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.plan-features li[data-v-08d5dee6]{color:var(--color-text);align-items:center;gap:.6rem;font-size:1rem;display:flex}.check[data-v-08d5dee6]{color:var(--color-gold);font-weight:700}.plan-cta-note[data-v-08d5dee6]{text-align:center;color:var(--color-text-light);margin:0;font-size:.9rem;font-style:italic}.testimonials[data-v-3100041f]{background:var(--color-burgundy)}.testimonials .section-header h2[data-v-3100041f]{color:#fff}.testimonials .section-intro[data-v-3100041f]{color:#ffffffbf}.testimonials .section-label[data-v-3100041f]{color:var(--color-gold-light);border-color:#e8d49e66}.testimonials-grid[data-v-3100041f]{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.testimonial-card[data-v-3100041f]{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;padding:2rem;transition:border-color .3s,transform .3s;display:flex}.testimonial-card[data-v-3100041f]:hover{border-color:var(--color-gold);transform:translateY(-4px)}.stars[data-v-3100041f]{color:var(--color-gold);letter-spacing:.2em;margin-bottom:1rem;font-size:1.1rem}.quote[data-v-3100041f]{color:#ffffffe6;flex:1;margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.author[data-v-3100041f]{align-items:center;gap:.875rem;display:flex}.author-initials[data-v-3100041f]{background:var(--color-gold);width:44px;height:44px;color:var(--color-dark);border-radius:50%;justify-content:center;align-items:center;font-family:Playfair Display,Georgia,serif;font-size:.85rem;font-weight:700;display:flex}.author-info[data-v-3100041f]{flex-direction:column;display:flex}.author-name[data-v-3100041f]{color:#fff;font-size:.95rem;font-weight:600}.author-detail[data-v-3100041f]{color:#ffffffbf;font-size:.85rem}@media (width<=850px){.testimonials-grid[data-v-3100041f]{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}}.contact[data-v-84b2e30c]{background:#fff}.contact-wrapper[data-v-84b2e30c]{grid-template-columns:1fr auto;align-items:start;gap:4rem;margin-top:3rem;display:grid}.contact-form[data-v-84b2e30c]{flex-direction:column;gap:1.25rem;display:flex}.form-row[data-v-84b2e30c]{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group[data-v-84b2e30c]{flex-direction:column;gap:.5rem;display:flex}label[data-v-84b2e30c]{color:var(--color-text);font-size:.9rem;font-weight:600}input[data-v-84b2e30c],textarea[data-v-84b2e30c]{border:1.5px solid var(--color-border);background:var(--color-light);color:var(--color-text);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}input[data-v-84b2e30c]:focus,textarea[data-v-84b2e30c]:focus{border-color:var(--color-gold);background:#fff;box-shadow:0 0 0 3px #c9a84c40}input[data-v-84b2e30c]:focus-visible,textarea[data-v-84b2e30c]:focus-visible{outline:3px solid var(--color-gold);outline-offset:2px}.required-indicator[data-v-84b2e30c]{color:#c0392b;font-weight:700}.sr-only[data-v-84b2e30c]{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}textarea[data-v-84b2e30c]{resize:vertical;min-height:120px}.btn-full[data-v-84b2e30c]{justify-content:center;width:100%}.form-success[data-v-84b2e30c]{color:#2d6a27;text-align:center;background:#f0faf0;border:1.5px solid #a8d5a2;border-radius:8px;width:100%;padding:1rem 1.25rem;font-size:.95rem}.contact-info[data-v-84b2e30c]{flex-direction:column;gap:1.75rem;min-width:220px;display:flex}.contact-item[data-v-84b2e30c]{align-items:flex-start;gap:1rem;display:flex}.contact-icon[data-v-84b2e30c]{flex-shrink:0;font-size:1.5rem}.contact-item div[data-v-84b2e30c]{flex-direction:column;gap:.25rem;display:flex}.contact-item strong[data-v-84b2e30c]{color:var(--color-burgundy);font-size:.9rem;font-weight:600}.contact-item a[data-v-84b2e30c],.contact-item span[data-v-84b2e30c]{color:var(--color-text-light);font-size:.95rem;text-decoration:none}.contact-item a[data-v-84b2e30c]:hover{color:var(--color-gold)}@media (width<=768px){.contact-wrapper[data-v-84b2e30c]{grid-template-columns:1fr;gap:2.5rem}.form-row[data-v-84b2e30c]{grid-template-columns:1fr}}footer[data-v-cfb73146]{background:var(--color-dark);color:#ffffffb3;padding:3rem 0 2rem}.footer-inner[data-v-cfb73146]{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.footer-brand[data-v-cfb73146]{color:var(--color-gold);align-items:center;gap:.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.4rem;font-weight:700;display:flex}.logo-icon[data-v-cfb73146]{font-size:1.2rem}.footer-tagline[data-v-cfb73146]{color:#ffffffb3;margin:0;font-size:.9rem;font-style:italic}.footer-nav[data-v-cfb73146]{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.footer-nav a[data-v-cfb73146]{color:#fffc;text-transform:uppercase;letter-spacing:.06em;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-nav a[data-v-cfb73146]:hover{color:var(--color-gold)}.footer-nav a[data-v-cfb73146]:focus-visible{outline:3px solid var(--color-gold);outline-offset:3px;border-radius:3px}.footer-social a[data-v-cfb73146]{color:#fffc;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.footer-social a[data-v-cfb73146]:hover{color:var(--color-gold)}.footer-social a[data-v-cfb73146]:focus-visible{outline:3px solid var(--color-gold);outline-offset:3px;border-radius:3px}.footer-social .ig-icon[data-v-cfb73146]{fill:none;stroke:currentColor;stroke-width:1.8px;width:1.2rem;height:1.2rem}.footer-company[data-v-cfb73146]{color:#ffffffb3;margin:0;font-size:.85rem}.footer-company a[data-v-cfb73146]{color:#fffc;text-underline-offset:2px;text-decoration:underline}.footer-company a[data-v-cfb73146]:hover{color:var(--color-gold)}.footer-company a[data-v-cfb73146]:focus-visible{outline:3px solid var(--color-gold);outline-offset:3px;border-radius:3px}.footer-copy[data-v-cfb73146]{color:#ffffff8c;margin:.5rem 0 0;font-size:.8rem}
