@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}}.v2-wrapper{background-color:var(--v2-bg);color:var(--v2-text);font-family:var(--font-modern)}.v2-nav{z-index:20;border-bottom:1px solid #ffffff1a;width:100%;padding:1.5rem 0;position:absolute;top:0}.v2-nav-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 4%;display:flex}.v2-logo{letter-spacing:4px;color:#fff;font-size:1.5rem;font-weight:700}.v2-links{gap:3rem;display:flex}.v2-links a{color:#fff;letter-spacing:2px;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .3s}.v2-links a:hover{color:var(--v2-accent)}.v2-btn-gold{background-color:var(--v2-accent);color:#000;letter-spacing:2px;cursor:pointer;border:none;padding:1rem 2rem;font-size:.85rem;font-weight:700;transition:all .3s}.v2-btn-gold:hover{background-color:#fcebb6;transform:translateY(-2px)}.v2-hero{background-image:url(/assets/photo_2026-03-16_15-52-56.jpg);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;height:calc(100vh - 55px);display:flex;position:relative}.v2-hero-overlay{z-index:1;background:linear-gradient(#0006,#121212e6);width:100%;height:100%;position:absolute;top:0;left:0}.v2-hero-content{z-index:2;text-align:center;max-width:900px;padding:0 2rem;position:relative}.v2-eyebrow{color:var(--v2-accent);letter-spacing:4px;margin-bottom:2rem;font-size:.9rem;font-weight:500}.v2-hero h1{letter-spacing:2px;font-size:5rem;font-weight:300;line-height:1;font-family:var(--font-serif);margin-bottom:2rem}.v2-subtitle{color:#ccc;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.1rem;font-weight:300;line-height:1.8}.v2-search-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;max-width:600px;margin:0 auto;padding:.5rem;display:flex}.v2-search-box input{color:#fff;font-size:1rem;font-family:var(--font-modern);background:0 0;border:none;outline:none;flex:1;padding:1rem 1.5rem}.v2-search-box input::placeholder{color:#fff9}.v2-btn-search{color:#000;letter-spacing:2px;cursor:pointer;background:#fff;border:none;padding:0 2rem;font-weight:700;transition:background .3s}.v2-btn-search:hover{background:var(--v2-accent)}.v2-collection{max-width:1400px;margin:0 auto;padding:8rem 4%}.v2-section-title{text-align:center;letter-spacing:8px;font-size:2.5rem;font-weight:300;font-family:var(--font-serif);margin-bottom:6rem}.v2-timeline{flex-direction:column;gap:8rem;display:flex}.v2-event{align-items:center;gap:6rem;display:flex}.v2-event.reverse{flex-direction:row-reverse}.v2-event-img{filter:grayscale(30%)contrast(120%);background-position:50%;background-size:cover;flex:1;height:500px;transition:filter .5s}.v2-event-img:hover{filter:grayscale(0%)contrast()}.v2-event-info{flex:1;padding:2rem}.v2-event-info h3{font-size:2rem;font-family:var(--font-serif);letter-spacing:2px;margin-bottom:1.5rem;font-weight:400}.v2-event-info p{color:#aaa;margin-bottom:3rem;font-size:1.1rem;font-weight:300;line-height:1.8}.v2-btn-text{color:var(--v2-accent);letter-spacing:3px;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:700;position:relative}.v2-btn-text:after{content:"";background:var(--v2-accent);width:40px;height:2px;transition:width .3s;position:absolute;bottom:-8px;left:0}.v2-btn-text:hover:after{width:100%}.v2-cta-banner{background-color:var(--v2-light);text-align:center;padding:8rem 2rem}.v2-cta-banner h2{font-size:2.5rem;font-family:var(--font-serif);letter-spacing:2px;margin-bottom:1.5rem;font-weight:300}.v2-cta-banner p{color:#aaa;margin-bottom:3rem;font-size:1.1rem;font-weight:300}.v2-btn-gold.large{padding:1.25rem 3rem;font-size:1rem}.v2-footer{text-align:center;border-top:1px solid #ffffff0d;padding:4rem 4%}.v2-footer-main h2{letter-spacing:6px;margin-bottom:1rem;font-size:1.2rem}.v2-footer-main p{color:#666;margin-bottom:3rem;font-size:.9rem}.v2-footer-bottom{color:#444;letter-spacing:2px;font-size:.8rem}@media (width<=768px){.v2-nav{background-color:var(--v2-bg);padding-bottom:2rem;position:relative}.v2-hero{height:auto;min-height:70vh;padding:4rem 0}.v2-nav-content{flex-direction:column;gap:1.5rem}.v2-links{flex-wrap:wrap;justify-content:center;gap:1.5rem}.v2-hero h1{font-size:3rem}.v2-subtitle{font-size:1rem}.v2-search-box{background:0 0;border:none;flex-direction:column;gap:.5rem;padding:0}.v2-search-box input,.v2-btn-search{border-radius:4px;width:100%;padding:1rem}.v2-search-box input{background:#ffffff1a;border:1px solid #fff3}.v2-event,.v2-event.reverse{text-align:center;flex-direction:column;gap:2rem}.v2-event-img{width:100%;height:300px}.v2-btn-text{margin:0 auto}}.v3-wrapper{background-color:var(--v3-bg);color:var(--v3-text);font-family:var(--font-sans);min-height:100vh}.v3-header{justify-content:space-between;align-items:center;margin-top:0;padding:2.5rem 5%;display:flex}.v3-logo{font-family:var(--font-serif);color:var(--v3-primary);letter-spacing:1px;font-size:1.5rem}.v3-nav{align-items:center;gap:3rem;display:flex}.v3-nav a{color:var(--v3-text);letter-spacing:1px;font-size:.9rem;text-decoration:none;position:relative}.v3-nav a:after{content:"";background-color:var(--v3-primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.v3-nav a:hover:after{width:100%}.v3-btn-link{font-weight:500;color:var(--v3-accent)!important}.v3-btn-link:after{background-color:var(--v3-accent)!important}.v3-main{max-width:1400px;margin:0 auto;padding:0 5%}.v3-hero{align-items:center;gap:4rem;margin-top:2rem;margin-bottom:6rem;display:flex}.v3-hero-text{flex:1}.v3-hero-text h1{font-family:var(--font-serif);color:var(--v3-primary);margin-bottom:2rem;font-size:4rem;font-weight:400;line-height:1.1}.v3-hero-text p{color:#6a6661;max-width:500px;margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.v3-hero-image{flex:1.2}.v3-hero-image img{border-radius:4px;width:100%;box-shadow:0 20px 40px #0000000d}.v3-btn{background-color:var(--v3-accent);color:#fff;letter-spacing:1px;cursor:pointer;border:none;border-radius:2px;padding:1rem 2.5rem;font-size:.95rem;transition:background-color .3s}.v3-btn:hover{background-color:#7a6b7a}.v3-features{border-top:1px solid #0000000d;grid-template-columns:repeat(3,1fr);gap:4rem;margin-bottom:6rem;padding:4rem 0;display:grid}.v3-feature-block{padding-right:2rem}.v3-number{font-family:var(--font-serif);color:var(--v3-accent);opacity:.5;margin-bottom:1rem;font-size:2.5rem;display:block}.v3-feature-block h3{font-family:var(--font-serif);color:var(--v3-primary);margin-bottom:1rem;font-size:1.5rem}.v3-feature-block p{color:#6a6661;line-height:1.7}.v3-gallery{grid-template-columns:repeat(4,1fr);grid-auto-rows:400px;gap:1.5rem;margin-bottom:8rem;display:grid}.v3-gallery-item{border-radius:4px;overflow:hidden}.v3-gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.v3-gallery-item:hover img{transform:scale(1.05)}.v3-gallery-item.wide{grid-column:span 2}.v3-footer{background-color:var(--v3-light);border-top:1px solid #0000000d;padding:4rem 5%}.v3-footer-content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto;display:flex}.v3-footer-content p{color:#6a6661;font-size:.9rem}.v3-footer-links{gap:2rem;margin-top:1rem;display:flex}.v3-footer-links a{color:#6a6661;font-size:.85rem;text-decoration:none}.v3-footer-links a:hover{color:var(--v3-primary)}@media (width<=768px){.v3-header{flex-direction:column;gap:1.5rem;padding:1.5rem 5%}.v3-nav{flex-wrap:wrap;justify-content:center;gap:1rem}.v3-hero{text-align:center;flex-direction:column-reverse;gap:2rem;margin-bottom:3rem}.v3-hero-text h1{font-size:2.8rem}.v3-features{text-align:center;grid-template-columns:1fr;gap:2.5rem}.v3-feature-block{padding-right:0}.v3-gallery{grid-template-columns:1fr;grid-auto-rows:250px}.v3-gallery-item.wide{grid-column:span 1}}
