.Header-module__Af2_WG__header{z-index:1000;background:var(--color-primary);transition:all var(--transition-base);border-bottom:1px solid #ffffff1f;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__header.Header-module__Af2_WG__scrolled{background:var(--color-primary);box-shadow:0 12px 30px #0000002e}.Header-module__Af2_WG__headerContainer{padding-top:var(--spacing-sm);padding-bottom:var(--spacing-sm);min-height:var(--header-height);justify-content:space-between;align-items:center;gap:clamp(3rem,5vw,6rem);display:flex}.Header-module__Af2_WG__logo{transition:transform var(--transition-fast);z-index:1002;align-items:center;text-decoration:none;display:flex;position:relative}.Header-module__Af2_WG__logo img{object-fit:contain;filter:brightness(0)invert();width:auto;height:55px}.Header-module__Af2_WG__logo:hover{transform:scale(1.02)}@media (max-width:768px){.Header-module__Af2_WG__headerContainer{min-height:var(--header-height);gap:1rem;padding-top:.75rem;padding-bottom:.75rem}.Header-module__Af2_WG__logo img{width:auto;height:42px}.Header-module__Af2_WG__logo{flex:1;min-width:0}}.Header-module__Af2_WG__nav{flex:1;justify-content:center;align-items:center;gap:clamp(1rem,1.8vw,2.2rem);min-width:0;display:flex}.Header-module__Af2_WG__navLink{color:var(--color-text-inverse);text-align:center;white-space:nowrap;transition:color var(--transition-fast), opacity var(--transition-fast);padding:var(--spacing-xs) 0;flex:0 auto;justify-content:center;align-items:center;font-size:clamp(1.05rem,1.35vw,1.35rem);font-weight:500;text-decoration:none;display:inline-flex;position:relative}.Header-module__Af2_WG__navLink:hover{color:#ffffffc7;opacity:.82}.Header-module__Af2_WG__navLink:focus-visible,.Header-module__Af2_WG__navLink:active{color:#ffffffc7;opacity:.82;outline:none}.Header-module__Af2_WG__ctaButton{background:var(--color-primary-dark);color:var(--color-text-inverse);flex-shrink:0;margin-left:clamp(.5rem,1.2vw,1rem);font-weight:500;box-shadow:0 6px 8px #00000026}.Header-module__Af2_WG__ctaButton:hover,.Header-module__Af2_WG__ctaButton:focus-visible,.Header-module__Af2_WG__ctaButton:active{background:var(--color-primary-dark);color:var(--color-text-inverse)}.Header-module__Af2_WG__mobileMenuButton{cursor:pointer;padding:var(--spacing-xs);z-index:1001;background:0 0;border:none;display:none}.Header-module__Af2_WG__hamburger{background:var(--color-text-inverse);width:28px;height:2px;transition:all var(--transition-base);display:block;position:relative}.Header-module__Af2_WG__hamburger:before,.Header-module__Af2_WG__hamburger:after{content:"";background:var(--color-text-inverse);width:28px;height:2px;transition:all var(--transition-base);position:absolute}.Header-module__Af2_WG__hamburger:before{top:-8px}.Header-module__Af2_WG__hamburger:after{bottom:-8px}.Header-module__Af2_WG__hamburgerOpen{background:0 0}.Header-module__Af2_WG__hamburgerOpen:before{top:0;transform:rotate(45deg)}.Header-module__Af2_WG__hamburgerOpen:after{bottom:0;transform:rotate(-45deg)}@media (max-width:768px){.Header-module__Af2_WG__mobileMenuButton{display:block}.Header-module__Af2_WG__nav{background:var(--color-primary);width:min(84vw,320px);padding:calc(var(--header-height) + 1.25rem) 1.25rem 1.5rem;box-shadow:var(--shadow-xl);transition:transform var(--transition-base);flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;min-width:auto;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.Header-module__Af2_WG__navOpen{transform:translate(0)}.Header-module__Af2_WG__navLink{text-align:left;white-space:normal;justify-content:flex-start;width:100%;padding:.85rem 0;font-size:1.15rem;line-height:1.2}.Header-module__Af2_WG__ctaButton{width:100%;min-height:46px;margin-top:.75rem;margin-left:0}}@media (max-width:480px){.Header-module__Af2_WG__logo img{height:38px}.Header-module__Af2_WG__mobileMenuButton{padding:.25rem}.Header-module__Af2_WG__hamburger,.Header-module__Af2_WG__hamburger:before,.Header-module__Af2_WG__hamburger:after{width:24px}}
.Footer-module__EZoWya__footer{background:var(--color-primary);color:var(--color-text-inverse);padding:var(--spacing-xl) 0 var(--spacing-lg);margin-top:0}.Footer-module__EZoWya__footerContainer{max-width:var(--container-max);margin:0 auto}.Footer-module__EZoWya__footerGrid{gap:clamp(var(--spacing-lg), 4vw, var(--spacing-xl));margin-bottom:var(--spacing-xl);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.Footer-module__EZoWya__footerGrid>*{min-width:0}.Footer-module__EZoWya__footerSection{gap:var(--spacing-sm);flex-direction:column;display:flex}.Footer-module__EZoWya__footerTitle{color:var(--color-text-inverse);margin-bottom:var(--spacing-sm);font-size:1.2rem;font-family:var(--font-heading)}.Footer-module__EZoWya__footerSubtitle{color:var(--color-text-inverse);margin-bottom:var(--spacing-xs);font-size:1.1rem;font-weight:600}.Footer-module__EZoWya__footerText{color:#fffc;white-space:pre-line;line-height:1.6}.Footer-module__EZoWya__footerDescription{gap:var(--spacing-sm);flex-direction:column;display:flex}.Footer-module__EZoWya__footerDescription p{color:#ffffffb8;white-space:pre-line;margin:0;line-height:1.6}.Footer-module__EZoWya__footerContact,.Footer-module__EZoWya__footerHours{gap:var(--spacing-xs);flex-direction:column;list-style:none;display:flex}.Footer-module__EZoWya__footerContact li,.Footer-module__EZoWya__footerHours li{color:#ffffffe6;transition:color var(--transition-fast);font-weight:400;text-decoration:none}.Footer-module__EZoWya__footerContact li{letter-spacing:.03em}.Footer-module__EZoWya__footerHoursRow{grid-template-columns:4.5rem 1fr;align-items:baseline;column-gap:.35rem;display:grid}.Footer-module__EZoWya__footerHoursLabel,.Footer-module__EZoWya__footerHoursValue{white-space:nowrap}.Footer-module__EZoWya__footerBottom{padding-top:var(--spacing-lg);justify-content:space-between;align-items:center;gap:var(--spacing-md);border-top:1px solid #ffffff1a;flex-wrap:wrap;display:flex}.Footer-module__EZoWya__footerBottom p{color:#fff9;margin:0}.Footer-module__EZoWya__footerLegal{gap:var(--spacing-md);display:flex}.Footer-module__EZoWya__footerLegal a{color:#fff9;transition:color var(--transition-fast);text-decoration:none}.Footer-module__EZoWya__footerLegal a:hover{color:var(--color-text-inverse)}@media (max-width:768px){.Footer-module__EZoWya__footer{padding:var(--spacing-2xl) 0 var(--spacing-md)}.Footer-module__EZoWya__footerGrid{gap:var(--spacing-lg);grid-template-columns:1fr}.Footer-module__EZoWya__footerTitle,.Footer-module__EZoWya__footerSubtitle{margin-bottom:.35rem}.Footer-module__EZoWya__footerContact,.Footer-module__EZoWya__footerHours{gap:.35rem}.Footer-module__EZoWya__footerBottom{text-align:center;flex-direction:column}.Footer-module__EZoWya__footerLegal{gap:var(--spacing-xs);flex-direction:column}}
.Hero-module__Z8hQ_W__hero{min-height:min(100vh,920px);padding-top:calc(var(--header-height) - 10px);background:linear-gradient(#f2eee8 0%,#e8ddd0 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroCompact{background:0 0;min-height:auto;padding-top:100px}.Hero-module__Z8hQ_W__heroBackground{will-change:transform;z-index:0;background-image:url(/images/showroom-05.jpg);background-position:50%;background-size:cover;width:100%;height:120%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__heroOverlay{z-index:1;background:linear-gradient(135deg,#2c3e50d9 0%,#34495ebf 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__hero:before{content:"";background:radial-gradient(circle at 20%,#9696961a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#9696961a 0%,#0000 50%);animation:8s ease-in-out infinite Hero-module__Z8hQ_W__pulse;position:absolute;inset:0}@keyframes Hero-module__Z8hQ_W__pulse{0%,to{opacity:1}50%{opacity:.8}}.Hero-module__Z8hQ_W__heroOverlay{pointer-events:none;background:linear-gradient(#0000 0%,#2c3e504d 100%);position:absolute;inset:0}.Hero-module__Z8hQ_W__heroContainer{z-index:1;text-align:center;align-items:center;gap:var(--spacing-3xl);padding:var(--spacing-2xl) var(--container-padding);flex-direction:column;display:flex;position:relative}.Hero-module__Z8hQ_W__heroContainerCompact{gap:var(--spacing-xl);padding-top:var(--spacing-lg);padding-bottom:var(--spacing-xl)}.Hero-module__Z8hQ_W__heroContent{opacity:0;max-width:800px;animation:1s ease-out .2s forwards Hero-module__Z8hQ_W__fadeInUp;transform:translateY(30px)}.Hero-module__Z8hQ_W__heroTitle{color:var(--color-primary);margin-bottom:var(--spacing-sm);letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,5rem);font-weight:400;line-height:1.1}.Hero-module__Z8hQ_W__heroSubtitle{color:var(--color-primary);margin-bottom:var(--spacing-lg);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;font-family:var(--font-heading);white-space:pre-line}.Hero-module__Z8hQ_W__heroDescription{color:var(--color-text);margin-bottom:var(--spacing-xl);white-space:pre-line;max-width:700px;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.8}.Hero-module__Z8hQ_W__heroButtons{gap:var(--spacing-md);flex-wrap:wrap;justify-content:center;display:flex}.Hero-module__Z8hQ_W__heroStats{gap:var(--spacing-lg);opacity:0;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));width:100%;max-width:900px;animation:1s ease-out .6s forwards Hero-module__Z8hQ_W__fadeInUp;display:grid;transform:translateY(30px)}.Hero-module__Z8hQ_W__statCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);padding:var(--spacing-lg);transition:all var(--transition-base);background:#ffffffad;border:1px solid #503e281f}.Hero-module__Z8hQ_W__statCard:hover{background:#ffffff26;transform:translateY(-8px);box-shadow:0 8px 32px #0003}.Hero-module__Z8hQ_W__statNumber{color:var(--color-primary);margin-bottom:var(--spacing-xs);font-size:clamp(2rem,4vw,3rem);font-weight:700;font-family:var(--font-heading)}.Hero-module__Z8hQ_W__statLabel{color:var(--color-text);font-size:1rem;font-weight:500}.Hero-module__Z8hQ_W__scrollIndicator{bottom:var(--spacing-xl);opacity:0;animation:1s ease-out 1.2s forwards Hero-module__Z8hQ_W__fadeIn;position:absolute;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__mouse{border:2px solid #46372359;border-radius:13px;justify-content:center;width:26px;height:40px;padding-top:6px;display:flex}.Hero-module__Z8hQ_W__wheel{background:#463723b3;border-radius:2px;width:3px;height:8px;animation:2s ease-out infinite Hero-module__Z8hQ_W__scroll}@keyframes Hero-module__Z8hQ_W__scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(16px)}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{min-height:auto;padding-top:var(--header-height)}.Hero-module__Z8hQ_W__heroContainer{gap:var(--spacing-xl);padding:var(--spacing-xl) 0 var(--spacing-2xl)}.Hero-module__Z8hQ_W__heroContent{max-width:none}.Hero-module__Z8hQ_W__heroTitle{font-size:clamp(2.2rem,11vw,3.6rem);line-height:1}.Hero-module__Z8hQ_W__heroSubtitle{margin-bottom:var(--spacing-md);font-size:clamp(1.1rem,5vw,1.55rem)}.Hero-module__Z8hQ_W__heroDescription{margin-bottom:var(--spacing-lg);font-size:1rem;line-height:1.7}.Hero-module__Z8hQ_W__heroButtons{flex-direction:column;width:100%}.Hero-module__Z8hQ_W__heroButtons .Hero-module__Z8hQ_W__btn{width:100%}.Hero-module__Z8hQ_W__heroStats{gap:var(--spacing-md);grid-template-columns:1fr}.Hero-module__Z8hQ_W__statCard{padding:1.1rem 1rem}.Hero-module__Z8hQ_W__scrollIndicator{bottom:var(--spacing-lg)}}@media (max-width:480px){.Hero-module__Z8hQ_W__heroContainer{text-align:left;align-items:stretch}.Hero-module__Z8hQ_W__heroButtons .Hero-module__Z8hQ_W__btn{width:100%}}
.AdvicePage-module__TDYzxq__page{background:var(--color-primary);padding:calc(100px + var(--spacing-lg)) 0 clamp(2.5rem, 4vw, 4rem);--advice-body-size:1.05rem}.AdvicePage-module__TDYzxq__introWrap{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:clamp(2rem,5vw,5rem);margin-bottom:clamp(3rem,6vw,5rem);display:grid}.AdvicePage-module__TDYzxq__intro{text-align:left;--advice-intro-title-size:3.8rem;--advice-intro-body-size:1.45rem;max-width:none;margin-left:0;margin-right:auto}.AdvicePage-module__TDYzxq__eyebrow{font-size:clamp(2.2rem, 4vw, var(--advice-intro-title-size));font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-.02em;color:var(--color-text-inverse);margin:0 0 1.5rem;font-weight:400}.AdvicePage-module__TDYzxq__copy{font-size:var(--advice-body-size);color:#ffffffd1;white-space:pre-line;margin:0;line-height:1.75}.AdvicePage-module__TDYzxq__sections{flex-direction:column;gap:clamp(4rem,8vw,8rem);display:flex}.AdvicePage-module__TDYzxq__row{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.AdvicePage-module__TDYzxq__rowReverse{grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr)}.AdvicePage-module__TDYzxq__rowReverse .AdvicePage-module__TDYzxq__imageColumn{order:2;padding-top:clamp(1.5rem,4vw,4rem)}.AdvicePage-module__TDYzxq__rowReverse .AdvicePage-module__TDYzxq__contentColumn{order:1}.AdvicePage-module__TDYzxq__imageColumn{position:relative}.AdvicePage-module__TDYzxq__imageFrame{background:#e7e1d9;min-height:clamp(320px,42vw,620px);position:relative;overflow:hidden;box-shadow:0 24px 80px #352d2029}.AdvicePage-module__TDYzxq__image{object-fit:cover}.AdvicePage-module__TDYzxq__contentColumn{justify-content:center;display:flex}.AdvicePage-module__TDYzxq__contentColumnLeft{text-align:left;justify-content:flex-start}.AdvicePage-module__TDYzxq__contentCard{--advice-title-size:3.2rem;--advice-subtitle-size:1.2rem;max-width:38rem}.AdvicePage-module__TDYzxq__contentCardLeft{text-align:left;margin-left:0;margin-right:auto}.AdvicePage-module__TDYzxq__contentCardLeft .AdvicePage-module__TDYzxq__title,.AdvicePage-module__TDYzxq__contentCardLeft .AdvicePage-module__TDYzxq__subtitle,.AdvicePage-module__TDYzxq__contentCardLeft .AdvicePage-module__TDYzxq__body{text-align:left}.AdvicePage-module__TDYzxq__title{font-size:clamp(2rem, 3.2vw, var(--advice-title-size));text-transform:uppercase;color:var(--color-text-inverse);margin:0 0 .9rem;font-weight:400;line-height:.98}.AdvicePage-module__TDYzxq__subtitle{font-size:clamp(1rem, 1.5vw, var(--advice-subtitle-size));color:var(--color-text-inverse);margin:0 0 1rem;font-weight:400}.AdvicePage-module__TDYzxq__body{font-size:var(--advice-body-size);color:#ffffffd1;white-space:pre-line;margin:0;line-height:1.75}@media (max-width:900px){.AdvicePage-module__TDYzxq__page{padding-top:calc(var(--header-height) + 1.5rem)}.AdvicePage-module__TDYzxq__introWrap{margin-bottom:var(--spacing-2xl);grid-template-columns:1fr}.AdvicePage-module__TDYzxq__row,.AdvicePage-module__TDYzxq__rowReverse{grid-template-columns:1fr}.AdvicePage-module__TDYzxq__rowReverse .AdvicePage-module__TDYzxq__imageColumn,.AdvicePage-module__TDYzxq__rowReverse .AdvicePage-module__TDYzxq__contentColumn{order:initial;padding-top:0}.AdvicePage-module__TDYzxq__imageFrame{min-height:clamp(240px,65vw,360px)}.AdvicePage-module__TDYzxq__contentCard{max-width:none}.AdvicePage-module__TDYzxq__copy{font-size:1rem;line-height:1.75}}@media (max-width:480px){.AdvicePage-module__TDYzxq__eyebrow{margin-bottom:1rem;font-size:clamp(1.8rem,9vw,2.7rem)}.AdvicePage-module__TDYzxq__sections{gap:var(--spacing-2xl)}}
.ContactPage-module__2ov99W__page{padding:calc(100px + var(--spacing-lg)) 0 var(--spacing-3xl);background:var(--color-primary)}.ContactPage-module__2ov99W__hero{margin-bottom:var(--spacing-lg);text-align:center}.ContactPage-module__2ov99W__title{text-transform:uppercase;letter-spacing:-.02em;color:var(--color-text-inverse);margin:0 0 .75rem;font-size:clamp(2.2rem,4vw,3.8rem);font-weight:400}.ContactPage-module__2ov99W__subtitle{color:#ffffffd6;white-space:pre-line;max-width:700px;margin:0 auto;font-size:clamp(1.1rem,1.55vw,1.45rem);line-height:1.8}.ContactPage-module__2ov99W__grid{grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:clamp(1.5rem,4vw,3rem);display:grid}.ContactPage-module__2ov99W__infoPanel,.ContactPage-module__2ov99W__formPanel{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:24px;padding:2rem;box-shadow:0 18px 60px #0000002e}.ContactPage-module__2ov99W__infoList{gap:1.25rem;margin:0 0 1.5rem;padding:0;list-style:none;display:grid}.ContactPage-module__2ov99W__infoItem{grid-template-columns:22px 1fr;gap:1rem;display:grid}.ContactPage-module__2ov99W__infoItem h2,.ContactPage-module__2ov99W__formPanel h2{margin:0 0 .35rem;font-size:1.15rem}.ContactPage-module__2ov99W__infoItem p,.ContactPage-module__2ov99W__formIntro{color:#ffffffc7;white-space:pre-line;margin:0;line-height:1.7}.ContactPage-module__2ov99W__hoursList{gap:.15rem;margin-bottom:.35rem;display:grid}.ContactPage-module__2ov99W__hoursRow{grid-template-columns:4.5rem 1fr;align-items:baseline;column-gap:.35rem;display:grid}.ContactPage-module__2ov99W__hoursLabel,.ContactPage-module__2ov99W__hoursValue{white-space:nowrap}.ContactPage-module__2ov99W__infoItem h2,.ContactPage-module__2ov99W__formPanel h2,.ContactPage-module__2ov99W__infoItem a{color:var(--color-text-inverse)}.ContactPage-module__2ov99W__mapBox{background:#ffffff14;border-radius:18px;height:320px;overflow:hidden}.ContactPage-module__2ov99W__map{border:0;width:100%;height:100%;display:block}.ContactPage-module__2ov99W__mapConsent{text-align:center;place-items:center;gap:1rem;height:100%;padding:2rem;display:grid}.ContactPage-module__2ov99W__form{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:.75rem;display:grid}.ContactPage-module__2ov99W__field{flex-direction:column;gap:.45rem;display:flex}.ContactPage-module__2ov99W__field span{text-transform:uppercase;letter-spacing:.08em;color:#ffffffa8;font-size:.78rem;font-weight:700}.ContactPage-module__2ov99W__field input,.ContactPage-module__2ov99W__field textarea{width:100%;color:var(--color-text-inverse);font:inherit;background:#ffffff14;border:1px solid #ffffff24;border-radius:14px;padding:.9rem 1rem}.ContactPage-module__2ov99W__field input::placeholder,.ContactPage-module__2ov99W__field textarea::placeholder{color:#ffffff73}.ContactPage-module__2ov99W__fieldWide{grid-column:1/-1}.ContactPage-module__2ov99W__error,.ContactPage-module__2ov99W__success{border-radius:12px;grid-column:1/-1;margin:0;padding:.9rem 1rem}.ContactPage-module__2ov99W__error{color:#991b1b;background:#fee2e2}.ContactPage-module__2ov99W__success{color:#166534;background:#dcfce7}@media (max-width:900px){.ContactPage-module__2ov99W__page{padding:calc(var(--header-height) + 1.5rem) 0 var(--spacing-2xl)}.ContactPage-module__2ov99W__hero{margin-bottom:var(--spacing-md)}.ContactPage-module__2ov99W__title{font-size:clamp(1.8rem,9vw,2.7rem)}.ContactPage-module__2ov99W__subtitle{font-size:.98rem;line-height:1.7}.ContactPage-module__2ov99W__grid{grid-template-columns:1fr}.ContactPage-module__2ov99W__infoPanel,.ContactPage-module__2ov99W__formPanel{border-radius:18px;padding:1.25rem}.ContactPage-module__2ov99W__mapBox{height:260px}}@media (max-width:640px){.ContactPage-module__2ov99W__form{grid-template-columns:1fr}.ContactPage-module__2ov99W__field input,.ContactPage-module__2ov99W__field textarea{padding:.85rem .9rem}}
.HomeSections-module__hOBOEq__section{padding:var(--spacing-3xl) 0 var(--spacing-xl) 0;background:var(--color-primary)}.HomeSections-module__hOBOEq__stack{flex-direction:column;gap:clamp(4rem,8vw,7rem);display:flex}.HomeSections-module__hOBOEq__row{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:clamp(1.5rem,4vw,4rem);display:grid}.HomeSections-module__hOBOEq__rowReverse{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.HomeSections-module__hOBOEq__rowReverse .HomeSections-module__hOBOEq__imageColumn{order:2}.HomeSections-module__hOBOEq__rowReverse .HomeSections-module__hOBOEq__contentColumn{order:1}.HomeSections-module__hOBOEq__imageColumn{position:relative}.HomeSections-module__hOBOEq__imageFrame{background:#e7e1d9;border-radius:0;min-height:460px;position:relative;overflow:hidden;box-shadow:0 24px 80px #352d2029}.HomeSections-module__hOBOEq__image{object-fit:cover}.HomeSections-module__hOBOEq__contentColumn{justify-content:center;display:flex}.HomeSections-module__hOBOEq__contentCard{--section-title-size:3.8rem;--section-subtitle-size:1.45rem;--section-body-size:1.05rem;max-width:480px;padding:clamp(1rem,2vw,2rem) 0}.HomeSections-module__hOBOEq__title{font-size:clamp(2.2rem, 4vw, var(--section-title-size));text-transform:uppercase;color:var(--color-text-inverse);margin:0 0 .6rem;font-weight:400;line-height:1.15;text-decoration:none}.HomeSections-module__hOBOEq__subtitle{font-size:clamp(1.1rem, 2vw, var(--section-subtitle-size));color:var(--color-text-inverse);margin:0 0 1rem;font-weight:400}.HomeSections-module__hOBOEq__body{font-size:var(--section-body-size);color:#ffffffd1;white-space:pre-line;margin:0;line-height:1.9}@media (max-width:900px){.HomeSections-module__hOBOEq__section{padding:var(--spacing-2xl) 0}.HomeSections-module__hOBOEq__stack{gap:var(--spacing-2xl)}.HomeSections-module__hOBOEq__row,.HomeSections-module__hOBOEq__rowReverse{grid-template-columns:1fr}.HomeSections-module__hOBOEq__rowReverse .HomeSections-module__hOBOEq__imageColumn,.HomeSections-module__hOBOEq__rowReverse .HomeSections-module__hOBOEq__contentColumn{order:initial}.HomeSections-module__hOBOEq__imageFrame{min-height:clamp(240px,66vw,360px)}.HomeSections-module__hOBOEq__contentCard{max-width:none;padding:.25rem 0 0}.HomeSections-module__hOBOEq__title{font-size:clamp(1.8rem,9vw,2.7rem)}.HomeSections-module__hOBOEq__subtitle{font-size:1rem}.HomeSections-module__hOBOEq__body{font-size:1rem;line-height:1.75}}
.Showcase-module__HyV_Rq__showcase{padding:calc(100px + var(--spacing-lg)) 0 var(--spacing-3xl);background:var(--color-primary);position:relative}.Showcase-module__HyV_Rq__header{margin-bottom:var(--spacing-lg);text-align:center;--showcase-title-size:3.8rem;--showcase-subtext-size:1rem}.Showcase-module__HyV_Rq__header h2{color:var(--color-text-inverse);font-size:clamp(2.2rem, 4vw, var(--showcase-title-size));text-transform:uppercase;letter-spacing:-.02em;margin-bottom:.75rem;font-weight:400}.Showcase-module__HyV_Rq__subtext{max-width:540px;font-size:var(--showcase-subtext-size);color:#ffffffc7;white-space:pre-line;margin:0 auto;line-height:1.7}.Showcase-module__HyV_Rq__grid{gap:var(--spacing-lg);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}@media (max-width:1200px){.Showcase-module__HyV_Rq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.Showcase-module__HyV_Rq__showcaseItem{position:relative}.Showcase-module__HyV_Rq__imageWrapper{aspect-ratio:4/3;border-radius:var(--radius-lg);width:100%;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000000d}.Showcase-module__HyV_Rq__image{object-fit:cover;transition:transform .5s}.Showcase-module__HyV_Rq__imageWrapper:hover .Showcase-module__HyV_Rq__image{transform:scale(1.02)}.Showcase-module__HyV_Rq__displayContainer{aspect-ratio:4/3;width:100%;position:relative}.Showcase-module__HyV_Rq__displayContainer:hover .Showcase-module__HyV_Rq__image,.Showcase-module__HyV_Rq__displayContainer:hover .Showcase-module__HyV_Rq__hotspotsLayer{transform:scale(1.02)}.Showcase-module__HyV_Rq__imageWrapper{border-radius:var(--radius-lg);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 4px 10px #0000000d}.Showcase-module__HyV_Rq__hotspotsLayer{z-index:10;pointer-events:none;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.Showcase-module__HyV_Rq__itemTitle{margin-top:var(--spacing-sm);color:var(--color-text-inverse);font-size:1.25rem}.Showcase-module__HyV_Rq__hotspot{z-index:10;cursor:pointer;position:absolute;transform:translate(-50%,-50%)}.Showcase-module__HyV_Rq__hotspotDot{border:2px solid var(--color-primary);background:#ffffffe6;border-radius:50%;width:24px;height:24px;transition:all .3s;position:relative;box-shadow:0 2px 8px #00000026}.Showcase-module__HyV_Rq__pulse{z-index:-1;background:#fff6;border-radius:50%;width:100%;height:100%;animation:2s infinite Showcase-module__HyV_Rq__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Showcase-module__HyV_Rq__pulse{0%{opacity:.8;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(2.5)}}.Showcase-module__HyV_Rq__hotspot:hover .Showcase-module__HyV_Rq__hotspotDot,.Showcase-module__HyV_Rq__hotspot.Showcase-module__HyV_Rq__active .Showcase-module__HyV_Rq__hotspotDot{background:var(--color-primary);border-color:#fff;transform:scale(1.2);box-shadow:0 4px 12px #0003}.Showcase-module__HyV_Rq__tooltip{width:280px;padding:var(--spacing-md);border-radius:var(--radius-md);opacity:0;visibility:hidden;pointer-events:none;background:#fff;transition:all .3s cubic-bezier(.165,.84,.44,1);position:absolute;bottom:30px;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 25px #0000001a}[data-theme=dark] .Showcase-module__HyV_Rq__tooltip{background:var(--color-background);color:var(--color-text)}.Showcase-module__HyV_Rq__hotspot:hover .Showcase-module__HyV_Rq__tooltip,.Showcase-module__HyV_Rq__hotspot.Showcase-module__HyV_Rq__active .Showcase-module__HyV_Rq__tooltip{opacity:1;visibility:visible;pointer-events:auto;z-index:20;transform:translate(-50%)translateY(0)}.Showcase-module__HyV_Rq__tooltip:after{content:"";background:inherit;width:12px;height:12px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)rotate(45deg);box-shadow:4px 4px 6px -4px #0000000d}.Showcase-module__HyV_Rq__productName{margin:0 0 var(--spacing-xs) 0;font-size:1.1rem;font-family:var(--font-heading);color:var(--color-primary)}.Showcase-module__HyV_Rq__price{color:var(--color-text);margin-bottom:var(--spacing-xs);font-size:.95rem;font-weight:600;display:block}.Showcase-module__HyV_Rq__description{color:var(--color-text-light);margin-bottom:var(--spacing-sm);font-size:.85rem;line-height:1.5}.Showcase-module__HyV_Rq__viewMoreBtn{background:var(--color-primary);width:100%;color:var(--color-text-inverse);border-radius:var(--radius-sm);cursor:pointer;border:none;padding:8px 12px;font-size:.85rem;transition:background .2s}.Showcase-module__HyV_Rq__viewMoreBtn:hover{background:var(--color-primary-dark)}.Showcase-module__HyV_Rq__shopLinkBtn{width:100%;color:var(--color-primary);border:1px solid var(--color-primary);border-radius:var(--radius-sm);text-align:center;cursor:pointer;margin-bottom:var(--spacing-xs);background:0 0;padding:8px 12px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.Showcase-module__HyV_Rq__shopLinkBtn:hover{background:var(--color-primary);color:var(--color-text-inverse)}.Showcase-module__HyV_Rq__modal{z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;height:100%;padding:var(--spacing-lg);background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0}.Showcase-module__HyV_Rq__modalContent{background:0 0;width:100%;max-width:1200px;max-height:90vh;position:relative;overflow-y:auto}.Showcase-module__HyV_Rq__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;position:absolute;top:-40px;right:0}.Showcase-module__HyV_Rq__galleryGrid{gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.Showcase-module__HyV_Rq__galleryImage{border-radius:var(--radius-md);object-fit:contain;width:100%;height:auto}@media (max-width:768px){.Showcase-module__HyV_Rq__showcase{padding:calc(var(--header-height) + 1.5rem) 0 var(--spacing-2xl)}.Showcase-module__HyV_Rq__header{margin-bottom:var(--spacing-md)}.Showcase-module__HyV_Rq__subtext{max-width:none;font-size:.98rem;line-height:1.65}.Showcase-module__HyV_Rq__grid{gap:var(--spacing-md);grid-template-columns:1fr}.Showcase-module__HyV_Rq__tooltip{display:none}.Showcase-module__HyV_Rq__hotspotDot{width:20px;height:20px}.Showcase-module__HyV_Rq__modal{padding:1rem}.Showcase-module__HyV_Rq__galleryGrid{grid-template-columns:1fr}}.Showcase-module__HyV_Rq__fullScreenModal{z-index:3000;background:#000000f2;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.Showcase-module__HyV_Rq__fullScreenImageContainer{width:90vw;height:90vh;position:relative}.Showcase-module__HyV_Rq__fullScreenImage{object-fit:contain}.Showcase-module__HyV_Rq__fullScreenCloseBtn{color:#fff;cursor:pointer;z-index:3010;background:#00000080;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.Showcase-module__HyV_Rq__fullScreenCloseBtn:hover{color:#000;background:#fff;transform:scale(1.1)}
