:root{--primary:#ff6f73;--white:#fff;--text-dark:#5a5d60;--accent:#cecaa1;--navy:#33464f;--font-heading:"Playfair Display",Georgia,serif;--font-body:"Lora",Georgia,serif;--container-width:1200px;--header-height:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--navy);font-weight:600;line-height:1.3}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.75rem}h4{font-size:1.25rem}a{color:inherit;text-decoration:none;transition:color .3s}a:hover{color:var(--primary)}img{max-width:100%;height:auto}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.btn{font-family:var(--font-body);cursor:pointer;letter-spacing:.5px;border:none;padding:14px 32px;font-size:1rem;font-weight:500;transition:all .3s;display:inline-block}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{color:var(--white);background:#e85a61;transform:translateY(-2px);box-shadow:0 4px 12px #ff6f734d}.btn-outline{border:2px solid var(--navy);color:var(--navy);background:0 0}.btn-outline:hover{background:var(--navy);color:var(--white)}.section{padding:80px 0}.section-alt{background:#f9f8f4}.section-header{text-align:center;margin-bottom:60px}.section-header h2{margin-bottom:16px}.section-header p{max-width:600px;color:var(--text-dark);margin:0 auto}.page-header{background:var(--navy);color:var(--white);text-align:center;padding:120px 0 60px}.page-header h1{color:var(--white);margin-bottom:16px}.page-header p{opacity:.9;max-width:600px;margin:0 auto}@media (max-width:768px){h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.section{padding:60px 0}.container{padding:0 1.5rem}}
.Header-module__9fWxfa__header{height:var(--header-height);background:var(--white);border-bottom:1px solid var(--accent);z-index:1000;position:fixed;top:0;left:0;right:0}.Header-module__9fWxfa__headerContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__9fWxfa__logo{align-items:center;display:flex}.Header-module__9fWxfa__logoText{font-family:var(--font-heading);color:var(--navy);font-size:1.5rem;font-weight:700}.Header-module__9fWxfa__nav{align-items:center;gap:40px;display:flex}.Header-module__9fWxfa__navList{gap:32px;list-style:none;display:flex}.Header-module__9fWxfa__navLink{font-family:var(--font-body);color:var(--text-dark);font-size:1rem;font-weight:500;position:relative}.Header-module__9fWxfa__navLink:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__9fWxfa__navLink:hover{color:var(--primary)}.Header-module__9fWxfa__navLink:hover:after{width:100%}.Header-module__9fWxfa__navCta{padding:10px 24px;font-size:.9rem}.Header-module__9fWxfa__menuToggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.Header-module__9fWxfa__hamburger{background:var(--navy);width:24px;height:2px;transition:all .3s;display:block;position:relative}.Header-module__9fWxfa__hamburger:before,.Header-module__9fWxfa__hamburger:after{content:"";background:var(--navy);width:24px;height:2px;transition:all .3s;position:absolute;left:0}.Header-module__9fWxfa__hamburger:before{top:-8px}.Header-module__9fWxfa__hamburger:after{bottom:-8px}.Header-module__9fWxfa__hamburger.Header-module__9fWxfa__open{background:0 0}.Header-module__9fWxfa__hamburger.Header-module__9fWxfa__open:before{top:0;transform:rotate(45deg)}.Header-module__9fWxfa__hamburger.Header-module__9fWxfa__open:after{bottom:0;transform:rotate(-45deg)}.Header-module__9fWxfa__navOpen{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width:900px){.Header-module__9fWxfa__menuToggle{display:block}.Header-module__9fWxfa__nav{top:var(--header-height);background:var(--white);opacity:0;visibility:hidden;border-bottom:1px solid var(--accent);flex-direction:column;gap:24px;padding:40px 20px;transition:all .3s;position:fixed;left:0;right:0;transform:translateY(-100%)}.Header-module__9fWxfa__navOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__9fWxfa__navList{flex-direction:column;align-items:center;gap:24px}.Header-module__9fWxfa__navCta{text-align:center;width:100%}}
.Footer-module__nhiC3q__footer{background:var(--navy);color:var(--white);padding:80px 0 0}.Footer-module__nhiC3q__footerGrid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px;padding-bottom:60px;display:grid}.Footer-module__nhiC3q__footerLogo{color:var(--white);margin-bottom:20px;font-size:1.5rem}.Footer-module__nhiC3q__footerTagline{opacity:.85;line-height:1.8}.Footer-module__nhiC3q__footerLinks h4,.Footer-module__nhiC3q__footerContact h4{color:var(--white);margin-bottom:24px;font-size:1.1rem}.Footer-module__nhiC3q__footerLinks ul{list-style:none}.Footer-module__nhiC3q__footerLinks li{margin-bottom:12px}.Footer-module__nhiC3q__footerLinks a{opacity:.85;transition:opacity .3s}.Footer-module__nhiC3q__footerLinks a:hover{opacity:1;color:var(--primary)}.Footer-module__nhiC3q__footerContact p{opacity:.85;margin-bottom:12px;line-height:1.8}.Footer-module__nhiC3q__contactInfo a{color:var(--primary)}.Footer-module__nhiC3q__footerBottom{text-align:center;padding:24px 0}.Footer-module__nhiC3q__footerBottom p{opacity:.7;font-size:.9rem}@media (max-width:900px){.Footer-module__nhiC3q__footerGrid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:600px){.Footer-module__nhiC3q__footerGrid{grid-template-columns:1fr;gap:40px}}
