.Header-module__hBw1pG__header{z-index:1000;padding:var(--spacing-md)0;transition:all var(--transition-normal);position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-md);padding:var(--spacing-sm)0;background:#fffffff2}.Header-module__hBw1pG__container{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{align-items:center;gap:var(--spacing-xs);display:flex}.Header-module__hBw1pG__logoText{font-family:var(--font-heading);color:var(--color-romantic);letter-spacing:.02em;font-size:1.75rem;font-weight:600}.Header-module__hBw1pG__header:not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__logoText{color:var(--color-white);text-shadow:0 2px 8px #0000004d}.Header-module__hBw1pG__nav{align-items:center;gap:var(--spacing-xl);display:flex}.Header-module__hBw1pG__navList{align-items:center;gap:var(--spacing-lg);list-style:none;display:flex}.Header-module__hBw1pG__navLink{color:var(--color-romantic);padding:var(--spacing-xs)0;transition:color var(--transition-fast);font-size:.9375rem;font-weight:500;position:relative}.Header-module__hBw1pG__header:not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__navLink{color:var(--color-white)}.Header-module__hBw1pG__navLink:after{content:"";background:var(--color-gold);width:0;height:2px;transition:width var(--transition-normal);position:absolute;bottom:0;left:0}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__navLink:hover{color:var(--color-gold)}.Header-module__hBw1pG__ctaButton{padding:var(--spacing-xs)var(--spacing-md);letter-spacing:.05em;text-transform:uppercase;color:var(--color-white);background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));border-radius:var(--radius-full);box-shadow:var(--shadow-gold);transition:all var(--transition-normal);font-size:.875rem;font-weight:500}.Header-module__hBw1pG__ctaButton:hover{transform:translateY(-2px);box-shadow:0 6px 24px #d4af3766}.Header-module__hBw1pG__mobileToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;padding:0;display:none}.Header-module__hBw1pG__mobileToggle span{background:var(--color-romantic);width:100%;height:2px;transition:all var(--transition-fast);border-radius:2px;display:block}.Header-module__hBw1pG__header:not(.Header-module__hBw1pG__scrolled) .Header-module__hBw1pG__mobileToggle span{background:var(--color-white)}.Header-module__hBw1pG__mobileToggle.Header-module__hBw1pG__active span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__mobileToggle.Header-module__hBw1pG__active span:nth-child(2){opacity:0}.Header-module__hBw1pG__mobileToggle.Header-module__hBw1pG__active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:768px){.Header-module__hBw1pG__mobileToggle{display:flex}.Header-module__hBw1pG__nav{justify-content:center;gap:var(--spacing-xl);background:var(--color-romantic);width:80%;max-width:320px;height:100vh;padding:var(--spacing-2xl);transition:right var(--transition-normal);box-shadow:var(--shadow-xl);flex-direction:column;position:fixed;top:0;right:-100%}.Header-module__hBw1pG__nav.Header-module__hBw1pG__navOpen{right:0}.Header-module__hBw1pG__navList{gap:var(--spacing-lg);flex-direction:column}.Header-module__hBw1pG__navLink{font-size:1.25rem;color:var(--color-white)!important}.Header-module__hBw1pG__ctaButton{text-align:center;width:100%;padding:var(--spacing-sm)var(--spacing-lg)}}
.Hero-module__ZARIfG__hero{min-height:100vh;padding:var(--spacing-3xl)var(--container-padding);text-align:center;background-color:#0000;background-image:linear-gradient(135deg,#2c1810d9 0%,#2c1810b3 50%,#b76e7966 100%),url(/hero-bg.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:before{content:"";pointer-events:none;background:radial-gradient(#0000 0%,#2c181066 100%);position:absolute;inset:0}.Hero-module__ZARIfG__overlay{z-index:1;background:linear-gradient(135deg,#2c1810e6 0%,#2c1810b3 40%,#b76e794d 100%);position:absolute;inset:0}.Hero-module__ZARIfG__content{z-index:2;max-width:900px;animation:1s forwards Hero-module__ZARIfG__fadeInUp;position:relative}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__tagline{font-family:var(--font-body);letter-spacing:.3em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--spacing-md);padding:var(--spacing-xs)var(--spacing-md);border-radius:var(--radius-full);border:1px solid #d4af3766;font-size:.9375rem;font-weight:500;display:inline-block}.Hero-module__ZARIfG__title{font-family:var(--font-heading);color:var(--color-white);margin-bottom:var(--spacing-lg);text-shadow:0 4px 30px #0000004d;font-size:clamp(2.5rem,7vw,5rem);font-weight:700;line-height:1.1}.Hero-module__ZARIfG__highlight{color:var(--color-gold);font-style:italic}.Hero-module__ZARIfG__description{color:#ffffffe6;max-width:700px;margin:0 auto var(--spacing-xl);font-size:1.25rem;font-weight:300;line-height:1.8}.Hero-module__ZARIfG__buttons{gap:var(--spacing-md);flex-wrap:wrap;justify-content:center;display:flex}.Hero-module__ZARIfG__ctaBtn,.Hero-module__ZARIfG__secondaryBtn{padding:var(--spacing-md)var(--spacing-xl);font-size:1rem}.Hero-module__ZARIfG__scrollIndicator{bottom:var(--spacing-xl);align-items:center;gap:var(--spacing-sm);color:#fff9;letter-spacing:.1em;z-index:2;opacity:0;flex-direction:column;font-size:.8125rem;animation:1.5s 1s forwards Hero-module__ZARIfG__fadeIn;display:flex;position:absolute;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__fadeIn{to{opacity:1}}.Hero-module__ZARIfG__scrollArrow{animation:2s infinite Hero-module__ZARIfG__bounce}@keyframes Hero-module__ZARIfG__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(10px)}60%{transform:translateY(5px)}}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:var(--spacing-2xl)var(--container-padding);background-attachment:scroll}.Hero-module__ZARIfG__title{font-size:clamp(2rem,8vw,3.5rem)}.Hero-module__ZARIfG__description{font-size:1.0625rem}.Hero-module__ZARIfG__buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.Hero-module__ZARIfG__ctaBtn,.Hero-module__ZARIfG__secondaryBtn{width:100%;padding:var(--spacing-sm)var(--spacing-lg)}}
.HowItWorks-module__tSMH5W__section{padding:var(--spacing-3xl)0;background:var(--color-white);position:relative;overflow:hidden}.HowItWorks-module__tSMH5W__section:before{content:"";pointer-events:none;background:radial-gradient(at 20% 0,#d4af370d 0%,#0000 50%),radial-gradient(at 80% 100%,#b76e790d 0%,#0000 50%);width:200%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.HowItWorks-module__tSMH5W__header{text-align:center;margin-bottom:var(--spacing-3xl);position:relative}.HowItWorks-module__tSMH5W__intro{max-width:600px;color:var(--color-text-light);margin:0 auto;font-size:1.125rem;line-height:1.8}.HowItWorks-module__tSMH5W__timeline{gap:var(--spacing-lg);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.HowItWorks-module__tSMH5W__timeline:before{content:"";background:linear-gradient(90deg,transparent,var(--color-gold-light)10%,var(--color-gold)50%,var(--color-gold-light)90%,transparent);height:2px;position:absolute;top:60px;left:12.5%;right:12.5%}.HowItWorks-module__tSMH5W__step{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.HowItWorks-module__tSMH5W__stepIcon{background:linear-gradient(135deg,var(--color-cream),var(--color-white));border:2px solid var(--color-gold);width:80px;height:80px;margin-bottom:var(--spacing-lg);z-index:1;transition:all var(--transition-normal);box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.HowItWorks-module__tSMH5W__stepIcon svg{width:36px;height:36px;stroke:var(--color-gold);transition:all var(--transition-normal)}.HowItWorks-module__tSMH5W__step:hover .HowItWorks-module__tSMH5W__stepIcon{background:var(--color-gold);box-shadow:var(--shadow-gold);transform:scale(1.1)}.HowItWorks-module__tSMH5W__step:hover .HowItWorks-module__tSMH5W__stepIcon svg{stroke:var(--color-white)}.HowItWorks-module__tSMH5W__stepContent{position:relative}.HowItWorks-module__tSMH5W__stepNumber{font-family:var(--font-heading);color:var(--color-gold);letter-spacing:.1em;margin-bottom:var(--spacing-xs);font-size:.875rem;font-weight:600;display:block}.HowItWorks-module__tSMH5W__stepTitle{color:var(--color-romantic);margin-bottom:var(--spacing-sm);font-size:1.25rem}.HowItWorks-module__tSMH5W__stepDescription{color:var(--color-text-light);max-width:260px;margin:0 auto;font-size:.9375rem;line-height:1.7}.HowItWorks-module__tSMH5W__connector{display:none}@media (max-width:1024px){.HowItWorks-module__tSMH5W__timeline{gap:var(--spacing-2xl)var(--spacing-lg);grid-template-columns:repeat(2,1fr)}.HowItWorks-module__tSMH5W__timeline:before{display:none}}@media (max-width:640px){.HowItWorks-module__tSMH5W__timeline{gap:var(--spacing-xl);grid-template-columns:1fr}.HowItWorks-module__tSMH5W__step{text-align:left;gap:var(--spacing-md);flex-direction:row;align-items:flex-start}.HowItWorks-module__tSMH5W__stepIcon{flex-shrink:0;width:64px;height:64px;margin-bottom:0}.HowItWorks-module__tSMH5W__stepIcon svg{width:28px;height:28px}.HowItWorks-module__tSMH5W__stepDescription{max-width:none;margin:0}}
.Gallery-module__3QxX8q__section{padding:var(--spacing-3xl)0;background:linear-gradient(180deg,var(--color-cream)0%,var(--color-cream-dark)100%)}.Gallery-module__3QxX8q__header{text-align:center;margin-bottom:var(--spacing-2xl)}.Gallery-module__3QxX8q__intro{max-width:600px;color:var(--color-text-light);margin:0 auto;font-size:1.125rem;line-height:1.8}.Gallery-module__3QxX8q__grid{gap:var(--spacing-md);grid-template-columns:repeat(3,1fr);display:grid}.Gallery-module__3QxX8q__item{cursor:pointer;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition-normal);position:relative;overflow:hidden}.Gallery-module__3QxX8q__item:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.Gallery-module__3QxX8q__item:first-child{grid-area:span 2/span 2}.Gallery-module__3QxX8q__imageWrapper{background:var(--color-romantic-light);width:100%;padding-bottom:75%;position:relative}.Gallery-module__3QxX8q__item:first-child .Gallery-module__3QxX8q__imageWrapper{padding-bottom:100%}.Gallery-module__3QxX8q__placeholder{justify-content:center;align-items:center;gap:var(--spacing-sm);color:#fff6;background:linear-gradient(135deg,var(--color-romantic)0%,var(--color-romantic-light)100%);flex-direction:column;display:flex;position:absolute;inset:0}.Gallery-module__3QxX8q__placeholder svg{opacity:.5;width:48px;height:48px}.Gallery-module__3QxX8q__placeholder span{letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;font-weight:500}.Gallery-module__3QxX8q__overlay{padding:var(--spacing-lg);transition:transform var(--transition-normal);background:linear-gradient(#0000,#2c1810f2);position:absolute;bottom:0;left:0;right:0;transform:translateY(60%)}.Gallery-module__3QxX8q__item:hover .Gallery-module__3QxX8q__overlay{transform:translateY(0)}.Gallery-module__3QxX8q__itemTitle{color:var(--color-white);margin-bottom:var(--spacing-xs);font-size:1.25rem}.Gallery-module__3QxX8q__itemDescription{color:#fffc;margin:0;font-size:.9375rem;line-height:1.6}.Gallery-module__3QxX8q__cta{text-align:center;margin-top:var(--spacing-2xl);padding-top:var(--spacing-2xl);border-top:1px solid #d4af3733}.Gallery-module__3QxX8q__ctaText{color:var(--color-text-light);margin-bottom:var(--spacing-md);font-size:1.0625rem}.Gallery-module__3QxX8q__lightbox{z-index:2000;padding:var(--spacing-xl);cursor:pointer;background:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Gallery-module__3QxX8q__closeBtn{top:var(--spacing-lg);right:var(--spacing-lg);width:48px;height:48px;color:var(--color-white);cursor:pointer;transition:all var(--transition-fast);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.Gallery-module__3QxX8q__closeBtn:hover{background:#fff3}.Gallery-module__3QxX8q__lightboxContent{max-width:90vw;max-height:90vh}.Gallery-module__3QxX8q__lightboxPlaceholder{background:var(--color-romantic);padding:var(--spacing-3xl);border-radius:var(--radius-lg);color:var(--color-white);text-align:center}@media (max-width:1024px){.Gallery-module__3QxX8q__grid{grid-template-columns:repeat(2,1fr)}.Gallery-module__3QxX8q__item:first-child{grid-area:span 1/span 2}.Gallery-module__3QxX8q__item:first-child .Gallery-module__3QxX8q__imageWrapper{padding-bottom:60%}}@media (max-width:640px){.Gallery-module__3QxX8q__grid{gap:var(--spacing-sm);grid-template-columns:1fr}.Gallery-module__3QxX8q__item:first-child{grid-column:span 1}.Gallery-module__3QxX8q__item:first-child .Gallery-module__3QxX8q__imageWrapper{padding-bottom:75%}.Gallery-module__3QxX8q__overlay{background:linear-gradient(#0000 0%,#2c1810d9 50%);transform:translateY(0)}}
.About-module__vAULUW__section{padding:var(--spacing-3xl)0;background:var(--color-white);overflow:hidden}.About-module__vAULUW__content{gap:var(--spacing-3xl);grid-template-columns:1fr 1.2fr;align-items:center;display:grid}.About-module__vAULUW__imageColumn{position:relative}.About-module__vAULUW__imageWrapper{z-index:1;position:relative}.About-module__vAULUW__imagePlaceholder{aspect-ratio:3/4;justify-content:center;align-items:center;gap:var(--spacing-sm);background:linear-gradient(135deg,var(--color-romantic)0%,var(--color-romantic-light)100%);border-radius:var(--radius-lg);color:#fff6;box-shadow:var(--shadow-xl);flex-direction:column;display:flex}.About-module__vAULUW__imagePlaceholder svg{opacity:.5;width:80px;height:80px}.About-module__vAULUW__imagePlaceholder span{letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;font-weight:500}.About-module__vAULUW__decorativeFrame{top:var(--spacing-lg);left:var(--spacing-lg);right:calc(-1*var(--spacing-lg));bottom:calc(-1*var(--spacing-lg));border:3px solid var(--color-gold);border-radius:var(--radius-lg);z-index:-1;position:absolute}.About-module__vAULUW__floatingBadge{bottom:var(--spacing-xl);right:calc(-1*var(--spacing-xl));padding:var(--spacing-md)var(--spacing-lg);background:var(--color-gold);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg);z-index:2;position:absolute}.About-module__vAULUW__badgeNumber{font-family:var(--font-heading);color:var(--color-white);font-size:1.5rem;font-weight:700;line-height:1;display:block}.About-module__vAULUW__badgeText{text-transform:uppercase;letter-spacing:.1em;color:var(--color-romantic);margin-top:var(--spacing-xs);font-size:.75rem;font-weight:500;display:block}.About-module__vAULUW__textColumn{padding-right:var(--spacing-xl)}.About-module__vAULUW__title{margin-bottom:var(--spacing-lg);font-size:clamp(2rem,4vw,2.75rem);line-height:1.2}.About-module__vAULUW__highlight{color:var(--color-gold);font-style:italic}.About-module__vAULUW__story{margin-bottom:var(--spacing-xl)}.About-module__vAULUW__story p{color:var(--color-text-light);margin-bottom:var(--spacing-md);font-size:1.0625rem;line-height:1.9}.About-module__vAULUW__story p:last-child{margin-bottom:0}.About-module__vAULUW__features{gap:var(--spacing-md);padding-top:var(--spacing-lg);border-top:1px solid #d4af3733;flex-direction:column;display:flex}.About-module__vAULUW__feature{align-items:flex-start;gap:var(--spacing-md);display:flex}.About-module__vAULUW__featureIcon{border-radius:var(--radius-md);background:linear-gradient(135deg,#d4af371a,#b76e791a);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.About-module__vAULUW__featureIcon svg{width:24px;height:24px;stroke:var(--color-gold)}.About-module__vAULUW__feature h4{font-family:var(--font-body);color:var(--color-romantic);margin-bottom:2px;font-size:1rem;font-weight:600}.About-module__vAULUW__feature p{color:var(--color-text-light);margin:0;font-size:.9375rem}@media (max-width:1024px){.About-module__vAULUW__content{gap:var(--spacing-2xl);grid-template-columns:1fr}.About-module__vAULUW__imageColumn{max-width:400px;margin:0 auto}.About-module__vAULUW__floatingBadge{right:calc(-1*var(--spacing-md));bottom:var(--spacing-md)}.About-module__vAULUW__textColumn{text-align:center;padding-right:0}.About-module__vAULUW__features{align-items:center}.About-module__vAULUW__feature{text-align:left;max-width:350px}}@media (max-width:640px){.About-module__vAULUW__imagePlaceholder{aspect-ratio:4/5}.About-module__vAULUW__decorativeFrame{top:var(--spacing-sm);left:var(--spacing-sm);right:calc(-1*var(--spacing-sm));bottom:calc(-1*var(--spacing-sm))}}
.Contact-module__hcVmEa__section{padding:var(--spacing-3xl)0;position:relative;overflow:hidden}.Contact-module__hcVmEa__background{background:linear-gradient(135deg,var(--color-romantic)0%,var(--color-romantic-light)100%);z-index:0;position:absolute;inset:0}.Contact-module__hcVmEa__bgPattern{background-image:radial-gradient(circle at 20% 30%,#d4af371a 0%,#0000 50%),radial-gradient(circle at 80% 70%,#b76e7926 0%,#0000 50%);position:absolute;inset:0}.Contact-module__hcVmEa__content{z-index:1;gap:var(--spacing-3xl);grid-template-columns:1fr 1.1fr;align-items:start;display:grid;position:relative}.Contact-module__hcVmEa__infoColumn{color:var(--color-white);padding-top:var(--spacing-lg)}.Contact-module__hcVmEa__infoColumn .Contact-module__hcVmEa__section-subtitle{color:var(--color-gold-light)}.Contact-module__hcVmEa__title{color:var(--color-white);margin-bottom:var(--spacing-md);font-size:clamp(2rem,4vw,2.75rem);line-height:1.2}.Contact-module__hcVmEa__highlight{color:var(--color-gold);font-style:italic}.Contact-module__hcVmEa__description{color:#ffffffd9;margin-bottom:var(--spacing-xl);font-size:1.0625rem;line-height:1.8}.Contact-module__hcVmEa__contactDetails{gap:var(--spacing-md);margin-bottom:var(--spacing-xl);flex-direction:column;display:flex}.Contact-module__hcVmEa__contactItem{align-items:center;gap:var(--spacing-md);display:flex}.Contact-module__hcVmEa__contactIcon{border-radius:var(--radius-md);background:#ffffff1a;border:1px solid #d4af374d;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Contact-module__hcVmEa__contactIcon svg{width:22px;height:22px;stroke:var(--color-gold)}.Contact-module__hcVmEa__contactItem h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--color-gold-light);margin-bottom:2px;font-size:.8125rem;font-weight:500}.Contact-module__hcVmEa__contactItem p{color:var(--color-white);margin:0}.Contact-module__hcVmEa__socialLinks{padding-top:var(--spacing-lg);border-top:1px solid #ffffff1a}.Contact-module__hcVmEa__socialLabel{text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:var(--spacing-md);font-size:.8125rem;font-weight:500}.Contact-module__hcVmEa__socialIcons{gap:var(--spacing-sm);display:flex}.Contact-module__hcVmEa__socialIcon{width:44px;height:44px;color:var(--color-white);transition:all var(--transition-fast);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__socialIcon:hover{background:var(--color-gold);border-color:var(--color-gold);transform:translateY(-3px)}.Contact-module__hcVmEa__socialIcon svg{width:20px;height:20px}.Contact-module__hcVmEa__formColumn{position:relative}.Contact-module__hcVmEa__form{background:var(--color-white);padding:var(--spacing-xl);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl)}.Contact-module__hcVmEa__formTitle{color:var(--color-romantic);margin-bottom:var(--spacing-lg);text-align:center;font-size:1.5rem}.Contact-module__hcVmEa__formGrid{gap:var(--spacing-md);grid-template-columns:repeat(2,1fr);display:grid}.Contact-module__hcVmEa__submitBtn{width:100%;padding:var(--spacing-md);margin-top:var(--spacing-sm);justify-content:center;align-items:center;gap:var(--spacing-xs);font-size:1rem;display:flex}.Contact-module__hcVmEa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__hcVmEa__spinner{border:2px solid #ffffff4d;border-top-color:var(--color-white);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite Contact-module__hcVmEa__spin}@keyframes Contact-module__hcVmEa__spin{to{transform:rotate(360deg)}}.Contact-module__hcVmEa__statusMessage{margin-top:var(--spacing-md);padding:var(--spacing-sm)var(--spacing-md);border-radius:var(--radius-md);text-align:center;font-size:.9375rem}.Contact-module__hcVmEa__statusMessage.Contact-module__hcVmEa__success{color:#2e7d32;background:#4caf501a;border:1px solid #4caf504d}.Contact-module__hcVmEa__statusMessage.Contact-module__hcVmEa__error{color:#c62828;background:#f443361a;border:1px solid #f443364d}@media (max-width:1024px){.Contact-module__hcVmEa__content{gap:var(--spacing-2xl);grid-template-columns:1fr}.Contact-module__hcVmEa__infoColumn{text-align:center;padding-top:0}.Contact-module__hcVmEa__contactDetails,.Contact-module__hcVmEa__contactItem{justify-content:center}.Contact-module__hcVmEa__socialLinks{flex-direction:column;align-items:center;display:flex}}@media (max-width:640px){.Contact-module__hcVmEa__form{padding:var(--spacing-lg)}.Contact-module__hcVmEa__formGrid{grid-template-columns:1fr;gap:0}}
.Footer-module__S6Hkya__footer{background:var(--color-romantic);padding:var(--spacing-2xl)0 var(--spacing-lg)}.Footer-module__S6Hkya__content{gap:var(--spacing-2xl);padding-bottom:var(--spacing-xl);border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr;display:grid}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logo{font-family:var(--font-heading);color:var(--color-white);margin-bottom:var(--spacing-sm);font-size:1.75rem;font-weight:600;display:inline-block}.Footer-module__S6Hkya__tagline{color:#ffffffb3;margin:0;font-size:1rem;line-height:1.6}.Footer-module__S6Hkya__navTitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--color-gold);margin-bottom:var(--spacing-md);font-size:.8125rem;font-weight:600}.Footer-module__S6Hkya__navList{gap:var(--spacing-sm);flex-direction:column;list-style:none;display:flex}.Footer-module__S6Hkya__navLink{color:#fffc;transition:color var(--transition-fast);font-size:.9375rem}.Footer-module__S6Hkya__navLink:hover{color:var(--color-gold)}.Footer-module__S6Hkya__socialIcons{gap:var(--spacing-sm);margin-bottom:var(--spacing-md);display:flex}.Footer-module__S6Hkya__socialIcon{width:40px;height:40px;color:var(--color-white);transition:all var(--transition-fast);background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialIcon:hover{background:var(--color-gold);border-color:var(--color-gold);transform:translateY(-2px)}.Footer-module__S6Hkya__socialIcon svg{width:18px;height:18px}.Footer-module__S6Hkya__email{color:#ffffffb3;margin:0;font-size:.9375rem}.Footer-module__S6Hkya__bottom{padding-top:var(--spacing-lg);justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__copyright,.Footer-module__S6Hkya__location{color:#ffffff80;margin:0;font-size:.875rem}@media (max-width:768px){.Footer-module__S6Hkya__content{gap:var(--spacing-xl);text-align:center;grid-template-columns:1fr}.Footer-module__S6Hkya__brand{max-width:none}.Footer-module__S6Hkya__navList{flex-flow:wrap;justify-content:center}.Footer-module__S6Hkya__socialIcons{justify-content:center}.Footer-module__S6Hkya__bottom{gap:var(--spacing-sm);text-align:center;flex-direction:column}}
