:root{--brand-primary:hsl(195,55%,28%);--brand-secondary:hsl(35,60%,92%);--brand-accent:hsl(10,65%,58%);--text-dark:hsl(210,12%,18%);--text-light:hsl(0,0%,100%);--bg-light:hsl(40,25%,97%);--bg-alt:hsl(195,25%,95%)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',sans-serif;font-size:max(1rem,16px);line-height:1.6;color:var(--text-dark);background:var(--bg-light)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:75rem;margin:0 auto;padding:0 1.5rem}.site-header{position:fixed;top:0;left:0;right:0;background:#fff;z-index:1000;box-shadow:0 2px 12px hsla(210,12%,18%,0.08)}.site-header.scrolled{box-shadow:0 2px 16px hsla(210,12%,18%,0.14)}.header-wrap{max-width:75rem;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;height:4.5rem}.logo-link{text-decoration:none}.logo-text{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;color:var(--brand-primary)}.logo-text em{color:var(--brand-accent);font-style:normal}.nav-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:0}.hamburger-line{width:24px;height:3px;background:var(--brand-primary);display:block;margin:4px 0;transition:transform 0.3s,opacity 0.3s}.main-nav{display:none;position:absolute;top:4.5rem;left:0;right:0;background:#fff;box-shadow:0 4px 12px hsla(210,12%,18%,0.1)}.main-nav.open{display:flex;flex-direction:column}.nav-list{display:flex;flex-direction:column;list-style:none}.nav-link{display:flex;align-items:center;padding:0.75rem 1rem;font-size:1rem;font-weight:500;min-height:44px;transition:color 0.2s}.nav-link:hover,.nav-link.active{color:var(--brand-accent)}.has-dropdown{position:relative}.dropdown-menu{display:none;list-style:none;background:#fff;padding:0.5rem 0}.has-dropdown.open .dropdown-menu{display:block}.dropdown-menu a{display:block;padding:0.5rem 1.5rem;font-size:0.9375rem;min-height:44px;display:flex;align-items:center}.dropdown-menu a:hover{color:var(--brand-accent)}.nav-btn{background:var(--brand-accent);color:#fff;border-radius:2rem;padding:0.625rem 1.5rem;font-weight:600;display:inline-block;text-align:center;min-height:44px;display:flex;align-items:center;justify-content:center;transition:opacity 0.2s}.nav-btn:hover{opacity:0.9}@media(min-width:752px){.nav-toggle{display:none}.main-nav{display:flex;position:static;box-shadow:none;background:none}.nav-list{flex-direction:row;gap:0.25rem;align-items:center}.nav-link.active{border-bottom:2px solid var(--brand-accent)}.has-dropdown:hover .dropdown-menu{display:block}.dropdown-menu{position:absolute;top:100%;left:0;min-width:12rem;box-shadow:0 4px 16px hsla(210,12%,18%,0.12);border-radius:0.5rem;padding:0.5rem 0;z-index:100}}.hero-section{position:relative;overflow:hidden;margin-top:4.5rem}.hero-image{width:100%;max-height:28rem;object-fit:cover}@media(min-width:752px){.hero-image{max-height:32rem}}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,hsla(210,12%,18%,0.45),hsla(210,12%,18%,0.7))}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;width:90%;max-width:48rem}.hero-content h1{font-family:'Playfair Display',serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.125rem;max-width:36rem;margin:0 auto 2rem}.hero-cta{display:inline-block;background:var(--brand-accent);color:#fff;padding:1rem 2.5rem;border-radius:2rem;font-weight:600;font-size:1.0625rem;transition:opacity 0.2s;min-height:44px}.hero-cta:hover{opacity:0.9}.section-wrap{max-width:75rem;margin:0 auto;padding:4rem 1.5rem}.section-title{font-family:'Playfair Display',serif;font-size:1.5rem;text-align:center;margin-bottom:1rem;color:var(--brand-primary);font-weight:700}@media(min-width:752px){.section-title{font-size:2rem}}.section-subtitle{text-align:center;color:hsl(210,8%,50%);margin-bottom:3rem;max-width:36rem;margin-left:auto;margin-right:auto}.service-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:752px){.service-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:#fff;border-radius:0.5rem;overflow:hidden;box-shadow:0 2px 12px hsla(210,12%,18%,0.08);transition:transform 0.3s,box-shadow 0.3s}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px hsla(210,12%,18%,0.14)}.service-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.service-card-body{padding:1.5rem}.service-card h3{font-family:'Playfair Display',serif;font-size:1.25rem;margin-bottom:0.5rem}.service-card p{color:var(--text-dark);opacity:0.7;margin:0.75rem 0}.service-card .card-link{color:var(--brand-accent);font-weight:600}.about-section .section-wrap{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:752px){.about-section .section-wrap{grid-template-columns:1fr 1fr}}.about-image{border-radius:0.5rem;overflow:hidden}.about-content{display:flex;flex-direction:column;justify-content:center}.testimonials-section{background:var(--bg-alt)}.testimonial-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1008px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;padding:2rem;border-radius:0.5rem;box-shadow:0 2px 12px hsla(210,12%,18%,0.08)}.testimonial-text{font-style:italic;margin-bottom:1rem;line-height:1.7}.testimonial-author{font-weight:600}.testimonial-card .stars{color:var(--brand-accent)}.faq-section details{border-bottom:1px solid hsl(0,0%,88%);padding:1rem 0}.faq-section summary{font-weight:600;cursor:pointer;font-size:1.0625rem;padding:0.5rem 0;list-style:none;display:flex;justify-content:space-between;align-items:center;min-height:44px}.faq-section summary::-webkit-details-marker{display:none}.faq-section summary::after{content:"+";font-size:1.25rem;transition:transform 0.3s}.faq-section details[open] summary::after{content:"\2212"}.faq-section details p{padding:0.5rem 0 1rem;line-height:1.7}.blog-preview{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:752px){.blog-preview{grid-template-columns:repeat(3,1fr)}}.blog-card{background:#fff;border-radius:0.5rem;overflow:hidden;box-shadow:0 2px 12px hsla(210,12%,18%,0.08);transition:transform 0.3s,box-shadow 0.3s}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px hsla(210,12%,18%,0.14)}.blog-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.blog-card-body{padding:1.5rem}.blog-card-meta{font-size:0.875rem;color:hsl(210,8%,50%);margin-bottom:0.5rem}.cta-banner{background:var(--brand-primary);color:#fff;text-align:center;padding:4rem 1.5rem}.cta-banner h2{font-family:'Playfair Display',serif;font-size:2rem;margin-bottom:1rem}.cta-banner p{margin-bottom:2rem;max-width:36rem;margin-left:auto;margin-right:auto;opacity:0.9}.cta-banner-btn{display:inline-block;background:var(--brand-accent);color:#fff;padding:1rem 2.5rem;border-radius:2rem;font-weight:600;font-size:1.0625rem;transition:opacity 0.2s;min-height:44px}.cta-banner-btn:hover{opacity:0.9}.team-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:752px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1008px){.team-grid{grid-template-columns:repeat(4,1fr)}}.team-card{text-align:center}.team-card img{border-radius:50%;width:12rem;height:12rem;object-fit:cover;margin:0 auto}.team-card h3{margin-top:1rem}.team-card .role{color:var(--brand-accent);font-weight:500}.contact-section .section-wrap{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:752px){.contact-section .section-wrap{grid-template-columns:1fr 1fr}}.contact-form{width:100%}.form-group{margin-bottom:1.25rem}.form-group label{font-weight:500;margin-bottom:0.375rem;display:block}.form-group input,.form-group textarea{width:100%;padding:0.75rem;border:1px solid hsl(0,0%,80%);border-radius:0.5rem;font-size:1rem;font-family:'Inter',sans-serif;min-height:44px;transition:border-color 0.2s,box-shadow 0.2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px hsla(195,55%,28%,0.15)}.form-submit{background:var(--brand-accent);color:#fff;width:100%;padding:0.875rem 2rem;border:none;border-radius:0.5rem;font-size:1rem;cursor:pointer;font-weight:600;min-height:44px;transition:opacity 0.2s}.form-submit:hover{opacity:0.9}@media(min-width:752px){.form-submit{width:auto}}.location-grid{display:grid;gap:1.5rem}.site-footer{background:var(--brand-primary);color:#fff}.footer-wrap{max-width:75rem;margin:0 auto;display:grid;grid-template-columns:1fr;padding:3rem 1.5rem;gap:2rem}@media(min-width:752px){.footer-wrap{grid-template-columns:repeat(4,1fr)}}.footer-logo em{color:var(--brand-accent);font-style:normal}.site-footer h4{margin-bottom:1rem;font-size:1.0625rem}.site-footer ul{list-style:none}.site-footer a{color:hsla(0,0%,100%,0.8);transition:color 0.2s}.site-footer a:hover{color:#fff}.site-footer li{margin-bottom:0.5rem}.footer-bottom{border-top:1px solid hsla(0,0%,100%,0.2);text-align:center;padding:1.5rem;font-size:0.875rem}.cookie-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -2px 12px hsla(210,12%,18%,0.1);z-index:9999;padding:1rem 1.5rem;display:none}.cookie-inner{max-width:75rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.cookie-btn{padding:0.625rem 1.5rem;border-radius:2rem;cursor:pointer;font-weight:500;min-height:44px;font-size:0.9375rem;transition:opacity 0.2s}.cookie-accept{background:var(--brand-accent);color:#fff;border:none}.cookie-reject{background:transparent;border:1px solid var(--brand-primary);color:var(--brand-primary)}.cookie-settings-trigger{position:fixed;bottom:1rem;left:1rem;background:var(--brand-primary);color:#fff;border:none;width:44px;height:44px;border-radius:50%;cursor:pointer;font-size:1.25rem;z-index:9998;box-shadow:0 2px 12px hsla(210,12%,18%,0.2);display:none}.policy-content{max-width:50rem;margin:0 auto;padding:2rem 1.5rem}.policy-content h1{font-family:'Playfair Display',serif;margin-bottom:2rem}.policy-content h2{margin-top:2rem;margin-bottom:1rem}.policy-content p{margin-bottom:1rem}.policy-content ul,.policy-content ol{padding-left:1.5rem;margin-bottom:1rem}.thankyou-section{text-align:center;padding:6rem 1.5rem}.thankyou-section h1{font-family:'Playfair Display',serif;margin-bottom:1rem}.back-link{color:var(--brand-accent)}.article-content{max-width:50rem;margin:0 auto;padding:2rem 1.5rem}.article-header{margin-bottom:2rem}.article-meta{color:hsl(210,8%,50%);font-size:0.875rem}.article-cover{width:100%;border-radius:0.5rem;margin-bottom:2rem}.article-content h2,.article-content h3{font-family:'Playfair Display',serif;margin-top:2rem;margin-bottom:0.75rem}.article-content p{margin-bottom:1rem;line-height:1.7}