:root{--color-primary:#1a1a1a;--color-accent:#d4af37;--font-family:var(--font-lato),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-headings:var(--font-playfair),Georgia,serif;--spacing-unit:1rem}*{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body,html{line-height:1.6}body{font-family:var(--font-family);font-size:1rem;margin:0;color:var(--color-primary);background:#fafafa}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{margin:1.5rem 0 1rem;font-weight:600;font-family:var(--font-headings)}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem}h2,h3{font-weight:600}h3{font-size:1.5rem}p{margin:1rem 0}a{color:var(--color-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-accent)}button{font-family:var(--font-family)}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-unit)}.hero{background:linear-gradient(135deg,#1a1a1a,#333);color:white;padding:4rem 2rem;text-align:center;display:flex;align-items:center;justify-content:center;min-height:40vh;position:relative;overflow:hidden}.hero-background{z-index:0}.hero-background,.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.hero-overlay{background:#000;z-index:1}.hero-content{position:relative;z-index:2}.hero-content h1{font-size:2.5rem;margin:0 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.hero-content p{font-size:1.15rem;margin:0 0 2rem;color:#f0f0f0;text-shadow:0 1px 2px rgba(0,0,0,.5)}.cta-button{background:linear-gradient(135deg,#d4af37,#f4d03f 85%);color:white;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px rgba(212,175,55,.3);text-decoration:none;display:inline-block}.cta-button:hover{color:white;transform:translateY(-2px);box-shadow:0 6px 16px rgba(212,175,55,.4)}.cta-button:active{transform:translateY(0)}.services-intro{padding:4rem 2rem 0;background:#fafafa;text-align:center}.services-intro h2{font-size:2rem;margin-bottom:1rem;color:var(--color-primary)}.services-intro p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.services-intro-content{padding:4rem 2rem;background:#fff}.wysiwyg-content{max-width:900px;margin:0 auto;line-height:1.8}.wysiwyg-content h1,.wysiwyg-content h2,.wysiwyg-content h3{margin-top:2rem;margin-bottom:1rem;color:var(--color-primary)}.wysiwyg-content p{margin-bottom:1.5rem;color:#333}.wysiwyg-content ol,.wysiwyg-content ul{margin:1rem 0 1.5rem 2rem}.wysiwyg-content li{margin-bottom:.5rem}.wysiwyg-content a{color:var(--color-accent);text-decoration:underline}.wysiwyg-content a:hover{color:#e8c547}.wysiwyg-content strong{font-weight:700}.wysiwyg-content em{font-style:italic}.booking-section{padding:4rem 2rem;background:white}@media (max-width:768px){.hero{min-height:35vh;padding:3rem 1.5rem}.hero-content h1{font-size:1.75rem}.hero-content p{font-size:1rem}h1{font-size:1.75rem}h2{font-size:1.5rem}}