:root{--sunbeth-primary:#fe5b0b;--sunbeth-dark:#0f0f0f;--sunbeth-heading:#212121;--sunbeth-body:#444;--sunbeth-muted:#888;--sunbeth-cream:#fff1ea;--sunbeth-peach:#ffcaaf;--sunbeth-light-peach:#ffe7da;--sunbeth-white:#fff;--sunbeth-radius:10px;--sunbeth-radius-lg:16px;--sunbeth-radius-xl:30px;--sunbeth-container:min(1280px, calc(100% - 48px));--sunbeth-font:"Outfit",sans-serif}*,::after,::before{box-sizing:border-box}.sunbeth-landing{margin:0;padding:0}.sunbeth-page{font-family:var(--sunbeth-font);color:var(--sunbeth-body);overflow-x:hidden}.sunbeth-page--products{overflow:visible}.sunbeth-page img{max-width:100%;height:auto;display:block}.sunbeth-container{width:var(--sunbeth-container);margin-inline:auto}.sunbeth-text-primary{color:var(--sunbeth-primary)}.sunbeth-label{display:block;font-size:24px;font-weight:500;color:var(--sunbeth-primary);letter-spacing:-.02em;margin-bottom:8px}.sunbeth-label--light{color:rgba(255,255,255,.7)}.sunbeth-btn{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-width:161px;height:48px;padding:4px 4px 4px 16px;border-radius:var(--sunbeth-radius);font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s,transform .2s;letter-spacing:-.01em}.sunbeth-btn>span:first-child{flex:1;text-align:left;white-space:nowrap}.sunbeth-btn__icon{display:flex;align-items:center;justify-content:center;width:39px;height:39px;border-radius:8px;flex-shrink:0;margin-left:auto}.sunbeth-btn:hover{opacity:.92;transform:translateY(-1px)}.sunbeth-btn--primary{background:var(--sunbeth-primary);color:var(--sunbeth-white)}.sunbeth-btn--white{background:var(--sunbeth-white);color:var(--sunbeth-dark)}.sunbeth-btn--sm{min-width:148px}.sunbeth-btn--compact{min-width:135px}.sunbeth-btn__icon--white{background:var(--sunbeth-white)}.sunbeth-btn__icon--dark{background:var(--sunbeth-dark)}.sunbeth-header{position:absolute;top:0;left:0;right:0;z-index:100;background:rgba(15,15,15,.2);height:96px;transition:background .25s,box-shadow .25s}.sunbeth-header.is-sticky{position:fixed;background:rgba(15,15,15,.95);backdrop-filter:blur(10px);box-shadow:0 4px 24px rgba(0,0,0,.15)}.sunbeth-header__inner{display:flex;align-items:center;justify-content:space-between;height:96px;gap:24px}.sunbeth-logo img{height:52px;width:auto}.sunbeth-nav{display:flex;align-items:center;gap:16px}.sunbeth-nav a{color:rgba(247,247,247,.8);text-decoration:none;font-size:18px;padding:10px;transition:color .2s}.sunbeth-nav a:hover{color:var(--sunbeth-white)}.sunbeth-menu-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:8px}.sunbeth-menu-toggle span{display:block;width:24px;height:2px;background:var(--sunbeth-white);transition:transform .2s ease,opacity .2s ease}.sunbeth-menu-toggle.is-active span:first-child{transform:translateY(7px) rotate(45deg)}.sunbeth-menu-toggle.is-active span:nth-child(2){opacity:0}.sunbeth-menu-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.sunbeth-nav__mobile-cta{display:none}html.sunbeth-menu-open{overflow:hidden}.sunbeth-hero{position:relative;min-height:904px;display:flex;flex-direction:column;justify-content:center;color:var(--sunbeth-white);text-align:center}.sunbeth-hero__slider{position:absolute;inset:0;overflow:hidden}.sunbeth-hero__slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease-in-out;z-index:0;pointer-events:none}.sunbeth-hero__slide.is-active{opacity:1;z-index:1}.sunbeth-hero__slide-frame{position:absolute;left:50%;top:50%;width:var(--zoom-w,100%);height:var(--zoom-h,100%);transform:translate(-50%,-50%);overflow:hidden;will-change:width,height}.sunbeth-hero__slide-media{position:absolute;inset:0;background-size:cover;background-position:center}.sunbeth-hero__slide--tall .sunbeth-hero__slide-media{left:0;width:100%;height:239%;top:-41.2%}.sunbeth-hero__slide-overlay{position:absolute;inset:0;background:rgba(10,10,10,var(--sunbeth-hero-overlay,.64));z-index:1;pointer-events:none}@media (prefers-reduced-motion:reduce){.sunbeth-hero__slide{transition:none}.sunbeth-hero__slide-frame{width:100%!important;height:100%!important;transition:none!important}.sunbeth-hero__slide--tall .sunbeth-hero__slide-media{height:100%;top:0}}.sunbeth-hero__content{position:relative;z-index:2;padding:160px 0 100px;max-width:960px;margin-inline:auto}.sunbeth-hero__badge{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px}.sunbeth-hero__avatars{display:flex}.sunbeth-hero__avatars img{width:30px;height:30px;border-radius:50%;border:1.5px solid var(--sunbeth-primary);margin-left:-9px;object-fit:cover}.sunbeth-hero__avatars img:first-child{margin-left:0}.sunbeth-hero__badge span{font-size:14px;font-weight:500;color:var(--sunbeth-white)}.sunbeth-hero__title{font-size:clamp(2.5rem, 6vw, 74px);font-weight:500;line-height:80px;letter-spacing:-1.48px;margin:0 0 10px;color:var(--sunbeth-white);text-align:center;word-break:break-word}.sunbeth-hero__title-line{display:block;letter-spacing:-.32px}.sunbeth-hero__title-line:first-child{white-space:nowrap}.sunbeth-hero__title-accent{color:var(--sunbeth-primary)}@media (max-width:768px){.sunbeth-hero__title{line-height:1.08;letter-spacing:-.02em}.sunbeth-hero__title-line{letter-spacing:inherit}.sunbeth-hero__title-line:first-child{white-space:normal}}.sunbeth-hero__desc{max-width:959px;margin:0 auto 60px;color:#f7f7f7;text-align:center}.sunbeth-hero__desc p{font-size:clamp(1rem, 2vw, 1.25rem);line-height:34px;margin:0}.sunbeth-hero__desc p:not(:last-child){margin-bottom:18px}.sunbeth-hero__actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.sunbeth-btn--solutions{min-width:193px;letter-spacing:-.2px;line-height:18.72px}.sunbeth-supply{background:var(--sunbeth-cream);overflow:hidden}.sunbeth-supply__inner{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:68.374px;width:100%;max-width:1439px;margin-inline:auto;padding:98.626px clamp(24px,calc((100% - 991px)/ 2),224px) 0;box-sizing:border-box}.sunbeth-supply__title{font-size:34px;line-height:34px;font-weight:500;color:var(--sunbeth-heading);margin:0;max-width:723.748px;width:100%;letter-spacing:-.02em;text-align:center}.sunbeth-supply__visual{position:relative;width:100%;max-width:991px;height:397px;overflow:hidden}.sunbeth-supply__stage{position:relative;width:min(991px,100%);height:1003px;margin-inline:auto}.sunbeth-supply__pill{position:absolute;top:35px;left:50%;transform:translateX(-50%);width:min(911px,calc(100% - 80px));height:910px;background:var(--sunbeth-light-peach);border:1px solid #efcebe;border-radius:3000px;box-shadow:0 4px 60px rgba(254,90,8,.2);overflow:hidden;z-index:1}.sunbeth-supply__content{position:relative;width:100%;height:100%;opacity:1;transition:opacity .28s ease-out}.sunbeth-supply__content.is-hidden{opacity:0}.sunbeth-supply__content.is-revealing{animation:sunbeth-supply-content-in .5s cubic-bezier(0,0,.2,1) both}@keyframes sunbeth-supply-content-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sunbeth-supply__panels{position:absolute;top:72px;left:0;right:0;min-height:167px}.sunbeth-supply__panel{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;opacity:0;visibility:hidden;pointer-events:none;z-index:0}.sunbeth-supply__panel.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}.sunbeth-supply__icon-wrap{width:68px;height:68px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sunbeth-supply__icon{display:block;max-width:68px;max-height:68px;width:auto;height:auto;object-fit:contain}.sunbeth-supply__copy{width:min(720px,calc(100% - 32px));margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.sunbeth-supply__panel[data-text-width="560"] .sunbeth-supply__copy{width:min(560px,calc(100% - 32px))}.sunbeth-supply__panel h3{font-size:30px;font-weight:500;color:#2f2f2f;margin:0;line-height:34px;letter-spacing:-.6px;width:100%}.sunbeth-supply__panel[data-title-nowrap] h3{white-space:nowrap}.sunbeth-supply__panel p{font-size:20px;line-height:24px;color:#888;margin:0;width:100%}.sunbeth-supply__panel[data-text-one-line] p{min-height:23px;white-space:nowrap}.sunbeth-supply__panel[data-text-tone=dark] p{color:#444}.sunbeth-supply__line{position:absolute;top:239px;left:50%;transform:translateX(-50%);display:block;width:min(603px,calc(100% - 48px));height:auto}.sunbeth-supply__step{position:absolute;width:80px;height:80px;padding:0;border:2px solid var(--sunbeth-white);border-radius:50%;background:var(--sunbeth-primary);cursor:pointer;font-family:inherit;z-index:3;transition:top .6s cubic-bezier(0, 0, .2, 1),left .6s cubic-bezier(0, 0, .2, 1),transform .6s cubic-bezier(0, 0, .2, 1),box-shadow .25s ease,opacity .4s ease}.sunbeth-supply__step-num{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:34px;font-weight:500;line-height:1;color:var(--sunbeth-white);letter-spacing:-.02em}.sunbeth-supply__step.pos-top{top:0;left:50%;transform:translateX(-50%)}.sunbeth-supply__step.pos-right{top:450px;left:calc(50% + 455.5px);transform:translate(-50%,-50%)}.sunbeth-supply__step.pos-bottom{top:923px;left:50%;transform:translateX(-50%)}.sunbeth-supply__step.pos-left{top:450px;left:calc(50% - 455.5px);transform:translate(-50%,-50%)}.sunbeth-supply__step:not(.is-active){opacity:.92}.sunbeth-supply__step:hover{box-shadow:0 8px 24px rgba(254,91,11,.35)}.sunbeth-supply__step.is-active{box-shadow:0 8px 32px rgba(254,91,11,.45)}@media (min-width:992px){.sunbeth-supply__visual:not(.is-moving) .sunbeth-supply__step:not(.pos-top){opacity:0;pointer-events:none}}@media (max-width:991px){.sunbeth-supply{overflow:visible}.sunbeth-supply__inner{justify-content:flex-start;gap:32px;padding-top:52px;padding-inline:16px;padding-bottom:48px}.sunbeth-supply__title{font-size:20px;line-height:34px;letter-spacing:-.4px;max-width:260px;padding-inline:0;flex-shrink:0}.sunbeth-supply__visual{position:relative;width:min(361px,100%);height:200px;min-height:200px;overflow:hidden;flex-shrink:0}.sunbeth-supply__stage{position:relative;width:100%;height:336px;max-width:none;padding-bottom:0;margin-inline:auto}.sunbeth-supply__pill{position:absolute;top:4.64px;left:50%;width:min(331.86px,calc(100% - 29px));aspect-ratio:1;height:auto;transform:translateX(-50%);min-height:0;margin:0;border-width:.36px;box-shadow:0 1.457px 21.857px rgba(254,90,8,.2);overflow:hidden;z-index:1}.sunbeth-supply__content{position:relative;z-index:2}.sunbeth-supply__panels{position:absolute;top:34px;left:0;right:0;height:auto;min-height:0;padding:0}.sunbeth-supply__icon-wrap{width:24.77px;height:24.77px;margin-bottom:5px}.sunbeth-supply__icon{max-width:24.77px;max-height:24.77px}.sunbeth-supply__copy{width:min(191.41px,calc(100% - 24px));gap:3px}.sunbeth-supply__panel[data-text-width="560"] .sunbeth-supply__copy{width:min(191.41px,calc(100% - 24px))}.sunbeth-supply__panel h3{font-size:14px;line-height:18px;letter-spacing:-.28px}.sunbeth-supply__panel[data-title-nowrap] h3{white-space:normal}.sunbeth-supply__panel p{font-size:12px;line-height:16px}.sunbeth-supply__panel[data-text-one-line] p{white-space:normal;min-height:0}.sunbeth-supply__line{position:absolute;top:99.81px;left:50%;transform:translateX(-50%);width:min(219.66px,calc(100% - 48px));margin:0}.sunbeth-supply__step{top:0;left:50%;right:auto;bottom:auto;width:29.14px;height:29.14px;border-width:.73px;z-index:4;opacity:1;visibility:visible;pointer-events:auto;transition:transform .55s cubic-bezier(0, 0, .2, 1),box-shadow .25s ease,opacity .25s ease,visibility .25s ease}.sunbeth-supply__step-num{font-size:12.39px;letter-spacing:-.248px}.sunbeth-supply__step.pos-top{transform:translate(-50%,0);z-index:5}.sunbeth-supply__step.pos-right{transform:translate(calc(-50% + 60.56px),59.78px)}.sunbeth-supply__step.pos-bottom{transform:translate(-50%,122.48px)}.sunbeth-supply__step.pos-left{transform:translate(calc(-50% - 60.33px),59.78px)}.sunbeth-supply__visual:not(.is-moving) .sunbeth-supply__step:not(.pos-top){opacity:0;visibility:hidden;pointer-events:none}.sunbeth-supply__visual:not(.is-moving) .sunbeth-supply__step.pos-top{opacity:1;visibility:visible}.sunbeth-supply__visual.is-moving .sunbeth-supply__step{opacity:1;visibility:visible;pointer-events:none}.sunbeth-supply__visual.is-moving .sunbeth-supply__step.is-active{pointer-events:auto}.sunbeth-products{background-color:#fe5b0b;padding:52px 16px 64px}.sunbeth-products__wrap{max-width:362.5px;width:100%;padding-inline:0}.sunbeth-products__header{margin-bottom:34px}.sunbeth-products .sunbeth-label--light{font-size:16px;line-height:17.85px;letter-spacing:-1px;margin-bottom:4px}.sunbeth-products__header h2{font-size:24px;line-height:34px;letter-spacing:-.48px;margin-bottom:0}.sunbeth-products__header p{font-size:16px;line-height:40px;margin-top:10px}.sunbeth-products__panel--desktop{display:none}.sunbeth-products__mobile{display:flex;flex-direction:column;gap:31px;width:100%}.sunbeth-products__mobile-card{background:var(--sunbeth-white);border-radius:16px;overflow:hidden;width:100%;padding:23px 16px 24px;display:flex;flex-direction:column;align-items:center;gap:14px}.sunbeth-products__mobile-media{position:relative;width:100%;max-width:329px;height:342px;border-radius:9px;overflow:hidden}.sunbeth-products__mobile-num{position:absolute;top:41px;left:40px;transform:translate(-50%,-50%);font-size:clamp(3.5rem, 20vw, 4.95rem);font-weight:500;color:rgba(254,91,11,.08);line-height:1;letter-spacing:-1.13px;z-index:2;pointer-events:none}.sunbeth-products__mobile-image{width:100%;height:100%}.sunbeth-products__mobile-image img{width:100%;height:100%;object-fit:cover;display:block}.sunbeth-products__mobile-copy{width:min(313px,100%);display:flex;flex-direction:column;gap:20px}.sunbeth-products__mobile-text{display:flex;flex-direction:column;gap:12px}.sunbeth-products__mobile-text h3{font-size:20px;line-height:32px;letter-spacing:-.2px;font-weight:500;color:#212121;margin:0}.sunbeth-products__mobile-text p{font-size:16px;line-height:32px;color:#444;margin:0}.sunbeth-products__mobile-markets{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:16px;line-height:32px;color:#444;margin:0}}@media (prefers-reduced-motion:reduce){.sunbeth-supply__content,.sunbeth-supply__step{transition:none}.sunbeth-supply__content.is-revealing{animation:none}}.sunbeth-about{position:relative;padding:89px 0 80px;background:var(--sunbeth-white);overflow:hidden}.sunbeth-about__watermark{position:absolute;top:0;right:0;width:400px;opacity:.06;pointer-events:none}.sunbeth-about__header{display:grid;grid-template-columns:96.35px 1fr;gap:40px 373px;margin-bottom:57px;align-items:start}.sunbeth-about__header .sunbeth-label{margin-bottom:0;width:96.35px;line-height:17.85px;letter-spacing:-1px}.sunbeth-about__intro{display:flex;flex-direction:column;gap:8px;max-width:819px}.sunbeth-about__intro h2{font-size:34px;font-weight:500;color:var(--sunbeth-heading);line-height:52px;letter-spacing:-.68px;margin:0;max-width:758px}.sunbeth-about__intro p{font-size:20px;line-height:40px;margin:0;max-width:819px}.sunbeth-about__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sunbeth-card{border-radius:var(--sunbeth-radius);min-height:507px;height:507px;position:relative;overflow:hidden}.sunbeth-card--image{background-size:cover;background-position:center}.sunbeth-card--image::before{content:"";position:absolute;inset:0;background:rgba(10,10,10,.5);z-index:1}.sunbeth-card__label{position:absolute;top:48px;left:28px;z-index:2;display:flex;align-items:center;gap:4px;padding:0;color:var(--sunbeth-white);font-size:28px;font-weight:500;line-height:24px;letter-spacing:-.28px;transition:opacity .28s ease}.sunbeth-card__label img{width:20px;height:20px;flex-shrink:0}.sunbeth-card--interactive{--card-panel-height:329px;--card-panel-offset:13px;--card-panel-inner-top:157px}.sunbeth-card--interactive .sunbeth-card__panel{position:absolute;left:50%;bottom:calc(-1 * var(--card-panel-height));width:min(393px,calc(100% - 26px));height:var(--card-panel-height);transform:translateX(-50%);background:#270d00;border-radius:8px;overflow:hidden;z-index:3;transition:bottom .4s cubic-bezier(0, 0, .2, 1)}.sunbeth-card__panel-inner{position:absolute;top:var(--card-panel-inner-top);left:20.5px;right:20.5px;display:flex;flex-direction:column;align-items:flex-start;gap:22px}.sunbeth-card__panel-head{display:flex;align-items:center;gap:4px;color:var(--sunbeth-white);font-size:28px;font-weight:500;line-height:24px;letter-spacing:-.28px}.sunbeth-card__panel-head img{width:20px;height:20px;flex-shrink:0}.sunbeth-card--interactive .sunbeth-card__panel p{margin:0;color:rgba(247,247,247,.8);font-size:20px;line-height:34px;letter-spacing:-.2px}@media (hover:hover){.sunbeth-card--interactive:hover .sunbeth-card__panel{bottom:var(--card-panel-offset)}.sunbeth-card--interactive:hover .sunbeth-card__label{opacity:0;visibility:hidden}}.sunbeth-card--interactive:focus-within .sunbeth-card__panel{bottom:var(--card-panel-offset)}.sunbeth-card--interactive:focus-within .sunbeth-card__label{opacity:0;visibility:hidden}@media (prefers-reduced-motion:reduce){.sunbeth-card--interactive .sunbeth-card__panel,.sunbeth-card__label{transition:none}}.sunbeth-card--gradient{background:linear-gradient(-89.999deg,#0f0f0f 50%,var(--sunbeth-primary) 217.42%);display:flex;flex-direction:column;justify-content:flex-end;padding:28px 28px 40px;color:var(--sunbeth-white)}.sunbeth-card--gradient__body{display:flex;flex-direction:column;align-items:flex-start;gap:34px;max-width:292px}.sunbeth-card--gradient h3{font-size:28px;font-weight:500;line-height:34px;letter-spacing:-.28px;margin:0;max-width:292px;min-height:67px;color:var(--sunbeth-white)}.sunbeth-card--gradient .sunbeth-btn--compact{position:relative;width:135px;min-width:135px;height:48px;padding:0;gap:0}.sunbeth-card--gradient .sunbeth-btn--compact>span:first-child{position:absolute;left:16px;top:50%;transform:translateY(-50%);flex:none;font-size:14px;line-height:18.72px;letter-spacing:-.2px}.sunbeth-card--gradient .sunbeth-btn__icon{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:38.87px;height:38.87px;margin-left:0}.sunbeth-card--gradient .sunbeth-btn__icon img{width:21.6px;height:21.6px}.sunbeth-products{background:var(--sunbeth-primary);padding:82px 0}.sunbeth-products__wrap{max-width:1236px}.sunbeth-products__header{margin-bottom:35px}.sunbeth-products .sunbeth-label--light{font-size:24px;line-height:1;letter-spacing:-1px;margin-bottom:4px}.sunbeth-products__header h2{font-size:clamp(1.75rem, 3vw, 2.125rem);font-weight:500;color:var(--sunbeth-white);line-height:52px;letter-spacing:-.68px;margin:0 0 10px;max-width:1159px}.sunbeth-products__header p{font-size:20px;color:rgba(247,247,247,.9);line-height:40px;margin:0;max-width:1159px}.sunbeth-products__panel{background:var(--sunbeth-white);border-radius:16px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:633px}.sunbeth-products__list{display:flex;flex-direction:column;gap:10px;width:min(597px,49%);flex-shrink:0}.sunbeth-product-item{width:100%;text-align:left;background:0 0;border:none;border-radius:18px;min-height:114px;padding:0 25px;cursor:pointer;font-family:inherit;transition:background .2s;display:flex;flex-direction:column;justify-content:center}.sunbeth-product-item.is-active{background:rgba(254,90,8,.04);min-height:196px;padding:39.7px 24.5px 24px;justify-content:flex-start}.sunbeth-product-item h3{font-size:20px;font-weight:500;color:#212121;margin:0;line-height:32px;letter-spacing:-.2px}.sunbeth-product-item__title-active{display:none}.sunbeth-product-item.is-active .sunbeth-product-item__title-default{display:none}.sunbeth-product-item.is-active .sunbeth-product-item__title-active{display:inline}.sunbeth-product-item__body{display:none;flex-direction:column;gap:20px;margin-top:12px}.sunbeth-product-item.is-active .sunbeth-product-item__body{display:flex}.sunbeth-product-item__body>p:first-child{font-size:16px;line-height:32px;color:#444;margin:0;max-width:537px}.sunbeth-product-item[data-product="3"].is-active .sunbeth-product-item__body>p:first-child{max-width:448px}.sunbeth-product-item__markets{display:flex;align-items:center;gap:4px;margin:0;font-size:16px;line-height:32px;color:#444}.sunbeth-product-item__markets-list{display:inline-flex;align-items:center;gap:12px}.sunbeth-product-item__markets-label{font-weight:400;color:#444;flex-shrink:0}.sunbeth-product-item__market-name,.sunbeth-product-item__markets-value{font-weight:500;color:#2f2f2f}.sunbeth-product-item__market{display:inline-flex;align-items:center;gap:4px}.sunbeth-product-item__market-flag{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;overflow:hidden;border-radius:50%}.sunbeth-product-item__market-flag img{display:block;width:16px;height:16px;object-fit:cover}.sunbeth-products__gallery{position:relative;width:min(582px,49%);height:605px;border-radius:16px;overflow:hidden;flex-shrink:0;background:var(--sunbeth-white)}.sunbeth-products__track{display:flex;align-items:center;gap:40px;height:100%;padding-left:21.59px;transition:transform .6s cubic-bezier(0, 0, .2, 1);will-change:transform}.sunbeth-products__slide{position:relative;flex:0 0 min(536.968px,calc(100% - 21.59px));height:580.038px;max-width:100%}.sunbeth-products__slide-media{position:absolute;top:50%;left:calc(50% + .92px);width:min(535.119px,100%);height:min(580.038px,100%);transform:translate(-50%,-50%);clip-path:path(
		"M0 204.087C0 171.729 26.2315 145.498 58.5897 145.498H91.3038C123.662 145.498 149.893 119.266 149.893 86.908V58.5897C149.893 26.2315 176.125 0 208.483 0H476.529C508.888 0 535.119 26.2315 535.119 58.5897V521.448C535.119 553.806 508.888 580.038 476.529 580.038H429.413H326.149H58.5897C26.2315 580.038 0 553.806 0 521.448V204.087Z"
	);overflow:hidden}@supports not (clip-path:path("M0 0")){.sunbeth-products__slide-media{border-radius:16px;clip-path:none}}.sunbeth-products__slide img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transform-origin:center}.sunbeth-products__slide.is-entering img{animation:sunbeth-product-slide-in .6s cubic-bezier(0,0,.2,1) both}@keyframes sunbeth-product-slide-in{from{transform:scale(1.06);opacity:.88}to{transform:scale(1);opacity:1}}.sunbeth-products__num{position:absolute;top:73.09px;left:69.96px;transform:translate(-50%,-50%);font-size:140px;font-weight:500;color:rgba(254,91,11,.08);line-height:1;letter-spacing:-2px;z-index:2;pointer-events:none;transition:opacity .35s ease,transform .6s cubic-bezier(0, 0, .2, 1)}.sunbeth-products__gallery.is-animating .sunbeth-products__num{opacity:.4;transform:translate(-50%,-50%) scale(.96)}.sunbeth-products__slide.is-active .sunbeth-products__num{opacity:1;transform:translate(-50%,-50%) scale(1)}.sunbeth-products__mobile{display:none}@media (prefers-reduced-motion:reduce){.sunbeth-products__track{transition:none}.sunbeth-products__slide.is-entering img{animation:none}.sunbeth-products__num{transition:none}}.sunbeth-markets{padding:60px 0;background:var(--sunbeth-dark);color:var(--sunbeth-white);text-align:center}.sunbeth-markets__wrap{max-width:1282px}.sunbeth-markets__header{max-width:924px;margin:0 auto 37px}.sunbeth-markets .sunbeth-label--light{font-size:24px;line-height:1;letter-spacing:-1px;margin-bottom:4px}.sunbeth-markets__header h2{font-size:clamp(1.75rem, 3vw, 2.125rem);font-weight:500;color:var(--sunbeth-white);line-height:52px;letter-spacing:-.68px;margin:0 0 10px}.sunbeth-markets__header p{font-size:20px;line-height:40px;color:rgba(247,247,247,.9);margin:0}.sunbeth-markets__map-wrap{position:relative;margin:0 auto 14px;max-width:1440px}.sunbeth-markets__map{display:block;width:100%;height:auto;margin-inline:auto}.sunbeth-markets__pins{position:absolute;inset:0;pointer-events:none}.sunbeth-markets__pin{position:absolute;left:var(--pin-x);top:var(--pin-y);width:40px;height:40px;border-radius:50%;background:var(--sunbeth-white);display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);box-shadow:0 0 0 1px rgba(255,255,255,.12)}.sunbeth-markets__pin img{display:block;width:30px;height:30px;object-fit:cover;border-radius:50%}.sunbeth-markets__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:21px;text-align:left}.sunbeth-market-card{background:rgba(255,255,255,.04);border-radius:var(--sunbeth-radius);padding:37px 16px 16px;min-height:176px;display:flex;flex-direction:column;justify-content:space-between}.sunbeth-market-card__top{display:flex;flex-direction:column;gap:6px}.sunbeth-market-card__flag{display:block;width:62px;height:auto;max-height:50px;object-fit:contain;object-position:left center}.sunbeth-market-card__location{display:inline-flex;align-items:center;gap:2px;color:var(--sunbeth-white);font-size:18px;font-weight:500;line-height:32px;letter-spacing:-.18px}.sunbeth-market-card__location img{display:block;width:16px;height:16px;flex-shrink:0}.sunbeth-market-card p{font-size:16px;line-height:32px;color:var(--sunbeth-white);margin:0}.sunbeth-markets__note{font-size:20px;line-height:1.8;color:rgba(247,247,247,.9);margin:0 auto 74px;max-width:876px}.sunbeth-markets__cta{display:flex;justify-content:center}.sunbeth-btn--partner{position:relative;background:var(--sunbeth-white);color:var(--sunbeth-dark);width:176px;min-width:176px;height:48px;padding:0;gap:0}.sunbeth-btn--partner>span:first-child{position:absolute;left:16px;top:50%;transform:translateY(-50%);flex:none;font-size:14px;line-height:18.72px;letter-spacing:-.2px}.sunbeth-btn--partner .sunbeth-btn__icon{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:38.87px;height:38.87px;margin-left:0}.sunbeth-btn--partner .sunbeth-btn__icon img{width:21.6px;height:21.6px}.sunbeth-why{padding:128px 0;background-color:var(--sunbeth-cream);background-image:linear-gradient(180deg,#fff1ea 0,#fff8f4 24%,#fff 52%,#fff 100%)}.sunbeth-why__wrap{max-width:1280px}.sunbeth-why__header{margin-bottom:40px;max-width:1159px}.sunbeth-why__header .sunbeth-label{display:block;font-size:24px;font-weight:500;line-height:1;letter-spacing:-1px;margin-bottom:8px;color:#fe5b0b}.sunbeth-why__header h2{font-size:clamp(1.75rem, 3vw, 2.125rem);font-weight:500;color:#212121;max-width:952px;margin:0 0 10px;line-height:52px;letter-spacing:-.68px}.sunbeth-why__header p{font-size:20px;max-width:1032px;margin:0;line-height:40px;color:#444}.sunbeth-why__panel{background:var(--sunbeth-white);border-radius:20px;overflow:visible;padding:0 40px 40px}.sunbeth-why__tabs-wrap{position:sticky;top:0;z-index:5;background:var(--sunbeth-white);padding:40px 0 24px;margin:0 -40px;padding-left:40px;padding-right:40px}.sunbeth-why__tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#f7f5f2;border:1px solid #dedbd5;border-radius:12px;overflow:hidden;min-height:65px}.sunbeth-why__tabs button{display:flex;align-items:center;justify-content:center;gap:10px;background:0 0;border:none;border-right:1px solid #dedbd5;padding:12px 16px;font-family:inherit;font-size:clamp(.875rem, 1.5vw, 1.25rem);font-weight:400;line-height:1.03;letter-spacing:-.4px;color:var(--sunbeth-muted);cursor:pointer;min-height:65px}.sunbeth-why__tabs button:last-child{border-right:none}.sunbeth-why__tabs button img{width:30px;height:30px;flex-shrink:0}.sunbeth-why__tabs button.is-active{background:var(--sunbeth-primary);color:var(--sunbeth-white);font-weight:500}.sunbeth-why__tabs button.is-active img{filter:brightness(0) invert(1)}.sunbeth-why__blocks{display:flex;flex-direction:column;gap:30px;scroll-margin-top:120px}.sunbeth-why-block{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 45%;align-items:stretch;background:#f9f9f9;border-radius:8px;overflow:hidden;min-height:589px;scroll-margin-top:140px}.sunbeth-why-block--reverse{grid-template-columns:45% minmax(0,1fr)}.sunbeth-why-block--reverse .sunbeth-why-block__content{order:2}.sunbeth-why-block--reverse .sunbeth-why-block__media{order:1}.sunbeth-why-block--reverse .sunbeth-why-block__pattern{left:auto;right:0}.sunbeth-why-block__pattern{position:absolute;top:0;left:0;width:55%;height:50%;opacity:.12;pointer-events:none;background-image:linear-gradient(rgba(254,90,8,.2) 3.7px,transparent 3.7px),linear-gradient(90deg,rgba(254,90,8,.2) 3.7px,transparent 3.7px),linear-gradient(rgba(10,10,10,.05) 3.7px,transparent 3.7px),linear-gradient(90deg,rgba(10,10,10,.05) 3.7px,transparent 3.7px);background-size:59.44px 59.44px;background-position:60px 22px,60px 22px,119px 61px,119px 61px}.sunbeth-why-block__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:34px;padding:34px}.sunbeth-why-block__icon{width:60px;height:60px;background:var(--sunbeth-primary);border:2.727px solid #ebebeb;border-radius:10.909px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sunbeth-why-block__icon img{width:30px;height:30px;filter:brightness(0) invert(1)}.sunbeth-why-block__copy h3{font-size:30px;font-weight:500;color:#212121;margin:0 0 11px;line-height:42px;letter-spacing:-.6px}.sunbeth-why-block__copy p{font-size:24px;line-height:42px;color:#444;margin:0}.sunbeth-why-block__media{display:flex;align-items:center;justify-content:center;min-height:589px;padding:14px}.sunbeth-why-block__media--peach{background:#ffefe6}.sunbeth-why-block__media--gray{background:#ededed}.sunbeth-why-block__media img{width:min(509px,100%);height:min(561px,calc(100% - 28px));object-fit:cover;border-radius:8px}.sunbeth-solutions{background:#ffcaaf;padding:80px 0 80px;text-align:center}.sunbeth-solutions__header{max-width:924px;margin:0 auto 40px}.sunbeth-solutions__header .sunbeth-label{display:block;font-size:24px;font-weight:500;color:#fe5b0b;letter-spacing:-1px;line-height:1;margin-bottom:4px}.sunbeth-solutions__header h2{font-size:clamp(1.75rem, 3vw, 2.125rem);font-weight:500;color:#212121;letter-spacing:-.68px;line-height:1.53;margin:0 0 10px}.sunbeth-solutions__header p{font-size:20px;color:rgba(68,68,68,.9);margin:0 auto;max-width:855px;line-height:2}.sunbeth-solutions__showcase{max-width:1182px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:34px}.sunbeth-solutions__stage{position:relative;width:100%}.sunbeth-solutions__slides{display:grid;width:100%}.sunbeth-solutions__slide{grid-area:1/1;display:flex;flex-direction:column;align-items:center;opacity:0;visibility:hidden;pointer-events:none}.sunbeth-solutions__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}.sunbeth-solutions__slide.is-entering{z-index:3;visibility:visible;animation:sunbeth-solution-enter .6s cubic-bezier(.22,1,.36,1) both}.sunbeth-solutions__slide.is-leaving{z-index:1;visibility:visible;animation:sunbeth-solution-leave .45s ease both}@keyframes sunbeth-solution-enter{from{opacity:0;transform:translateX(48px)}to{opacity:1;transform:translateX(0)}}@keyframes sunbeth-solution-leave{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-48px)}}.sunbeth-solutions__slide-media{position:relative;z-index:2;width:100%;aspect-ratio:1182/638;border-radius:30px;overflow:hidden;background:#461801}.sunbeth-solutions__slide-media img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transform-origin:center}.sunbeth-solutions__slide.is-entering .sunbeth-solutions__slide-media img{animation:sunbeth-solution-img-reveal .9s cubic-bezier(.22,1,.36,1) both}@keyframes sunbeth-solution-img-reveal{from{transform:scale(1.12)}to{transform:scale(1)}}.sunbeth-solutions__slide-panel{position:relative;z-index:1;width:78.849%;margin-top:-24.7%;padding:34% 40px 6%;border-radius:30px;display:flex;justify-content:center;background:linear-gradient(123deg,#461801 0,#742802 22%,#a23904 50%,#742802 78%,#461801 100%);box-sizing:border-box}.sunbeth-solutions__slide-copy{width:min(560px,100%);padding:0;display:flex;flex-direction:column;gap:2px;align-items:center;text-align:center;box-sizing:border-box}.sunbeth-solutions__slide.is-entering .sunbeth-solutions__slide-copy h3{animation:sunbeth-solution-text-up .6s .18s cubic-bezier(.22,1,.36,1) both}.sunbeth-solutions__slide.is-entering .sunbeth-solutions__slide-copy p{animation:sunbeth-solution-text-up .6s .3s cubic-bezier(.22,1,.36,1) both}@keyframes sunbeth-solution-text-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sunbeth-solutions__slide-copy h3{font-size:clamp(1.5rem, 2.5vw, 2.125rem);font-weight:500;color:#fff;letter-spacing:-.68px;line-height:1.1;margin:0}.sunbeth-solutions__slide-copy p{font-size:clamp(1rem, 1.5vw, 1.25rem);color:rgba(247,247,247,.8);margin:0;line-height:1.7}.sunbeth-solutions__tabs{position:relative;display:flex;flex-wrap:nowrap;justify-content:center;gap:6px;background:rgba(15,15,15,.1);border-radius:4px;padding:6px;width:min(809px,100%);height:67px;box-sizing:border-box}.sunbeth-solutions__tab-indicator{position:absolute;top:6px;left:0;height:55px;border-radius:4px;background:#fe5b0b;z-index:0;pointer-events:none;transition:transform .5s cubic-bezier(.22, 1, .36, 1),width .5s cubic-bezier(.22, 1, .36, 1);will-change:transform,width}.sunbeth-solutions__tabs button{position:relative;z-index:1;flex:0 0 auto;height:55px;border:none;border-radius:4px;font-family:inherit;font-size:16px;font-weight:400;line-height:1;cursor:pointer;background:rgba(247,247,247,.8);color:#888;transition:color .3s ease,background .3s ease;white-space:nowrap;padding:0 12px}.sunbeth-solutions__tabs button:nth-child(2){width:min(205px,100%)}.sunbeth-solutions__tabs button:nth-child(3){width:min(155px,100%)}.sunbeth-solutions__tabs button:nth-child(4){width:min(223px,100%)}.sunbeth-solutions__tabs button:nth-child(5){width:min(192px,100%)}.sunbeth-solutions__tabs button.is-active{background:0 0;color:#fff;font-weight:500}.sunbeth-solutions__showcase.is-animating .sunbeth-solutions__tabs button:not(.is-active){opacity:.75}@media (min-width:1101px){.sunbeth-solutions__header h2{font-size:34px;line-height:52px}.sunbeth-solutions__slide-copy h3{font-size:34px;line-height:38px}.sunbeth-solutions__slide-copy p{font-size:20px;line-height:34px;max-width:638px}}@media (max-width:680px){.sunbeth-solutions__stage{aspect-ratio:auto}.sunbeth-solutions__slides{position:relative;display:grid}.sunbeth-solutions__slide{position:relative;grid-area:1/1;inset:auto;display:flex;flex-direction:column;align-items:center}.sunbeth-solutions__slide:not(.is-active){display:none}.sunbeth-solutions__slide-media{position:relative;top:auto;left:auto;right:auto;height:auto;width:100%;aspect-ratio:1182/638}.sunbeth-solutions__slide-panel{position:relative;top:auto;left:auto;transform:none;width:100%;height:auto;margin-top:-24px;align-items:center;padding:48px 20px 32px}.sunbeth-solutions__slide-copy{width:100%;padding:0}}@media (prefers-reduced-motion:reduce){.sunbeth-solutions__slide,.sunbeth-solutions__tab-indicator,.sunbeth-solutions__tabs button{transition:none;animation:none!important}.sunbeth-solutions__slide.is-entering .sunbeth-solutions__slide-copy h3,.sunbeth-solutions__slide.is-entering .sunbeth-solutions__slide-copy p,.sunbeth-solutions__slide.is-entering .sunbeth-solutions__slide-media img{animation:none!important}}.sunbeth-contact-footer{background:#fff}.sunbeth-contact-footer .sunbeth-footer{background:var(--sunbeth-dark)}.sunbeth-contact-banner{position:relative;padding-top:0;margin-top:-120px;padding-bottom:40px}.sunbeth-contact-banner__bg{height:525px;border-radius:24px;background-size:cover;background-position:center;position:relative}.sunbeth-contact-banner__bg::after{content:"";position:absolute;inset:0;background:rgba(10,10,10,.3);border-radius:24px}.sunbeth-contact-banner .sunbeth-contact-card{position:absolute;top:50%;left:48px;transform:translateY(-50%);width:min(430px,calc(100% - 48px));background:rgba(255,255,255,.6);backdrop-filter:blur(12px);border-radius:24px;padding:69px 32px;z-index:2}.sunbeth-contact-banner .sunbeth-contact-card__icon{font-size:48px;margin-bottom:22px}.sunbeth-contact-banner .sunbeth-contact-card h2{font-size:34px;font-weight:500;color:var(--sunbeth-primary);margin:0 0 3px}.sunbeth-contact-banner .sunbeth-contact-card__sub{font-size:20px;color:var(--sunbeth-body);margin:0 0 24px}.sunbeth-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.sunbeth-contact-list a,.sunbeth-contact-list li{font-size:15px;color:var(--sunbeth-body);text-decoration:none}.sunbeth-contact-list--light a,.sunbeth-contact-list--light li{color:var(--sunbeth-white)}.sunbeth-footer{padding:120px 0 40px}.sunbeth-footer__main{display:grid;grid-template-columns:1.2fr 1fr 0.9fr;gap:48px;align-items:start;padding-bottom:40px}.sunbeth-footer__brand>img{width:170px;height:auto;margin-bottom:40px}.sunbeth-footer__links{display:flex;gap:80px}.sunbeth-footer__links h4{color:var(--sunbeth-white);font-size:14px;font-weight:500;margin:0 0 24px}.sunbeth-footer__links ul{list-style:none;padding:0;margin:0}.sunbeth-footer__links li{margin-bottom:16px}.sunbeth-footer__links a{color:rgba(255,255,255,.8);text-decoration:none;font-size:14px}.sunbeth-footer__links a:hover{color:var(--sunbeth-white)}.sunbeth-footer__cta{background:rgba(255,255,255,.2);border-radius:var(--sunbeth-radius-xl);padding:44px 34px}.sunbeth-footer__cta h3{font-size:34px;font-weight:500;color:var(--sunbeth-white);margin:0 0 10px;line-height:1.2}.sunbeth-footer__cta p{font-size:20px;color:rgba(255,255,255,.6);margin:0 0 40px;line-height:1.5}.sunbeth-footer__bottom{border-top:.5px solid #fcfcfc;padding-top:24px}.sunbeth-footer__bottom p{color:var(--sunbeth-primary);font-size:16px;margin:0}@media (max-width:1100px){.sunbeth-about__header{grid-template-columns:1fr;gap:16px}.sunbeth-about__header .sunbeth-label{width:auto}.sunbeth-about__intro h2{font-size:clamp(1.5rem, 5vw, 2.125rem);line-height:1.5;letter-spacing:-.02em}.sunbeth-about__cards{grid-template-columns:1fr}.sunbeth-card{min-height:360px;height:auto;aspect-ratio:419/507}.sunbeth-card--interactive{--card-panel-height:65%;--card-panel-offset:2.5%;--card-panel-inner-top:48%}.sunbeth-products__panel--desktop{flex-direction:column;min-height:auto;padding:20px}.sunbeth-products__gallery,.sunbeth-products__list{width:100%}.sunbeth-products__gallery{height:min(420px,70vw)}.sunbeth-products__slide{flex-basis:calc(100% - 21.59px);height:100%}.sunbeth-products__num{font-size:clamp(4rem, 18vw, 7rem);top:56px;left:56px}.sunbeth-markets__cards{grid-template-columns:repeat(2,1fr)}.sunbeth-markets__note{margin-bottom:40px}.sunbeth-why-block{grid-template-columns:1fr;min-height:auto}.sunbeth-why-block--reverse{grid-template-columns:1fr}.sunbeth-why-block--reverse .sunbeth-why-block__content,.sunbeth-why-block--reverse .sunbeth-why-block__media{order:unset}.sunbeth-why-block__media{min-height:360px;order:-1}.sunbeth-why-block__media img{height:320px}.sunbeth-why__tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.sunbeth-why__tabs button:nth-child(2){border-right:none}.sunbeth-why__tabs button:first-child,.sunbeth-why__tabs button:nth-child(2){border-bottom:1px solid #dedbd5}.sunbeth-why-block__copy p{font-size:18px;line-height:32px}.sunbeth-footer__main{grid-template-columns:1fr}}@media (max-width:768px){.sunbeth-hero{min-height:min(640px,100svh);padding-block:120px 64px}.sunbeth-header .sunbeth-btn,.sunbeth-nav{display:none}.sunbeth-menu-toggle{display:flex;z-index:2}.sunbeth-header.is-open .sunbeth-nav{display:flex;flex-direction:column;align-items:stretch;gap:4px;position:absolute;top:96px;left:0;right:0;background:rgba(15,15,15,.95);backdrop-filter:blur(10px);padding:24px;box-shadow:0 12px 32px rgba(0,0,0,.2)}.sunbeth-header.is-open .sunbeth-nav a{color:rgba(255,255,255,.85);padding:12px 10px}.sunbeth-header.is-open .sunbeth-nav a:hover,.sunbeth-header.is-open .sunbeth-nav__active{color:var(--sunbeth-white)!important}.sunbeth-header.is-open .sunbeth-nav__active::after{background:var(--sunbeth-white)}.sunbeth-header.is-open .sunbeth-nav__mobile-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding:12px 16px;background:var(--sunbeth-primary);color:var(--sunbeth-white)!important;border-radius:var(--sunbeth-radius);font-size:18px;font-weight:500;text-decoration:none}.sunbeth-header.is-open .sunbeth-nav__mobile-cta::after{display:none}.sunbeth-header.is-open .sunbeth-nav__mobile-cta.sunbeth-nav__active{box-shadow:0 0 0 2px var(--sunbeth-white),0 0 0 4px var(--sunbeth-primary)}.sunbeth-footer__cta h3{font-size:clamp(1.5rem, 5vw, 34px)}.sunbeth-footer__cta p{font-size:18px}.sunbeth-contact-banner{margin-top:-48px;padding-bottom:32px}.sunbeth-markets__cards{grid-template-columns:1fr}.sunbeth-contact-banner .sunbeth-contact-card{position:relative;left:auto;transform:none;margin-top:-72px;width:calc(100% - 32px);margin-inline:auto;padding:40px 24px}.sunbeth-contact-banner .sunbeth-contact-card__icon{font-size:clamp(2rem, 8vw, 48px);margin-bottom:16px}.sunbeth-contact-banner .sunbeth-contact-card h2{font-size:clamp(1.5rem, 5vw, 34px)}.sunbeth-contact-banner .sunbeth-contact-card__sub{font-size:18px}.sunbeth-contact-banner__bg{height:300px}.sunbeth-solutions__tabs{flex-wrap:wrap;height:auto;padding-bottom:8px}.sunbeth-solutions__tab-indicator{display:none}.sunbeth-solutions__tabs button{width:100%!important}.sunbeth-solutions__tabs button.is-active{background:#fe5b0b}.sunbeth-why-block__copy p{font-size:18px}.sunbeth-about-hero__content{padding-top:120px;gap:20px}.sunbeth-about-hero{padding-bottom:100px}.sunbeth-about-gallery{margin-top:-48px}.sunbeth-about-hero__title{font-size:28px;line-height:1.35;letter-spacing:-.48px;max-width:none}.sunbeth-about-hero__desc{font-size:16px;line-height:1.7;max-width:none}.sunbeth-about-hero__desc p{margin-bottom:16px}.sunbeth-team__title{font-size:28px;line-height:1.2;letter-spacing:-.6px}.sunbeth-about-gallery__grid{grid-template-columns:1fr}.sunbeth-about-gallery__stack{grid-template-columns:1fr}.sunbeth-vision-mission__grid{grid-template-columns:1fr}.sunbeth-team__grid{grid-template-columns:1fr}}.sunbeth-about-page{margin:0;padding:0}.sunbeth-about-hero{position:relative;background:linear-gradient(180deg,#bf400a 0,#c54e15 28%,#d3692f 50%,#e69a67 70%,#f7d7c1 87%,#fff 100%);padding-bottom:200px;overflow:hidden}.sunbeth-about-hero__mosaic{position:absolute;inset:0;background-size:cover;background-position:center top;opacity:.12}.sunbeth-about-hero .sunbeth-header--about:not(.is-sticky){background:0 0;backdrop-filter:none}.sunbeth-about-hero .sunbeth-header--about:not(.is-sticky) .sunbeth-nav a{color:rgba(255,255,255,.85)}.sunbeth-about-hero .sunbeth-header--about:not(.is-sticky) .sunbeth-nav a:hover,.sunbeth-about-hero .sunbeth-header--about:not(.is-sticky) .sunbeth-nav__active{color:#fff!important}.sunbeth-about-hero .sunbeth-header--about:not(.is-sticky) .sunbeth-nav__active::after{background:#fff}.sunbeth-header--about.is-sticky .sunbeth-nav a{color:rgba(247,247,247,.8)}.sunbeth-header--about.is-sticky .sunbeth-nav a:hover,.sunbeth-header--about.is-sticky .sunbeth-nav__active{color:var(--sunbeth-white)!important}.sunbeth-header--about.is-sticky .sunbeth-nav__active::after{background:var(--sunbeth-white)}.sunbeth-header--about.is-sticky .sunbeth-menu-toggle span{background:var(--sunbeth-white)}.sunbeth-header--about{position:absolute;top:0;left:0;right:0;background:rgba(15,15,15,.08)}.sunbeth-header--about:not(.is-sticky){background:rgba(255,255,255,.6);backdrop-filter:blur(8px)}.sunbeth-header--about:not(.is-sticky) .sunbeth-nav a{color:rgba(33,33,33,.75)}.sunbeth-header--about:not(.is-sticky) .sunbeth-nav a:hover,.sunbeth-header--about:not(.is-sticky) .sunbeth-nav__active{color:var(--sunbeth-heading)!important}.sunbeth-header--about:not(.is-sticky) .sunbeth-nav__active::after{background:var(--sunbeth-primary)}.sunbeth-nav__active{position:relative;font-weight:500;color:var(--sunbeth-white)!important}.sunbeth-nav__active::after{content:"";position:absolute;left:10px;right:10px;bottom:2px;height:2px;background:var(--sunbeth-white);border-radius:6px}.sunbeth-menu-toggle--dark span{background:var(--sunbeth-dark)}.sunbeth-about-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:23px;padding-top:156px;align-items:flex-start;max-width:1243px}.sunbeth-about-hero__title{font-size:clamp(1.75rem, 4vw, 3rem);font-weight:500;color:#fff;line-height:1.333;letter-spacing:-.02em;margin:0;max-width:1125px}.sunbeth-about-hero__desc{font-size:20px;line-height:2;margin:0;color:#f7f7f7;max-width:1243px}.sunbeth-about-hero__desc p{margin:0 0 18px}.sunbeth-about-hero__desc p:last-child{margin-bottom:0}.sunbeth-about-gallery{padding:0 0 80px;margin-top:-180px;position:relative;z-index:2}.sunbeth-about-gallery__grid{display:grid;grid-template-columns:361px 1fr 361px;gap:16px;background:rgba(255,255,255,.2);border-radius:60px;padding:22px;backdrop-filter:blur(4px)}.sunbeth-about-gallery__stack{display:flex;flex-direction:column;gap:15px}.sunbeth-about-gallery__item{border-radius:40px;overflow:hidden}.sunbeth-about-gallery__item img{width:100%;height:100%;object-fit:cover}.sunbeth-about-gallery__item--tall{height:618px}.sunbeth-about-gallery__item--wide{height:386px}.sunbeth-about-gallery__item--wide:last-child{height:217px}.sunbeth-vision-mission{padding:54px 0 100px;background:var(--sunbeth-white)}.sunbeth-vision-mission__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.sunbeth-vision-mission__col h2{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:500;color:#2d2d2d;letter-spacing:-.03em;margin:0 0 35px;line-height:1.1}.sunbeth-vision-mission__col p{font-size:20px;line-height:1.8;color:var(--sunbeth-body);margin:0 0 60px;letter-spacing:-.02em}.sunbeth-vision-mission__col--offset{padding-top:0}.sunbeth-vision-mission__col--offset h2,.sunbeth-vision-mission__col--offset p{margin-top:0}.sunbeth-vision-mission__col--offset p{margin-bottom:0}.sunbeth-vision-mission__media{border-radius:var(--sunbeth-radius-xl);overflow:hidden;aspect-ratio:5/6}.sunbeth-vision-mission__media img{width:100%;height:100%;object-fit:cover;display:block}.sunbeth-vision-mission__col--offset .sunbeth-vision-mission__media{margin-bottom:60px}.sunbeth-values{background:linear-gradient(180.6deg,#fe5b0b 0,#8a3810 14%,#76300d 28%,#5a280f 48%,#49210e 66%,#2a1810 86%,#0f0f0f 100%);padding:134px 0;color:var(--sunbeth-white)}.sunbeth-values__header{display:grid;grid-template-columns:minmax(0,640px) minmax(0,567px);justify-content:space-between;gap:23px;margin-bottom:64px;align-items:end}.sunbeth-values__intro h2{font-size:clamp(2rem, 3.33vw, 3rem);font-weight:500;color:var(--sunbeth-white);line-height:1.333;letter-spacing:-.02em;margin:0;max-width:640px}.sunbeth-values__header>p{font-size:22px;line-height:1.818;margin:0;color:rgba(247,247,247,.9);max-width:567px}.sunbeth-values .sunbeth-label{color:rgba(255,255,255,.8);font-size:24px;line-height:1.33;letter-spacing:-.04em;margin-bottom:8px}.sunbeth-values__list{display:flex;flex-direction:column;gap:0}.sunbeth-value-item{border-bottom:1px dashed rgba(235,235,235,.4)}.sunbeth-value-item__trigger{width:100%;display:grid;grid-template-columns:64px minmax(160px,220px) minmax(0,1fr);gap:24px 40px;align-items:start;padding:30px 0;background:0 0;border:none;cursor:pointer;text-align:left;font-family:inherit;color:rgba(255,255,255,.8)}.sunbeth-value-item__heading{display:contents}.sunbeth-value-item.is-active .sunbeth-value-item__trigger{color:var(--sunbeth-white)}.sunbeth-value-item__num{font-size:32px;line-height:1.25}.sunbeth-value-item__title{font-size:30px;font-weight:500;color:inherit}.sunbeth-value-item__text{font-size:20px;line-height:2;grid-column:3}.sunbeth-value-item__media{max-height:0;opacity:0;border-radius:50px 0 50px 0;overflow:hidden;margin-bottom:0;transition:max-height .5s ease,opacity .35s ease,margin-bottom .5s ease}.sunbeth-value-item.is-active .sunbeth-value-item__media{max-height:292px;opacity:1;margin-bottom:30px}.sunbeth-value-item__media img{width:100%;height:292px;object-fit:cover}@media (prefers-reduced-motion:reduce){.sunbeth-value-item__media{transition:none}}@media (max-width:768px){.sunbeth-values{padding:72px 0;background:linear-gradient(179.54deg,#fe5b0b 62.11%,#0f0f0f 92.33%)}.sunbeth-values .sunbeth-container{padding-inline:16px}.sunbeth-values__header{display:flex;flex-direction:column;gap:12px;margin-bottom:31px;align-items:flex-start}.sunbeth-values__intro{display:flex;flex-direction:column;gap:8px}.sunbeth-values .sunbeth-label{font-size:14px;line-height:1.28;letter-spacing:-.5px;margin-bottom:0}.sunbeth-values__intro h2{font-size:24px;line-height:34px;letter-spacing:-.48px;max-width:none}.sunbeth-values__header>p{font-size:16px;line-height:1.7;max-width:none}.sunbeth-values__list{gap:0}.sunbeth-value-item{display:flex;flex-direction:column;gap:20px;border-bottom:none;padding-bottom:44px}.sunbeth-value-item:last-child{padding-bottom:0}.sunbeth-value-item__trigger{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:0;pointer-events:none;cursor:default}.sunbeth-value-item__heading{display:flex;align-items:center;gap:12px}.sunbeth-value-item__num{font-size:16px;font-weight:400;line-height:1.25}.sunbeth-value-item__title{font-size:16px;font-weight:500;line-height:1.25}.sunbeth-value-item__text{font-size:14px;line-height:24px;color:rgba(255,255,255,.8);grid-column:unset;width:100%;max-width:100%}.sunbeth-value-item:first-child .sunbeth-value-item__text{color:var(--sunbeth-white)}.sunbeth-value-item__media{max-height:292px;opacity:1;margin-bottom:0;border-radius:50px 0 50px 0}.sunbeth-value-item.is-active .sunbeth-value-item__media{margin-bottom:0}}.sunbeth-team{position:relative;padding:128px 0 80px;overflow:hidden}.sunbeth-team__mosaic{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.05}.sunbeth-team__title{position:relative;z-index:1;text-align:center;font-size:clamp(1.75rem, 3vw, 2.5rem);font-weight:500;color:var(--sunbeth-heading);margin:0 auto 80px;max-width:436px;line-height:1.1;letter-spacing:-.03em}.sunbeth-team__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,408px);gap:14px;justify-content:center}.sunbeth-team-card{background:#f9f9f9;border:1px solid #ebebeb;border-radius:var(--sunbeth-radius-xl);overflow:hidden;height:480px;display:flex;flex-direction:column;position:relative}.sunbeth-team-card__photo{position:relative;flex:1 1 auto;min-height:390px;background:var(--sunbeth-white);overflow:hidden}.sunbeth-team-card__photo::before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,#8a3308 10.49%,#c54e15 40%,#e69a67 70%,#ffcfb7 100%);opacity:0;transition:opacity .45s ease}[data-team-card=helen] .sunbeth-team-card__photo::before{background:linear-gradient(180deg,#852c00 0,#c54e15 42%,#e69a67 72%,#f9c8b0 100%)}.sunbeth-team-card__photo-frame{position:absolute;left:50%;bottom:0;z-index:1;transform:translateX(-50%);width:min(332px,81.4%);line-height:0;pointer-events:none}.sunbeth-team-card__photo-frame img{display:block;width:100%;height:auto;max-height:409px;object-fit:contain;object-position:bottom center}[data-team-card=helen] .sunbeth-team-card__photo-frame{width:min(411px,100.7%)}[data-team-card=helen] .sunbeth-team-card__photo-frame img{width:105%;max-height:420px;margin-left:-2.5%;object-position:bottom center}@media (hover:hover){.sunbeth-team-card:focus-within .sunbeth-team-card__photo::before,.sunbeth-team-card:hover .sunbeth-team-card__photo::before{opacity:1}}@media (prefers-reduced-motion:reduce){.sunbeth-team-card__photo::before{transition:none}}.sunbeth-team-card__footer{background:var(--sunbeth-white);padding:23px 30px;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:90px}.sunbeth-team-card__footer h3{font-size:20px;font-weight:500;color:#2f2f2f;margin:0 0 8px;letter-spacing:-.03em}.sunbeth-team-card__footer p{font-size:16px;color:var(--sunbeth-body);margin:0}.sunbeth-team-card__footer p::before{content:"• ";color:var(--sunbeth-primary)}.sunbeth-team-card__link{display:inline-flex;align-items:center;gap:4px;color:var(--sunbeth-primary);font-size:16px;font-weight:500;text-decoration:none;background:0 0;border:none;padding:0;cursor:pointer;font-family:inherit}.sunbeth-team-card__link img{transform:rotate(90deg)}.sunbeth-team-modal{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:24px}.sunbeth-team-modal[hidden]{display:none}.sunbeth-team-modal__backdrop{position:absolute;inset:0;background:rgba(15,15,15,.45);backdrop-filter:blur(2px)}.sunbeth-team-modal__dialog{position:relative;z-index:1;width:min(973px,100%);max-height:min(90vh,640px);overflow:auto;background:var(--sunbeth-white);border-radius:40px;padding:23px 24px 32px;box-shadow:0 24px 80px rgba(15,15,15,.18)}.sunbeth-team-modal__close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;border-radius:50%;background:rgba(15,15,15,.06);color:var(--sunbeth-heading);font-size:28px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.sunbeth-team-modal__close:hover{background:rgba(15,15,15,.1)}.sunbeth-team-modal__panel{display:grid;grid-template-columns:286px 1fr;gap:8px 28px;align-items:start}.sunbeth-team-modal__panel[hidden]{display:none}.sunbeth-team-modal__profile{display:flex;flex-direction:column;gap:8px;width:246px}.sunbeth-team-modal__photo{position:relative;width:240px;height:255px;border-radius:18px;overflow:hidden;border:.6px solid #ebebeb;flex-shrink:0}[data-team-panel=godwin] .sunbeth-team-modal__photo{background:linear-gradient(180deg,#8a3308 10.49%,#ffcfb7 127.21%)}[data-team-panel=helen] .sunbeth-team-modal__photo{background:linear-gradient(180deg,#852c00 0,#f9c8b0 116.54%)}.sunbeth-team-modal__photo-frame{position:absolute;left:50%;overflow:hidden;pointer-events:none}[data-team-panel=godwin] .sunbeth-team-modal__photo-frame{top:20px;transform:translateX(-50%);width:199px;height:235px}[data-team-panel=godwin] .sunbeth-team-modal__photo-frame img{display:block;width:100%;height:104.24%;max-width:none;object-fit:cover;object-position:top center}[data-team-panel=helen] .sunbeth-team-modal__photo-frame{bottom:-3px;transform:translateX(-50%);width:242px;height:243px}[data-team-panel=helen] .sunbeth-team-modal__photo-frame img{display:block;position:absolute;left:0;top:-4.93%;width:104.83%;height:111.53%;max-width:none;object-fit:cover;object-position:top center}.sunbeth-team-modal__identity{background:#f9f9f9;border-radius:12px;padding:12px 14px;min-height:60px;width:246px;display:flex;flex-direction:column;justify-content:center;gap:8px}.sunbeth-team-modal__name{margin:0;font-size:20px;font-weight:500;color:var(--sunbeth-primary);letter-spacing:-.03em;line-height:1.1}.sunbeth-team-modal__role{margin:0;font-size:16px;color:var(--sunbeth-body);line-height:1.2}.sunbeth-team-modal__role::before{content:"• ";color:var(--sunbeth-primary)}.sunbeth-team-modal__bio{padding-top:10px;align-self:start}.sunbeth-team-modal__bio p{margin:0 0 18px;font-size:20px;line-height:2;color:#2f2f2f}.sunbeth-team-modal__bio p:last-child{margin-bottom:0}.sunbeth-team-modal.is-open .sunbeth-team-modal__backdrop{animation:sunbeth-team-fade-in .28s ease both}.sunbeth-team-modal.is-open .sunbeth-team-modal__dialog{animation:sunbeth-team-modal-in .32s cubic-bezier(0,0,.2,1) both}@keyframes sunbeth-team-fade-in{from{opacity:0}to{opacity:1}}@keyframes sunbeth-team-modal-in{from{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:900px){.sunbeth-team-modal__panel{grid-template-columns:1fr}.sunbeth-team-modal__profile{width:100%;max-width:246px;margin-inline:auto}.sunbeth-team-modal__dialog{grid-template-columns:1fr;max-height:92vh;padding:20px 20px 28px;border-radius:28px}.sunbeth-team-modal__bio{padding-top:0}.sunbeth-team-modal__bio p{font-size:18px;line-height:1.75}}@media (prefers-reduced-motion:reduce){.sunbeth-team-modal.is-open .sunbeth-team-modal__backdrop,.sunbeth-team-modal.is-open .sunbeth-team-modal__dialog{animation:none}}@media (max-width:1100px){.sunbeth-about-hero{padding-bottom:130px}.sunbeth-about-hero__content{padding-top:124px}.sunbeth-values__header{grid-template-columns:1fr}.sunbeth-about-gallery{margin-top:-90px}.sunbeth-about-gallery__grid{grid-template-columns:1fr}.sunbeth-about-gallery__item--tall,.sunbeth-about-gallery__item--wide{height:320px}.sunbeth-team__grid{grid-template-columns:1fr;max-width:408px;margin-inline:auto}}.sunbeth-contact-page{margin:0;padding:0}.sunbeth-contact-hero{position:relative;min-height:999px;padding-bottom:40px;overflow:hidden;background:linear-gradient(180deg,#c94300 0,#c94300 29%,#d98358 50%,#e7b9a3 70%,#f0dfd6 85%,#f7f7f7 94%,#f7f7f7 100%)}.sunbeth-contact-hero__mosaic{position:absolute;inset:0;background-size:cover;background-position:center top;opacity:.14}.sunbeth-contact-hero .sunbeth-header--about:not(.is-sticky){background:0 0;backdrop-filter:none}.sunbeth-contact-hero .sunbeth-header--about:not(.is-sticky) .sunbeth-nav a{color:rgba(255,255,255,.85)}.sunbeth-contact-hero .sunbeth-header--about:not(.is-sticky) .sunbeth-nav a:hover,.sunbeth-contact-hero .sunbeth-header--about:not(.is-sticky) .sunbeth-nav__active{color:#fff!important}.sunbeth-contact-hero .sunbeth-header--about:not(.is-sticky) .sunbeth-nav__active::after{background:#fff}.sunbeth-contact-hero__headlines{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:46px;padding-top:184px;align-items:center}.sunbeth-contact-hero__title{font-size:clamp(2rem, 3.3vw, 3rem);font-weight:500;color:var(--sunbeth-white);margin:0;line-height:1.33;letter-spacing:-.02em}.sunbeth-contact-hero__subtitle{font-size:20px;font-weight:400;color:rgba(247,247,247,.9);margin:0;line-height:2;letter-spacing:-.01em;text-align:right}.sunbeth-btn--current{box-shadow:0 0 0 2px var(--sunbeth-white),0 0 0 4px var(--sunbeth-primary)}.sunbeth-btn--full{width:100%;justify-content:space-between}.sunbeth-contact-image{padding:0 0 44px;margin-top:-706px;position:relative;z-index:2}.sunbeth-contact-image__frame{border-radius:60px;overflow:hidden;background:rgba(255,255,255,.2);padding:22px}.sunbeth-contact-image__frame img{width:100%;height:618px;object-fit:cover;object-position:center 22%;border-radius:60px}.sunbeth-contact-form-section{padding:65px 0 100px;background:#f7f7f7}.sunbeth-notice{padding:16px 20px;border-radius:var(--sunbeth-radius);margin:0 auto 24px;max-width:1264px;font-size:16px}.sunbeth-notice--success{background:#edf9f0;color:#1a6b34}.sunbeth-notice--error{background:#fef2f2;color:#991b1b}.sunbeth-contact-form-panel{display:grid;grid-template-columns:minmax(0,560px) minmax(0,583px);gap:67px;justify-content:center;align-items:start;max-width:1264px;margin:0 auto;background:var(--sunbeth-white);border-radius:12px;padding:34px;min-height:622px}.sunbeth-contact-form-panel__main{display:flex;flex-direction:column;gap:25px}.sunbeth-contact-form-panel__title{font-size:34px;font-weight:500;color:var(--sunbeth-heading);margin:0;letter-spacing:-.03em;text-transform:capitalize;line-height:1.35}.sunbeth-contact-form{display:flex;flex-direction:column;gap:25px}.sunbeth-contact-form__fields{display:flex;flex-direction:column;gap:28px}.sunbeth-contact-form__row--split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.sunbeth-field{display:flex;flex-direction:column;gap:6px}.sunbeth-field label{font-size:16px;font-weight:500;color:#36394a}.sunbeth-field input,.sunbeth-field textarea{font-family:inherit;font-size:16px;padding:14px;border:1px solid #eceff3;border-radius:8px;background:#f7f7f7;color:var(--sunbeth-heading);width:100%}.sunbeth-field input{height:48px}.sunbeth-field textarea{min-height:108px;resize:vertical}.sunbeth-field input::placeholder,.sunbeth-field textarea::placeholder{color:#a4acb9}.sunbeth-contact-form__check{display:flex;align-items:center;gap:4px;font-size:14px;color:#545454;cursor:pointer;margin:-16px 0 0;letter-spacing:-.01em}.sunbeth-contact-form__check input{width:16px;height:16px;accent-color:var(--sunbeth-primary)}.sunbeth-contact-aside{display:flex;flex-direction:column;gap:14px}.sunbeth-aside-card{background:#f7f7f7;border:.2px solid #ebebeb;border-radius:10px;padding:24px;min-height:270px;display:flex;flex-direction:column}.sunbeth-aside-card h3{font-size:22px;font-weight:500;color:var(--sunbeth-dark);margin:0 0 11px;letter-spacing:-.02em;line-height:1.3}.sunbeth-aside-card:has(p) h3{text-transform:capitalize}.sunbeth-aside-card:not(:has(p)){justify-content:center}.sunbeth-aside-card:not(:has(p)) h3{margin-bottom:34px;line-height:28px;letter-spacing:-.005em}.sunbeth-aside-card p{font-size:14px;line-height:1.8;color:#545454;margin:0;flex:1}.sunbeth-aside-card__social{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:24px}.sunbeth-aside-card__social>span{font-size:20px;font-weight:500;color:var(--sunbeth-dark)}.sunbeth-social-links{display:flex;gap:6px;align-items:center}.sunbeth-social-links__item{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(254,90,8,.06);border:.4px solid var(--sunbeth-primary)}.sunbeth-contact-details{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:24px}.sunbeth-contact-details li{display:flex;align-items:center;gap:8px;font-size:18px;color:var(--sunbeth-body)}.sunbeth-aside-card .sunbeth-contact-details li{font-size:18px;line-height:25px}.sunbeth-contact-details li img{width:20px;height:20px;flex-shrink:0}.sunbeth-contact-details a{color:inherit;text-decoration:none}.sunbeth-contact-details a:hover{color:var(--sunbeth-primary)}.sunbeth-contact-faq{position:relative;padding:95px 0 100px;overflow:hidden;background:#ffeadf}.sunbeth-contact-faq__mosaic{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.2}.sunbeth-contact-faq__header{position:relative;z-index:1;margin-bottom:44px}.sunbeth-contact-faq__header h2{font-size:clamp(1.75rem, 3vw, 2.125rem);font-weight:500;color:var(--sunbeth-heading);margin:0 0 5px;letter-spacing:-.02em}.sunbeth-contact-faq__header p{font-size:18px;color:var(--sunbeth-body);margin:0;max-width:965px;line-height:1.7}.sunbeth-faq{position:relative;z-index:1;display:grid;grid-template-columns:1fr 524px;gap:40px;align-items:start}.sunbeth-faq__questions{display:flex;flex-direction:column;gap:14px}.sunbeth-faq__item{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:20px;background:#fafafa;border:none;border-radius:12px;box-shadow:0 8px 20px rgba(10,10,10,.06);cursor:pointer;font-family:inherit;text-align:left;font-size:18px;font-weight:500;color:#131515;letter-spacing:-.01em;transition:background .2s}.sunbeth-faq__item:hover{background:#f3f3f3}.sunbeth-faq__item.is-active .sunbeth-faq__toggle{transform:rotate(90deg)}.sunbeth-faq__toggle{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:rgba(254,91,11,.06);flex-shrink:0;transform:rotate(-90deg);transition:transform .25s}.sunbeth-faq__toggle img{width:24px;height:24px}.sunbeth-faq__answer{position:sticky;top:120px}.sunbeth-faq__panel{display:none;background:#fafafa;border-radius:20px;box-shadow:0 3px 2px rgba(0,0,0,.1);padding:18px 16px 32px;min-height:338px}.sunbeth-faq__panel.is-active{display:block}.sunbeth-faq__panel-title{background:linear-gradient(90deg,#200b01 50.75%,#fe5a08 156.27%);color:var(--sunbeth-white);font-size:18px;font-weight:500;padding:10px 14px;border-radius:10px;margin-bottom:24px;letter-spacing:-.01em}.sunbeth-faq__panel p{font-size:18px;line-height:1.9;color:#545454;margin:0;letter-spacing:-.01em}.sunbeth-contact-footer{padding-top:100px}.sunbeth-contact-footer__banner{position:relative;border-radius:24px;overflow:hidden;min-height:525px;margin-bottom:-221px;z-index:2}.sunbeth-contact-footer__banner-bg{position:absolute;inset:0;background-size:cover;background-position:center}.sunbeth-contact-footer__banner-bg::after{content:"";position:absolute;inset:0;background:rgba(10,10,10,.3)}.sunbeth-contact-footer__card{position:absolute;top:50%;left:24px;transform:translateY(-50%);z-index:1;width:430px;padding:69px 32px;background:rgba(255,255,255,.6);backdrop-filter:blur(12px);border-radius:24px;min-height:474px}.sunbeth-contact-footer__card-icon{position:relative;width:140px;height:140px;margin-bottom:22px;flex-shrink:0}.sunbeth-contact-footer__card-glow{position:absolute;top:50%;left:50%;width:224px;height:224px;max-width:none;transform:translate(-50%,-50%);pointer-events:none}.sunbeth-contact-footer__card-phone{position:absolute;top:50%;left:50%;width:76px;height:76px;transform:translate(-50%,-50%)}.sunbeth-contact-footer__card h2{font-size:34px;font-weight:500;color:var(--sunbeth-primary);margin:0 0 3px;line-height:1.3}.sunbeth-contact-footer__card>p{font-size:20px;color:var(--sunbeth-body);margin:0 0 24px}.sunbeth-contact-details--light{gap:12px}.sunbeth-contact-details--footer li,.sunbeth-contact-details--light li{font-size:15px;color:var(--sunbeth-body)}.sunbeth-contact-details--light li:not(:first-child){font-size:16px}.sunbeth-footer--contact{padding-top:280px}.sunbeth-footer__bottom--social{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.sunbeth-social-links--footer .sunbeth-social-links__item{background:rgba(254,91,11,.12)}@media (max-width:1100px){.sunbeth-contact-hero{min-height:0;padding-bottom:32px}.sunbeth-contact-hero__headlines{grid-template-columns:1fr;text-align:left;gap:10px;padding-top:140px}.sunbeth-contact-hero__subtitle{text-align:left}.sunbeth-contact-image{margin-top:0;padding:0 0 32px}.sunbeth-contact-form-panel{grid-template-columns:1fr;gap:32px;padding:28px;min-height:auto}.sunbeth-faq{grid-template-columns:1fr}.sunbeth-faq__answer{position:static}.sunbeth-contact-footer__card{position:relative;top:auto;left:auto;transform:none;width:auto;max-width:430px;margin:24px}.sunbeth-contact-form__row--split{grid-template-columns:1fr}}@media (max-width:768px){.sunbeth-contact-hero{padding-bottom:24px;background:#fe5b0b}.sunbeth-contact-hero__mosaic{display:none}.sunbeth-contact-hero__headlines{padding:120px 16px 20px;gap:10px}.sunbeth-contact-hero__title{font-size:24px;line-height:34px}.sunbeth-contact-hero__subtitle{line-height:1.5;font-size:16px}.sunbeth-contact-image{margin-top:0;padding:0 16px 32px;background:var(--sunbeth-white);border-radius:16px 16px 0 0}.sunbeth-contact-image .sunbeth-container{padding-inline:0;max-width:none;width:100%}.sunbeth-contact-image__frame{border-radius:16px;padding:0;background:0 0}.sunbeth-contact-image__frame img{height:360px;object-position:center 22%;border-radius:16px}}.sunbeth-products-page{margin:0;padding:0}.sunbeth-products-hero{position:relative;min-height:934px;padding-bottom:40px;overflow:hidden;background:linear-gradient(180deg,#c94300 0,#c94300 29%,#d98358 50%,#e7b9a3 70%,#f0dfd6 85%,#f7f7f7 94%,#f7f7f7 100%)}.sunbeth-products-hero__mosaic{position:absolute;inset:0;background-size:cover;background-position:center top;opacity:.14}.sunbeth-products-hero .sunbeth-header--about:not(.is-sticky){background:0 0;backdrop-filter:none}.sunbeth-products-hero .sunbeth-header--about:not(.is-sticky) .sunbeth-nav a{color:rgba(255,255,255,.85)}.sunbeth-products-hero .sunbeth-header--about:not(.is-sticky) .sunbeth-nav a:hover,.sunbeth-products-hero .sunbeth-header--about:not(.is-sticky) .sunbeth-nav__active{color:#fff!important}.sunbeth-products-hero .sunbeth-header--about:not(.is-sticky) .sunbeth-nav__active::after{background:#fff}.sunbeth-products-hero__label{display:none}.sunbeth-products-hero__headlines{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,647px) minmax(0,560px);justify-content:space-between;gap:46px;padding-top:184px;align-items:start}.sunbeth-products-hero__title{font-size:clamp(2rem, 3.33vw, 3rem);font-weight:500;color:var(--sunbeth-white);margin:0;line-height:1.333;letter-spacing:-.02em;max-width:647px}.sunbeth-products-hero__subtitle{font-size:20px;font-weight:400;line-height:2;letter-spacing:-.01em;color:rgba(247,247,247,.9);margin:0;max-width:560px;text-align:left}.sunbeth-products-image{padding:0 0 44px;margin-top:-562px;position:relative;z-index:2}.sunbeth-products-image__frame{border-radius:60px;overflow:hidden;background:rgba(255,255,255,.2);padding:22px}.sunbeth-products-image__frame img{width:100%;height:618px;object-fit:cover;object-position:center;border-radius:60px}.sunbeth-products-intro{padding:0 0 60px;text-align:center}.sunbeth-products-intro h2{font-size:clamp(1.75rem, 3vw, 2.125rem);font-weight:500;color:var(--sunbeth-heading);margin:0 0 8px;letter-spacing:-.02em}.sunbeth-products-intro p{font-size:20px;line-height:1.6;color:var(--sunbeth-body);margin:0 auto;max-width:924px}.sunbeth-products-showcase{--showcase-stack-top:104px;--showcase-stack-step:66px;--showcase-frame-height:856px;--showcase-card-height:752px;padding:0 0 100px;background:var(--sunbeth-white)}.sunbeth-products-showcase__stack{display:flex;flex-direction:column}.sunbeth-product-showcase__pin{position:sticky;top:calc(var(--showcase-stack-top) + var(--showcase-index,0) * var(--showcase-stack-step));z-index:calc(var(--showcase-index,0) + 1);height:var(--showcase-frame-height);margin-bottom:calc(var(--showcase-stack-step) * -1);display:flex;flex-direction:column;justify-content:flex-end}.sunbeth-product-showcase__pin:last-child{height:auto;min-height:var(--showcase-frame-height);margin-bottom:0;padding-bottom:clamp(96px,14vh,180px)}.sunbeth-product-showcase{display:grid;grid-template-columns:minmax(280px,539px) 1fr;gap:0;height:var(--showcase-card-height);min-height:var(--showcase-card-height);background:var(--sunbeth-cream);border-radius:30px;padding:18px;overflow:hidden;align-items:stretch;transform-origin:center top;transition:transform .4s cubic-bezier(.22, 1, .36, 1),filter .4s ease;will-change:transform}.sunbeth-product-showcase__pin.is-covered .sunbeth-product-showcase{transform:scale(var(--stack-scale,.94));filter:brightness(calc(1 - var(--cover-depth, 0) * .035))}.sunbeth-product-showcase--accent{background:linear-gradient(180deg,#fe5b0b 0,#983607 100%)}.sunbeth-product-showcase__media{position:relative;min-height:716px;border-radius:16px;overflow:hidden}.sunbeth-product-showcase__media-frame{position:absolute;inset:0;overflow:hidden}.sunbeth-product-showcase__media img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transform-origin:center}.sunbeth-product-showcase__stat{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.7);backdrop-filter:blur(2px);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:39.6px;max-width:calc(100% - 28px)}.sunbeth-product-showcase--accent .sunbeth-product-showcase__stat{background:rgba(255,241,234,.7)}.sunbeth-product-showcase__stat strong{font-size:52px;font-weight:500;line-height:1;color:rgba(0,0,0,.7);letter-spacing:-.04em}.sunbeth-product-showcase__stat span{font-size:16px;color:rgba(26,26,26,.7);letter-spacing:-.02em}.sunbeth-product-showcase__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;padding:40px 48px;align-self:center;height:auto}.sunbeth-product-showcase--accent .sunbeth-product-showcase__content{color:var(--sunbeth-white)}.sunbeth-product-showcase__content h3{font-size:clamp(2rem, 4vw, 48px);font-weight:500;margin:0;line-height:1.2;letter-spacing:-.03em;color:#1a1a1a}.sunbeth-product-showcase--accent .sunbeth-product-showcase__content h3{color:var(--sunbeth-white)}.sunbeth-product-showcase__content>p{font-size:20px;line-height:1.5;margin:0;color:#525252;max-width:609px}.sunbeth-product-showcase--accent .sunbeth-product-showcase__content>p{color:rgba(247,247,247,.9)}.sunbeth-product-showcase__tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:auto;padding-top:40px;max-width:480px}.sunbeth-product-showcase__tags span{background:var(--sunbeth-white);color:var(--sunbeth-heading);font-size:18px;padding:20px 24px;border-radius:999px;line-height:1.2;letter-spacing:-.02em}.sunbeth-product-showcase__tags span.is-featured{font-weight:500}@media (prefers-reduced-motion:reduce){.sunbeth-product-showcase{transition:none!important}.sunbeth-product-showcase__pin.is-covered .sunbeth-product-showcase{filter:none;transform:none}}.sunbeth-products-footer{padding-top:0;background:#fff}.sunbeth-products-footer .sunbeth-footer{background:var(--sunbeth-dark)}@media (max-width:1100px){.sunbeth-products-hero__headlines{grid-template-columns:1fr;justify-content:start}.sunbeth-products-hero__subtitle{max-width:none}.sunbeth-product-showcase__pin{position:relative;top:auto;height:auto;margin-bottom:0;padding-bottom:0}.sunbeth-product-showcase__pin:last-child{min-height:0;padding-bottom:0}.sunbeth-products-showcase__stack{gap:36px}.sunbeth-product-showcase{grid-template-columns:1fr;height:auto;min-height:auto}.sunbeth-product-showcase__pin.is-covered .sunbeth-product-showcase{transform:none;filter:none}.sunbeth-product-showcase__media{min-height:420px}.sunbeth-product-showcase__content{align-self:stretch;width:100%;min-height:auto}}@media (max-width:768px){.sunbeth-products-hero{min-height:0;padding-bottom:0;background:#fe5b0b}.sunbeth-products-hero__mosaic{display:none}.sunbeth-products-hero__label{display:block;font-size:16px;line-height:17.85px;letter-spacing:-1px;margin-bottom:4px}.sunbeth-products-hero__headlines{display:flex;flex-direction:column;gap:10px;padding:120px 16px 34px;max-width:362.5px}.sunbeth-products-hero__title{font-size:24px;line-height:34px;letter-spacing:-.48px;max-width:none}.sunbeth-products-hero__title br{display:none}.sunbeth-products-hero__subtitle{line-height:40px;font-size:16px;max-width:none}.sunbeth-products-image{margin-top:0;padding:16px 16px 32px;background:var(--sunbeth-white);border-radius:16px 16px 0 0;position:relative;z-index:2}.sunbeth-products-image .sunbeth-container{padding-inline:0;max-width:none;width:100%}.sunbeth-products-image__frame{border-radius:16px;padding:0;background:0 0}.sunbeth-products-image__frame img{height:360px;border-radius:16px}.sunbeth-product-showcase__tags span{font-size:16px;padding:14px 18px}}@media (max-width:768px){.sunbeth-about-hero .sunbeth-header--about.is-open .sunbeth-nav a,.sunbeth-contact-hero .sunbeth-header--about.is-open .sunbeth-nav a,.sunbeth-header--about.is-sticky.is-open .sunbeth-nav a,.sunbeth-header--about:not(.is-sticky).is-open .sunbeth-nav a,.sunbeth-header.is-open .sunbeth-nav a,.sunbeth-products-hero .sunbeth-header--about.is-open .sunbeth-nav a{color:rgba(255,255,255,.92)!important}.sunbeth-about-hero .sunbeth-header--about.is-open .sunbeth-nav a:hover,.sunbeth-about-hero .sunbeth-header--about.is-open .sunbeth-nav__active,.sunbeth-contact-hero .sunbeth-header--about.is-open .sunbeth-nav a:hover,.sunbeth-contact-hero .sunbeth-header--about.is-open .sunbeth-nav__active,.sunbeth-header--about.is-sticky.is-open .sunbeth-nav a:hover,.sunbeth-header--about.is-sticky.is-open .sunbeth-nav__active,.sunbeth-header.is-open .sunbeth-nav a:hover,.sunbeth-header.is-open .sunbeth-nav__active,.sunbeth-products-hero .sunbeth-header--about.is-open .sunbeth-nav a:hover,.sunbeth-products-hero .sunbeth-header--about.is-open .sunbeth-nav__active{color:var(--sunbeth-white)!important}.sunbeth-about-hero .sunbeth-header--about.is-open .sunbeth-nav__active::after,.sunbeth-contact-hero .sunbeth-header--about.is-open .sunbeth-nav__active::after,.sunbeth-header--about.is-sticky.is-open .sunbeth-nav__active::after,.sunbeth-header.is-open .sunbeth-nav__active::after,.sunbeth-products-hero .sunbeth-header--about.is-open .sunbeth-nav__active::after{background:var(--sunbeth-white)!important}.sunbeth-header.is-open .sunbeth-nav__mobile-cta{color:var(--sunbeth-white)!important}}