@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&family=Outfit:wght@300;400;500;700&display=swap";:root{--v1-bg:#fff;--v1-text:#1a202c;--v1-primary:#004d61;--v1-accent:#e57373;--v1-light:#f7f9fc;--v2-bg:#121212;--v2-text:#f0f0f0;--v2-primary:#1c1c1c;--v2-accent:#d4af37;--v2-light:#2c2c2c;--v3-bg:#f9f6f0;--v3-text:#3e3a35;--v3-primary:#8b9a8b;--v3-accent:#9a8b9a;--v3-light:#fff;--font-serif:"Playfair Display", serif;--font-sans:"Inter", sans-serif;--font-modern:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.review-banner{color:#fff;z-index:9999;font-family:var(--font-sans);background-color:#333;padding:10px 20px;font-size:14px;position:sticky;top:0}.review-banner-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.review-buttons{gap:10px;display:flex}.review-buttons button{color:#ccc;cursor:pointer;background:0 0;border:1px solid #555;border-radius:4px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.review-buttons button:hover{color:#fff;background:#444}.review-buttons button.active{color:#000;background:#fff;border-color:#fff;font-weight:600}.variation-container{min-height:calc(100vh - 55px);position:relative}.v1-wrapper{background-color:var(--v1-bg);color:var(--v1-text);font-family:var(--font-sans)}.v1-header{z-index:10;color:#fff;background:linear-gradient(#00000080,#0000);justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5%;display:flex;position:absolute;top:0}.v1-logo{font-family:var(--font-serif);letter-spacing:1px;font-size:1.75rem;font-weight:700}.v1-nav{align-items:center;gap:2rem;display:flex}.v1-nav a{color:#fff;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .3s}.v1-nav a:hover{opacity:.8}.v1-btn{cursor:pointer;border:none;border-radius:4px;padding:.8rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .3s}.v1-btn-primary{background-color:var(--v1-accent);color:#fff}.v1-btn-primary:hover{background-color:#d36363;transform:translateY(-2px)}.v1-btn-outline{color:#fff;background-color:#0000;border:2px solid #fff}.v1-btn-outline:hover{color:var(--v1-text);background-color:#fff}.v1-hero{color:#fff;background-image:linear-gradient(#0000004d,#0006),url(/assets/photo_2026-03-16_15-52-50.jpg);background-position:50%;background-size:cover;align-items:center;height:90vh;padding:0 5%;display:flex}.v1-hero-content{max-width:800px;margin-top:80px}.v1-hero h1{font-family:var(--font-serif);text-shadow:0 2px 10px #0000004d;margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.v1-hero p{max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;font-weight:300;line-height:1.6}.v1-hero-cta{gap:1rem;display:flex}.v1-features{background-color:var(--v1-light);padding:5rem 5%}.v1-features h2{font-family:var(--font-serif);color:var(--v1-primary);text-align:center;margin-bottom:3.5rem;font-size:2.5rem}.v1-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.v1-card{background:#fff;border-radius:8px;transition:transform .3s;overflow:hidden;box-shadow:0 10px 30px #0000000d}.v1-card:hover{transform:translateY(-10px)}.v1-card-img{background-position:50%;background-size:cover;height:250px}.v1-card-content{padding:2rem}.v1-card-content h3{font-family:var(--font-serif);color:var(--v1-primary);margin-bottom:1rem;font-size:1.5rem}.v1-card-content p{color:#555;margin-bottom:1.5rem;line-height:1.6}.v1-link{color:var(--v1-accent);align-items:center;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.v1-link:hover{gap:5px}.v1-about{min-height:600px;padding:0;display:flex}.v1-about-text{background-color:var(--v1-primary);color:#fff;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:6rem 5%;display:flex}.v1-about-text h2{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.v1-about-text p{opacity:.9;max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.v1-about-img{background-image:url(/assets/photo_2026-03-16_15-52-54.jpg);background-position:50%;background-size:cover;flex:1}.v1-footer{color:#fff;background-color:#0b2229;justify-content:space-between;align-items:center;padding:3rem 5%;display:flex}@media (width<=768px){.v1-header{background-color:var(--v1-primary);flex-direction:column;gap:1rem;padding:2rem 5%;position:relative}.v1-hero{height:auto;min-height:70vh;padding:4rem 5%}.v1-hero-content{margin-top:0}.v1-nav{flex-wrap:wrap;justify-content:center;gap:1rem}.v1-hero h1{font-size:2.5rem}.v1-hero p{font-size:1.1rem}.v1-hero-cta,.v1-about{flex-direction:column}.v1-about-img{min-height:300px}.v1-footer{text-align:center;flex-direction:column;gap:1rem}}
