
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,500;1,400&family=Montserrat:wght@200;400&display=swap');

:root { --canvas: #fffdf9; --ink: #1a1a1a; --blush: #f4e9e7; --terracotta: #c46d5e; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: var(--canvas); color: var(--ink); font-family: 'Montserrat', sans-serif; overflow-x: hidden; position: relative; }
body::before { content: ''; position: fixed; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(244,233,231,0.5) 0%, rgba(255,253,249,0) 70%); z-index: -1; pointer-events: none; }

h1, h2, h3, .brand { font-family: 'Cormorant Garamond', serif; }

/* Preloader */
#preloader { position: fixed; inset: 0; background: var(--canvas); z-index: 9999; display: flex; align-items: center; justify-content: center; transition: opacity 0.8s ease; }
.art-loader { width: 50px; height: 50px; background: var(--terracotta); border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; animation: morph 3s ease-in-out infinite; }
@keyframes morph { 0%, 100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; transform: rotate(0deg); } 34% { border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%; transform: rotate(120deg); } 67% { border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%; transform: rotate(240deg); } }

/* STANDARD HEADER (per user request) */
.disclosure-bar { background: #111; color: #fff; text-align: center; padding: 8px 15px; font-size: 0.65rem; letter-spacing: 1px; text-transform: uppercase; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.header-main { background: #fff; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 1000; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.header-container { max-width: 1400px; margin: 0 auto; padding: 20px 40px; display: flex; justify-content: space-between; align-items: center; }
.brand-logo, .footer-brand { font-family: 'Times New Roman', serif; font-style: italic; font-size: 1.8rem; text-decoration: none; color: #111; letter-spacing: 2px; text-transform: uppercase; }
.header-nav { display: flex; align-items: center; gap: 30px; }
.header-nav a { text-decoration: none; color: #333; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px;}
.btn-preis { background: #111; color: #fff !important; padding: 10px 25px; font-size: 0.85rem; font-weight: bold; transition: background 0.3s; }
.btn-preis:hover { background: #333; }
.hamburger { display: none; font-size: 24px; cursor: pointer; color: #111; }

/* Abstract Elements */
.blob-1, .blob-2 { position: absolute; z-index: -1; filter: blur(60px); opacity: 0.6; }
.blob-1 { top: 10%; left: -10%; width: 400px; height: 400px; background: var(--blush); border-radius: 50%; }
.blob-2 { bottom: 20%; right: -5%; width: 300px; height: 300px; background: rgba(196, 109, 94, 0.2); border-radius: 50%; }

/* Hero */
.hero { min-height: 85vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 5vw; position: relative; }
.hero-title { font-size: 6vw; font-weight: 300; font-style: italic; line-height: 1.1; margin-bottom: 30px; }
.hero-image-wrap { position: relative; width: 100%; max-width: 800px; margin: 0 auto; }
.hero-image-wrap img { width: 100%; border-radius: 200px 200px 0 0; display: block; box-shadow: 0 30px 60px rgba(0,0,0,0.1); }

.btn-primary { display: inline-block; background: var(--terracotta); color: #fff; padding: 18px 45px; border-radius: 50px; text-transform: uppercase; letter-spacing: 2px; font-size: 0.9rem; font-weight: 400; text-decoration: none; transition: transform 0.3s, box-shadow 0.3s; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(196, 109, 94, 0.4); }

/* Details Section */
.curation-section { padding: 8vw 5vw; display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: auto; gap: 60px; }
.curation-text { flex: 1; }
.curation-text h2 { font-size: 3.5rem; margin-bottom: 20px; font-style: italic; }
.curation-text p { font-size: 1.1rem; line-height: 1.8; margin-bottom: 30px; }
.curation-image { flex: 1; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; overflow: hidden; }
.curation-image img { width: 100%; display: block; transform: scale(1.05); transition: transform 0.5s; }
.curation-image:hover img { transform: scale(1); }

/* Layout Grid */
.abstract-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; padding: 5vw; max-width: 1400px; margin: auto; }
.grid-item { position: relative; border-radius: 100px; overflow: hidden; padding-bottom: 120%; }
.grid-item img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.sticky-box { text-align: center; padding: 5vw; background: var(--blush); border-radius: 30px; margin: 0 5vw 5vw; }
.sticky-box h2 { font-size: 2.5rem; margin-bottom: 15px; }
.price-display { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 200; margin: 20px 0 30px; }

/* Review Content */
.curated-review { max-width: 800px; margin: 5vw auto; padding: 0 5vw; text-align: center; }
.curated-review p { font-size: 1.25rem; line-height: 2; margin-bottom: 40px; font-weight: 200; }
.review-highlight { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-style: italic; color: var(--terracotta); margin: 60px 0; }

/* Forms */
.art-input { width: 100%; padding: 20px; margin-bottom: 30px; background: transparent; border: none; border-bottom: 1px solid var(--ink); font-family: 'Montserrat', sans-serif; font-size: 1rem; color: var(--ink); border-radius: 0; transition: border-color 0.3s; }
.art-input:focus { outline: none; border-bottom-color: var(--terracotta); }

/* STANDARD FOOTER (per user request) */
.footer-main { background: #111; color: #999; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 80px 40px 20px; }
.footer-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }
.footer-brand { color: #fff; display: inline-block; margin-bottom: 30px; }
.footer-contact-info p { margin-bottom: 5px; font-size: 0.8rem; color: #ccc; }
.footer-col-2 h4, .footer-col-3 h4 { color: #666; font-size: 0.7rem; letter-spacing: 2px; margin-bottom: 25px; text-transform: uppercase; font-weight: normal; }
.footer-col-2 a, .footer-col-3 a { display: block; color: #ccc; text-decoration: none; font-size: 0.8rem; margin-bottom: 15px; transition: color 0.3s; }
.footer-col-2 a:hover, .footer-col-3 a:hover { color: #fff; }
.footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid #333; padding-top: 20px; display: flex; justify-content: space-between; font-size: 0.7rem; color: #666; }

/* Cookie Popup */
.cookie-popup { position: fixed; bottom: 30px; right: 30px; background: var(--blush); padding: 40px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; width: 350px; text-align: center; box-shadow: 0 15px 40px rgba(0,0,0,0.1); opacity: 0; transform: scale(0.8); transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); z-index: 10000; pointer-events: none; }
.cookie-popup.show { opacity: 1; transform: scale(1); pointer-events: auto; }
.cookie-btn-wrap { display: flex; flex-direction: column; gap: 15px; margin-top: 25px; }
.cookie-btn { padding: 12px; border: none; border-radius: 30px; font-family: 'Montserrat', sans-serif; cursor: pointer; transition: all 0.3s; }
.btn-accept { background: var(--ink); color: #fff; }
.btn-reject { background: transparent; color: var(--ink); border: 1px solid var(--ink); }

/* Legal Content */
.legal-content { max-width: 800px; margin: 5vw auto; padding: 40px; background: rgba(255, 255, 255, 0.5); border-radius: 20px; }
.legal-content h1 { font-size: 3rem; margin-bottom: 30px; font-style: italic; }
.legal-text-block h2 { margin-top: 40px; margin-bottom: 15px; font-size: 1.8rem; }
.legal-text-block h3 { margin-top: 30px; margin-bottom: 10px; font-size: 1.2rem; font-family: 'Montserrat', sans-serif; font-weight: 400; }
.legal-text-block p { margin-bottom: 20px; line-height: 1.8; }

/* Mobile */
@media (max-width: 768px) {
    .header-nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: #fff; padding: 20px; border-bottom: 1px solid #eee; }
    .header-nav.active { display: flex; }
    .hamburger { display: block; }
    .hero-title { font-size: 12vw; }
    .curation-section { flex-direction: column; text-align: center; }
    .footer-container { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
    .cookie-popup { right: 50%; transform: translateX(50%) scale(0.8); }
    .cookie-popup.show { transform: translateX(50%) scale(1); }
}
    