#profile_section{width:100%;padding:160px 160px 100px;z-index:10;position:relative}#profile_container{border:1px solid rgba(0,0,0,.2);border-radius:5px;width:100%;padding:15px 30px 30px;display:flex;flex-direction:column;gap:30px;font-family:paragraph;font-size:13px}#profile_header{width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.2)}.profile_tab{padding:15px;border-bottom:4px solid transparent;transition:all .1s ease;display:inline-block;cursor:pointer;white-space:nowrap!important}.profile_tab.active_tab{border-bottom:4px solid black}.detail_block{width:100%;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:30px;border:1px solid rgba(0,0,0,.2);border-radius:5px}#profile_header_inside{border-radius:0;border:none;border-bottom:1px solid rgba(0,0,0,.2);padding:0 0 30px}.profile_left_container{width:50%;display:flex;flex-direction:column;justify-content:center}.profile_left_container h4{font-weight:500;font-size:23px;margin-bottom:2px}.profile_left_container p{width:80%;line-height:1.5}.profile_right_container{width:50%;display:flex;flex-direction:column;gap:20px}#profile_details .profile_right_container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;position:relative}#edit_user_details{width:40px;height:40px;position:absolute;top:0;right:0;background-color:black;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}#edit_user_details svg{fill:white;width:70%;transition:all .3s ease}#edit_user_details:hover svg{transform:scale(.9)}.profile_right_container h5{font-size:13px;letter-spacing:.5px}.profile_avatar{position:relative;width:140px;height:140px;background-color:#d6a3ff;color:#6820a8;display:flex;align-items:center;justify-content:center;font-size:50px;font-weight:600;border-radius:50%;margin-bottom:10px;overflow:hidden}.profile_avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.user_form{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px}.user_form_input{display:flex;flex-direction:column;gap:3px}.user_form input{width:100%;padding:10px;background-color:#f4e9ea;border:none;outline:none;border:1px solid rgba(0,0,0,.2)}.checkbox_container{display:flex;align-items:flex-start;gap:10px}.checkbox_container input{margin-top:2px}.change_pass_form{gap:15px}.change_pass_form,.password_input{display:flex;flex-direction:column}.password_input{position:relative;gap:3px}.change_pass_form input{width:100%;padding:10px;background-color:#f4e9ea;border:none;outline:none;border:1px solid rgba(0,0,0,.2)}#address_container{width:100%;justify-content:space-between;flex-wrap:wrap}#address_container,.address_card{display:flex;align-items:flex-start}.address_card{width:48.5%;gap:15px;border:1px solid rgba(0,0,0,.2);padding:25px;min-height:130px;border-radius:5px;transition:all .3s ease}.address_card:hover{background-color:#00000005}.address_card svg{width:24px;height:24px}.address_details{width:50%;display:flex;flex-direction:column;gap:2px}.person_location,.person_name{font-weight:600}.no-data{width:100%;flex-shrink:0;text-align:center;margin-top:100px;font-size:22px}.table-container{width:100%;overflow-x:auto}.order-table{width:100%;border-collapse:collapse;font-family:paragraph;font-size:13px;font-weight:400;min-width:900px;border:1px solid rgba(0,0,0,.2)}.order-table td,.order-table th{padding:12px;border:1px solid rgba(0,0,0,.2);vertical-align:middle}.order-table th{background:pink;text-align:left;color:black;font-weight:600;white-space:nowrap}.product-cell{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.product-cell img{width:70px;height:80px;object-fit:cover;border-radius:4px;border:1px solid rgba(0,0,0,.2)}.product-name{font-weight:500;margin-bottom:4px}.status{padding:4px 8px;border-radius:50px;font-size:12px;font-weight:500;display:inline-block;min-width:50px;text-align:center}.status.unpaid{background:#d32f2f;color:white;font-weight:600;border:1px solid #d32f2f}.status.paid{background:#2e7d32;color:white;border:1px solid #2e7d32}.track-btn{width:-moz-fit-content!important;width:fit-content!important;max-width:unset!important;height:30px!important;padding:4px 12px!important;font-size:12px!important;display:flex!important;align-items:center!important;gap:6px!important}#address_popup.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.492);display:flex;justify-content:center;align-items:center;z-index:2000;padding:100px;font-family:paragraph}#address_popup .modal-content{background:#fadcde;border-radius:5px;width:500px;max-width:95%;padding:20px;box-shadow:0 4px 15px rgba(0,0,0,.2)}#address_popup .modal-title{font-size:18px;font-weight:600;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}#address_popup .location-icon{font-size:16px}#address_popup .info-box{background:red;padding:10px;border-radius:4px;font-size:12px;margin-bottom:15px;color:white;font-weight:600;letter-spacing:.5px}#address_popup .address-form input,#address_popup .address-form select{width:100%;padding:10px;border:1px solid rgba(0,0,0,.2);border-radius:4px;margin-bottom:12px;font-size:13px;background-color:#f4e9ea;outline:none}#address_popup .form-row{display:flex;gap:12px}#address_popup .form-actions{display:flex;justify-content:flex-end;gap:12px}#address_popup .btn{padding:8px 18px;border-radius:20px;font-size:13px;cursor:pointer;border:1px solid transparent}#address_popup .btn.cancel{background:#fff;color:#d32f2f;border:1px solid #d32f2f}#address_popup .btn.save{background:#000;color:#fff;border:none}.error-text{color:#d32f2f!important;font-size:12px;margin-bottom:5px;display:block}.deactivate-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;justify-content:center;align-items:center;z-index:1000}.deactivate-modal{background:#fadcde;border-radius:5px;padding:30px 40px;max-width:420px;width:100%;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.1);animation:scaleIn .25s ease}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.deactivate-modal-icon{color:#ff3b30;margin-bottom:10px}.deactivate-modal-icon img{width:70px;height:auto}.deactivate-title{font-size:22px;font-weight:600;margin-bottom:10px;color:#111}.deactivate-subtitle{font-size:15px;color:#555;margin-bottom:15px}.deactivate-points{list-style:none;padding:0;margin:0 0 20px;text-align:left;font-size:14px;color:#444}.deactivate-points li{margin-bottom:8px;display:flex;align-items:center;gap:6px}.deactivate-actions{display:flex;justify-content:space-between;gap:12px}#profile_header .profile-logout-btn{margin:0;flex-shrink:0}@media (max-width:576px){#profile_section{padding:70px 0;background-size:100%;background-position:top}#profile_container{padding:20px;border:none!important}#profile_header{flex-direction:column-reverse;align-items:flex-start;gap:20px}.detail_block{flex-direction:column;padding:20px}.profile_left_container{width:100%}.profile_right_container{width:100%;gap:20px}.user_form{grid-template-columns:repeat(1,1fr);gap:10px}.profile_left_container p{width:100%}.user_form input{padding:15px}#address_container{gap:20px}.address_card{width:100%;height:auto}#address_popup.modal-overlay{padding:5px}.deactivate-modal-overlay{padding:10px}.deactivate-modal{border-radius:5px;padding:20px}.address_details{width:80%}.order-table{font-size:12px}.product-cell img{width:40px;height:50px}}@media (max-width:768px){#profile_section{padding-left:0;padding-right:0;padding-bottom:50px}#profile_container{padding:20px;border:none!important}#profile_header{flex-direction:column-reverse;align-items:flex-start;gap:20px}.detail_block{flex-direction:column;padding:20px}.profile_left_container{width:100%}.profile_right_container{width:100%;gap:20px}.user_form{grid-template-columns:repeat(1,1fr);gap:10px}.profile_left_container p{width:100%}.user_form input{padding:15px}#address_container{gap:20px}.address_card{width:100%;height:auto}#address_popup.modal-overlay{padding:5px}.deactivate-modal-overlay{padding:10px}.deactivate-modal{border-radius:5px;padding:20px}.address_details{width:80%}.order-table{font-size:12px}.product-cell img{width:40px;height:50px}.tab_container{display:flex;overflow-x:auto}}@media (min-width:769px) and (max-width:992px){#profile_section{padding-left:0;padding-right:0;padding-bottom:50px}#profile_container{padding:20px;border:none!important}}@media (min-width:993px) and (max-width:1200px){#profile_section{padding-left:70px;padding-right:70px}}.polaroid_card{width:20vw;height:auto;background-color:#fff;padding:1vw}.polaroid_img{width:100%;height:15vw}.polaroid_img img{width:100%;height:100%;object-fit:cover}.polaroid_card p{font-family:heading;font-size:1.3vw;text-align:center;line-height:1.2;color:#fe0000;margin-top:1vw}.polaroid_card p span{color:#fe0000}.common_product_card{width:100%;height:100%;position:relative;overflow:hidden;flex-shrink:0}.common_product_card img{width:100%;height:100%;object-fit:cover;object-position:center}.product_card_details{width:100%;position:absolute;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:1vw;color:#fff}.product_card_details h4{font-family:paragraph;font-weight:400;font-size:14px;line-height:1.35;font-style:normal}@media (min-width:445px) and (max-width:576px){.common_product_card img{height:360px!important}}.blog-card{display:flex;flex-direction:column;text-decoration:none;color:#fe0000;cursor:pointer}.blog-card__imageWrapper{position:relative;width:100%;height:430px;background:#f5f5f5;overflow:hidden}.blog-card__image{object-fit:cover}.blog-card__imagePlaceholder{position:absolute;inset:0;background:#e8e8e8}.blog-card__meta{margin-top:16px;width:100%}.blog-card__title{font-family:titleFont;font-size:14px;font-weight:400;line-height:1.35;color:#fe0000!important;margin:0;text-align:left}@media (max-width:480px){.blog-card__imageWrapper{height:250px}}.blog-listing{padding:40px 40px 80px;font-family:paragraph;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:10;position:relative;color:#fe0000}.blog-listing__header{margin-bottom:4vw}.blog-listing__heading{font-family:heading;font-size:6.5vw;line-height:.9;text-transform:uppercase;white-space:nowrap;text-align:center;margin-bottom:0;perspective:800px;color:#fe0000}.blog-listing__heading .split>span{display:inline-block;transform-origin:top}.blog-listing__description{font-family:paragraph;font-size:calc(12px + .18vw);font-weight:400;line-height:1.5;letter-spacing:.2px;text-align:center;max-width:32rem;margin:1rem auto 0;color:#fe0000}.blog-listing__grid,.blog-post__relatedGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;gap:30px;grid-column-gap:20px;column-gap:20px}.blog-listing__empty{font-family:paragraph;font-size:14px;text-align:center;color:#fe0000;padding:3rem 0}@media (max-width:1024px){.blog-listing__grid,.blog-post__relatedGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.blog-listing__grid,.blog-post__relatedGrid{grid-template-columns:repeat(2,1fr)}.blog-listing{padding:20px}}@media (max-width:480px){.blog-listing{padding:30px 20px}.blog-listing__grid,.blog-post__relatedGrid{grid-template-columns:repeat(2,1fr);gap:20px}}.blog-post{--blog-post-content-width:900px;--blog-post-text-size:clamp(14px,0.35vw + 13px,16px);--blog-post-meta-size:14px;--blog-post-caption-size:12px;--blog-post-text-lh:1.7;--blog-post-meta-lh:1.35;--blog-post-text-color:#222;--blog-post-meta-color:#666;--blog-post-caption-color:#888;position:relative;z-index:10;padding:0 40px 80px;font-family:paragraph;font-size:var(--blog-post-text-size);font-weight:400;line-height:var(--blog-post-text-lh);letter-spacing:.2px;color:var(--blog-post-text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.blog-post__toolbar{padding-top:8rem;max-width:var(--blog-post-content-width);margin:0 auto 1.5rem}.blog-post__back{display:inline-block;font-family:titleFont;font-size:14px;font-weight:400;line-height:1.35;color:#666;text-decoration:none;transition:color .2s ease}.blog-post__back:hover{color:#000}.blog-post__hero{position:relative;width:calc(100% + 80px);margin-left:-40px;min-height:52vh;max-height:72vh;aspect-ratio:21/9;overflow:hidden;background:#f5f5f5}.blog-post__heroImage{object-fit:cover;object-position:center}.blog-post__intro{padding:2rem 0 0}.blog-post__intro>.blog-post__introCredit,.blog-post__introInner{width:100%;max-width:var(--blog-post-content-width);margin-left:auto;margin-right:auto}.blog-post__introInner{margin-bottom:0}.blog-post__intro>.blog-post__introDivider,.blog-post__intro>.blog-post__introMeta{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0;box-sizing:border-box}.blog-post__introCredit{font-family:titleFont;font-size:var(--blog-post-caption-size);font-weight:400;font-style:normal;line-height:1.4;letter-spacing:.2px;color:var(--blog-post-caption-color);text-align:right;margin:0 auto 1.75rem}.blog-post__introGrid{position:relative;display:flex;flex-direction:column;gap:1.25rem}.blog-post__introAside{display:flex;flex-direction:row;align-items:center;gap:14px;width:auto}@media (min-width:960px){.blog-post__introGrid{display:block;gap:0}.blog-post__introAside{position:absolute;left:calc(-88px - 32px);top:0;width:88px;flex-direction:column;align-items:flex-start;gap:10px}}.blog-post__readBadge{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#111;color:#fff;font-family:heading;font-size:clamp(16px,2vw,18px);font-weight:500;font-style:normal;line-height:1}.blog-post__author{font-family:titleFont;font-size:var(--blog-post-caption-size);font-weight:400;font-style:normal;line-height:var(--blog-post-meta-lh);letter-spacing:.2px;color:var(--blog-post-meta-color);margin:0;max-width:88px}.blog-post__introMain{min-width:0;width:100%}.blog-post__title{font-family:heading;font-size:clamp(1.75rem,4.2vw,2.75rem);line-height:1.05;font-weight:500;font-style:normal;text-transform:uppercase;color:#000;margin:0 0 .75rem}.blog-post__introDate{font-family:titleFont;font-size:var(--blog-post-meta-size);font-weight:400;font-style:normal;line-height:var(--blog-post-meta-lh);letter-spacing:.2px;color:var(--blog-post-meta-color);margin:0 0 1.25rem}.blog-post__introCopy{display:flex;flex-direction:column;gap:1.25rem}.blog-post__lead{font-family:paragraph;font-size:var(--blog-post-text-size);font-weight:400;font-style:normal;line-height:var(--blog-post-text-lh);letter-spacing:.2px;color:var(--blog-post-text-color);margin:0}.blog-post__introMeta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:2rem;flex-wrap:wrap}.blog-post__introTags{display:flex;flex-wrap:wrap;gap:8px 14px}.blog-post__introRead,.blog-post__introTag{font-family:titleFont;font-size:var(--blog-post-meta-size);font-weight:400;font-style:normal;line-height:var(--blog-post-meta-lh);letter-spacing:.2px;color:#000}.blog-post__introRead{margin:0;text-align:right}.blog-post__introRead strong{font-family:heading;font-size:clamp(16px,2vw,18px);font-weight:500;font-style:normal}.blog-post__introRead span{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}.blog-post__introDivider{border:none;border-top:1px solid #000;margin:2rem 0 0}.blog-post__inner{width:100%;max-width:var(--blog-post-content-width);margin:0 auto;padding-top:2.5rem}.blog-post__caption{font-family:titleFont;font-size:var(--blog-post-caption-size);line-height:1.4;color:var(--blog-post-caption-color);text-align:left;margin:12px 0 0}.blog-post__body,.blog-post__caption{font-weight:400;font-style:normal;letter-spacing:.2px}.blog-post__body{font-family:paragraph;font-size:var(--blog-post-text-size);line-height:var(--blog-post-text-lh);color:var(--blog-post-text-color)}.blog-post__body h2,.blog-post__body h3{font-family:heading;font-weight:500;font-style:normal;line-height:1.1;color:#000;margin:2.5rem 0 1rem;text-transform:uppercase}.blog-post__body h2{font-size:clamp(1.35rem,3vw,1.75rem)}.blog-post__body h3{font-size:clamp(1.15rem,2.4vw,1.45rem)}.blog-post__body p{margin:0 0 1.5rem}.blog-post__body p:last-child{margin-bottom:0}.blog-post__body strong{font-weight:600;color:#000}.blog-post__body em{font-style:italic}.blog-post__body ol,.blog-post__body ul{margin:0 0 1.5rem;padding-left:1.25rem}.blog-post__body li{margin-bottom:.5rem}.blog-post__body blockquote{margin:0 0 1.5rem;padding-left:1rem;border-left:2px solid #ccc;color:#444}.blog-post__body pre{margin:0 0 1.5rem;padding:1rem;background:#f5f5f5;overflow-x:auto;font-size:.9em}.blog-post__body .blog-post__figureMedia img,.blog-post__body img{width:100%;height:auto;display:block;object-fit:cover}.blog-post__figure{margin:2rem 0}.blog-post__figureMedia{position:relative;width:100%;overflow:hidden;background:#f5f5f5}.blog-post__figureImage{object-fit:cover}.blog-post__end{margin-top:3rem}.blog-post__divider{border:none;border-top:1px solid #000;margin:0 0 1.25rem}.blog-post__share{display:flex;align-items:center;justify-content:space-between;gap:16px}.blog-post__shareLabel{font-family:titleFont;font-size:var(--blog-post-meta-size);font-weight:400;font-style:normal;line-height:var(--blog-post-meta-lh);letter-spacing:.2px;color:#000}.blog-post__shareActions{display:flex;align-items:center;gap:18px}.blog-post__shareBtn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:#000;cursor:pointer;text-decoration:none;transition:color .2s ease,opacity .2s ease}.blog-post__shareBtn:hover{color:#fe0000}.blog-post__shareBtn svg{width:18px;height:18px}.blog-post__related{width:100%;margin:80px 0 0;padding-top:48px;border-top:1px solid #e8e8e8}.blog-post__relatedHeading{font-family:heading;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:500;font-style:normal;line-height:.95;text-transform:uppercase;text-align:left;margin:0 0 2.5rem;color:#000}.blog-post__relatedHeading .heading-accent{color:#fe0000}@media (max-width:768px){.blog-post{--blog-post-text-size:14px;padding:0 20px 60px}.blog-post__toolbar{padding-top:7rem}.blog-post__hero{width:calc(100% + 40px);margin-left:-20px;min-height:40vh;aspect-ratio:16/10}.blog-post__intro{padding-top:1.5rem}.blog-post__title{font-size:clamp(1.5rem,7vw,2.25rem);margin-bottom:.65rem}.blog-post__introCopy{gap:1rem}.blog-post__author,.blog-post__introAside{max-width:none}.blog-post__introMeta{flex-direction:column;align-items:flex-start;gap:12px;margin-top:1.5rem}.blog-post__introRead{text-align:left}.blog-post__introDivider{margin-top:1.5rem}.blog-post__inner{padding-top:2rem}.blog-post__body h2{font-size:clamp(1.2rem,5vw,1.5rem);margin-top:2rem}.blog-post__body h3{font-size:clamp(1.05rem,4vw,1.25rem)}.blog-post__body p{margin-bottom:1.25rem}.blog-post__figure{margin:1.5rem 0}.blog-post__share{flex-wrap:wrap;row-gap:12px}.blog-post__related{margin-top:48px;padding-top:32px}.blog-post__relatedHeading{font-size:clamp(1.35rem,6vw,2rem);margin-bottom:1.75rem}}@media (max-width:480px){.blog-post{padding:0 20px 30px}.blog-post__title{font-size:clamp(1.35rem,8vw,1.85rem)}.blog-post__introCredit{font-size:11px;margin-bottom:1.25rem}.blog-post__readBadge{width:46px;height:46px;font-size:16px}.blog-post__end{margin-top:2rem}}.material-card{display:flex;flex-direction:column;width:100%;padding:0;border:none;background:transparent;text-decoration:none;color:#fe0000;cursor:pointer;text-align:left}.material-card__imageWrapper{position:relative;width:100%;aspect-ratio:16/10;max-height:240px;background:#ebe8e3;overflow:hidden}.material-card__image{object-fit:cover;object-position:center;transition:transform .45s cubic-bezier(.22,1,.36,1)}.material-card:focus-visible .material-card__image,.material-card:hover .material-card__image{transform:scale(1.03)}.material-card__imagePlaceholder{position:absolute;inset:0;background:#e0ddd8}.material-card__meta{margin-top:16px;width:100%;display:flex;flex-direction:column;gap:6px}.material-card__code,.material-card__title{margin:0;font-family:titleFont;font-size:14px;font-weight:400;line-height:1.35;color:#fe0000!important;text-align:left}.material-card__expand{white-space:nowrap}.material-card:focus-visible{outline:2px solid #fe0000;outline-offset:4px}@media (max-width:768px){.material-card__imageWrapper{aspect-ratio:3/2;max-height:200px}}@media (max-width:480px){.material-card__imageWrapper{max-height:180px}}.material-listing{padding:40px 40px 80px;font-family:paragraph;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:10;position:relative;transition:opacity .35s ease;color:#fe0000}.material-listing--dimmed{opacity:.45;pointer-events:none}.material-listing__header{margin-bottom:4vw}.material-listing__heading{font-family:heading;font-size:6.5vw;line-height:.9;text-transform:uppercase;white-space:nowrap;text-align:center;margin-bottom:0;perspective:800px;color:#fe0000}.material-listing__heading .split>span{display:inline-block;transform-origin:top}.material-listing__description{font-family:paragraph;font-size:calc(12px + .18vw);font-weight:400;line-height:1.5;letter-spacing:.2px;text-align:center;max-width:32rem;margin:1rem auto 0;color:#fe0000}.material-listing__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;gap:30px;grid-column-gap:20px;column-gap:20px}.material-listing__empty{font-family:paragraph;font-size:14px;text-align:center;color:#fe0000;padding:3rem 0}@media (max-width:1024px){.material-listing__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.material-listing__grid{grid-template-columns:repeat(2,1fr)}.material-listing{padding:20px}.material-listing__heading{font-size:clamp(2rem,10vw,3.5rem);white-space:normal}}@media (max-width:480px){.material-listing{padding:30px 20px}.material-listing__grid{grid-template-columns:repeat(2,1fr);gap:20px}}.material-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px 40px;pointer-events:none;font-family:paragraph;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.material-modal__backdrop{position:absolute;inset:0;border:none;background:rgba(180,175,168,.55);cursor:pointer;pointer-events:auto}.material-modal__panel{position:relative;z-index:1;width:100%;max-width:420px;max-height:calc(100vh - 48px);overflow-y:auto;background:#fff;pointer-events:auto;box-shadow:0 24px 64px rgba(0,0,0,.12);color:#222}.material-modal__tab{position:absolute;top:-10px;left:28px;width:44px;height:10px;background:#fff}.material-modal__content{padding:36px 32px 28px}.material-modal__section{margin-bottom:28px}.material-modal__section:last-of-type{margin-bottom:24px}.material-modal__label{font-family:titleFont;font-size:12px;line-height:1.4;text-transform:uppercase;color:#888;margin:0 0 12px}.material-modal__label,.material-modal__text{font-weight:400;font-style:normal;letter-spacing:.2px}.material-modal__text{font-family:paragraph;font-size:clamp(14px,.35vw + 13px,16px);line-height:1.7;color:#222;margin:0}.material-modal__source{display:flex;align-items:center;gap:14px}.material-modal__sourceLogo{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;font-family:heading;font-size:18px;font-weight:500;font-style:normal;line-height:1}.material-modal__sourceText{display:flex;flex-direction:column;gap:4px}.material-modal__sourceName{font-size:14px;line-height:1.35;color:#000;text-decoration:underline;text-underline-offset:3px}.material-modal__sourceCountry,.material-modal__sourceName{font-family:titleFont;font-weight:400;font-style:normal;letter-spacing:.2px}.material-modal__sourceCountry{font-size:12px;line-height:1.4;text-transform:uppercase;color:#888}.material-modal__products{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0}.material-modal__product{display:block;text-decoration:none}.material-modal__productMedia{position:relative;width:72px;height:120px;background:#f5f5f5;overflow:hidden;border:none;border-radius:0}.material-modal__productImage{object-fit:cover;object-position:center top;border:none;border-radius:0}.material-modal__close{display:block;width:100%;margin:8px auto 0;padding:0;border:none;background:transparent;font-family:titleFont;font-size:12px;font-weight:400;font-style:normal;line-height:1.35;letter-spacing:.12em;text-transform:uppercase;color:#000;cursor:pointer;text-align:center;transition:color .2s ease}.material-modal__close:hover{color:#fe0000}@media (max-width:768px){.material-modal{padding:20px;align-items:center;justify-content:center}.material-modal__panel{width:min(100%,420px);max-width:420px;max-height:min(85vh,calc(100dvh - 40px));margin:0 auto}.material-modal__content{padding:28px 22px 22px}.material-modal__tab{left:22px}.material-modal__text{font-size:14px}}@media (max-width:480px){.material-modal__productMedia{width:64px;height:104px}}footer{padding:0;z-index:10;position:relative;background-color:#fadcde;overflow:hidden;color:#fe0000}footer .footer-bottom,footer .footer-description,footer .footer-divider,footer .footer-hero{position:relative;z-index:2}.footer-hero{display:flex;justify-content:space-between;align-items:flex-end;padding:120px 32px;gap:24px}.footer-hero-headline{margin:0;color:#fe0000;max-width:65%;font-family:heading;font-size:6.5vw;line-height:.9;text-transform:uppercase}.footer-hero-headline__line{display:block}.footer-copyright-badge{color:#fe0000;white-space:nowrap;display:flex;align-items:center;flex-shrink:0;font-family:heading;font-size:6.5vw;line-height:.9;text-transform:uppercase}.footer-copyright-badge .copy-symbol{margin-right:4px;font-family:heading;font-size:6.5vw;line-height:.9}.footer-description{padding:0 32px 32px;margin:0;font-family:subTitleFont,sans-serif;font-size:clamp(12px,1vw,14px);font-weight:400;line-height:1.6;color:#fe0000;max-width:420px}.footer-description__line{display:block}.footer-divider{border:none;border-top:1.5px solid #fe0000;margin:0 32px}.footer-bottom{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:24px;gap:24px;padding:28px 32px 40px;align-items:start;font-family:subTitleFont}.footer-brand{display:flex;flex-direction:column;gap:4px}.footer-brand p{font-size:clamp(12px,1vw,14px);font-weight:400;color:#fe0000;line-height:1.6;margin:0}.footer-brand__name{font-weight:700;font-size:clamp(13px,1.1vw,15px)}.footer-dev-credit{margin-top:4px}.footer-dev-credit a{color:#fe0000;font-weight:700;text-underline-offset:2px}.footer-dev-credit a:hover{opacity:.5}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links a{font-size:clamp(12px,1vw,14px);font-weight:400;color:#fe0000;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-policy{display:flex;flex-direction:column;gap:8px}.footer-policy a{font-size:clamp(12px,1vw,14px);font-weight:400;color:#fe0000;text-decoration:none}.footer-policy a:hover{text-decoration:underline}.footer-social{display:flex;flex-direction:column;gap:8px}.footer-social a{font-size:clamp(12px,1vw,14px);font-weight:400;color:#fe0000;text-decoration:none}.footer-social a:hover{text-decoration:underline}@media (min-width:993px){.footer-hero{padding:140px 32px}}@media (max-width:1024px){.footer-hero-headline{max-width:60%}.footer-bottom{grid-template-columns:1fr 1fr;gap:32px 24px}}@media (max-width:768px){.footer-hero{padding:32px 20px 48px;gap:16px}.footer-hero-headline{max-width:100%;white-space:normal}.footer-hero-headline__line{display:block}.footer-description{padding:0 20px 28px;max-width:none}.footer-description__line{display:inline}.footer-description__line+.footer-description__line:before{content:" "}.footer-divider{margin:0 20px}.footer-bottom{display:grid;grid-template-columns:1fr 1fr;padding:24px 20px 36px;grid-gap:28px 20px;gap:28px 20px}.footer-links{order:1}.footer-policy{order:2}.footer-social{order:3}.footer-brand{order:4;grid-column:1/-1}}@media (max-width:480px){.footer-hero{padding:24px 16px 40px}.footer-description{padding:0 16px 24px}.footer-divider{margin:0 16px}.footer-bottom{padding:20px 16px 32px;gap:24px 16px}}.bracketSlideCta{display:flex;align-items:center;justify-content:flex-start;gap:.35em;width:-moz-fit-content;width:fit-content;margin:0;padding:0;border:none;background:none;cursor:pointer;font-family:heading;color:#fe0000;text-transform:uppercase;text-decoration:none;font-size:clamp(16px,2.4vw,26px);line-height:1}.bracketSlideCta:focus-visible{outline:2px solid #fe0000;outline-offset:4px}.bracketSlideCta__bracket{flex-shrink:0;line-height:1}.bracketSlideCta__clip{display:block;height:1em;overflow:hidden;line-height:1}.bracketSlideCta__rail{display:flex;flex-direction:column;transition:transform .5s cubic-bezier(.22,1,.36,1)}.bracketSlideCta__line{display:block;white-space:nowrap;line-height:1;font-family:heading;color:#fe0000}.bracketSlideCta:focus-visible .bracketSlideCta__rail,.bracketSlideCta:hover .bracketSlideCta__rail{transform:translateY(-50%)}@media (max-width:768px){.bracketSlideCta{font-size:clamp(15px,5vw,28px)}}.curated-container{padding:120px 40px;font-family:paragraph;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:10;position:relative}.curated-container.is-shop{padding:40px 40px 80px;color:#fe0000}.curated-header{margin-bottom:4vw}.heading-accent{color:#fe0000}.curated-heading{font-family:heading;font-size:6.5vw;line-height:.9;text-transform:uppercase;white-space:nowrap;text-align:center;margin-bottom:0;perspective:800px;color:#fe0000}.curated-heading .split>span{display:inline-block;transform-origin:top}.curated-description{font-family:paragraph;font-size:calc(12px + .18vw);font-weight:400;line-height:1.5;letter-spacing:.2px;text-align:center;max-width:32rem;margin:1rem auto 0;color:#fe0000}.curated-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;gap:30px;grid-column-gap:20px;column-gap:20px}.curated-card{display:flex;flex-direction:column;text-decoration:none;color:#fe0000;cursor:pointer}.curated-imageWrapper{position:relative;width:100%;height:430px;background:#f5f5f5;overflow:hidden}.curated-image{object-fit:cover}.curated-imagePlaceholder{position:absolute;inset:0;background:#e8e8e8}.curated-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding-top:0;width:100%}.curated-name{margin:0;flex:1 1;min-width:0;text-align:left}.curated-name,.curated-price{font-family:titleFont;font-size:14px;font-weight:400;line-height:1.35;color:#fe0000!important}.curated-price{margin:0 0 0 auto;flex-shrink:0;text-align:right;white-space:nowrap}@media (max-width:1024px){.curated-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.curated-grid{grid-template-columns:repeat(2,1fr)}.curated-container{padding:20px}.curated-meta{flex-direction:column;align-items:flex-start;gap:4px}.curated-name,.curated-price{width:100%;text-align:left}.curated-price{margin-left:0}}@media (max-width:480px){.curated-filter-strip,.curated-filter-strip__inner{padding:0!important}.curated-grid{grid-template-columns:repeat(2,1fr);gap:20px}.curated-filter-strip__trigger{padding:.6875rem .8rem .59375rem}.shop_hero_section_content{top:6rem;padding:0!important}.curated-container.is-shop{padding:30px 20px}.curated-container{padding:60px 20px 30px}.curated-imageWrapper{height:250px}}.curated-filter-strip-root{width:100%}.curated-filter-strip{position:-webkit-sticky;position:sticky;top:0;z-index:10;width:100%;min-height:60px;display:flex;align-items:center;justify-content:center;padding:0 3vw;margin:0 0 2rem;box-sizing:border-box;background:transparent;z-index:11}.curated-filter-strip--pinned{position:fixed!important;left:0;right:0;width:100%;max-width:100vw;margin:0!important;background:transparent;border-bottom:none;box-shadow:none}.curated-filter-strip__inner{flex-wrap:wrap;gap:.46875rem;padding:.4vw 0}.curated-filter-strip__desktop,.curated-filter-strip__inner{display:flex;align-items:center;justify-content:center;position:relative;width:100%}.curated-filter-strip__desktop{min-height:44px}.curated-filter-strip__filters{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.46875rem;position:relative}.curated-filter-strip__count{color:#c9a84c;font-weight:400}.curated-filter-strip__item,.curated-filter-strip__trigger{position:relative;display:inline-flex;align-items:center;z-index:9}.curated-filter-strip__trigger{border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#000!important;background-color:#fff;text-decoration:none;text-transform:uppercase;font-size:calc(8px + .229167vw);font-weight:100;font-family:paragraph;letter-spacing:.3px;line-height:1;padding:.6875rem 1rem .59375rem;border-radius:5px;cursor:pointer}.curated-filter-strip__trigger span{position:relative;z-index:1}.cfs-pill-svg{width:.6rem;height:20px;flex:0 0 auto;display:inline-block;fill:white;position:absolute;pointer-events:none}.cfs-pill-svg--left{right:99%}.cfs-pill-svg--right{left:99%}.curated-filter-strip__item--open .curated-filter-strip__trigger,.curated-filter-strip__item--open .curated-filter-strip__trigger span{font-weight:600!important}@keyframes cfs-menu-list-in{0%{opacity:0}to{opacity:1}}@keyframes cfs-menu-item-in{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}.curated-filter-strip__menu{--cfs-menu-height:380px;position:absolute;top:0;left:0;width:100%;height:0;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:0 1rem;z-index:2;pointer-events:none;border-radius:5px;opacity:0;transition:height .55s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1) .04s,padding .55s cubic-bezier(.4,0,.2,1)}.curated-filter-strip__menu--open{height:var(--cfs-menu-height);opacity:1;padding:2rem 1rem;pointer-events:all}.curated-filter-strip__menu__list{display:flex;flex-direction:column;justify-content:flex-end;gap:.65rem;width:100%;height:100%;animation:cfs-menu-list-in .2s ease forwards}.curated-filter-strip__option{display:flex;align-items:center;justify-content:flex-start;gap:10px;border:none;background:transparent!important;text-align:left;font-family:paragraphStyleB,sans-serif!important;font-size:16px!important;font-weight:100!important;letter-spacing:1px!important;color:#000!important;text-transform:capitalize!important;line-height:1.4!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%;cursor:pointer;padding:0!important;border-radius:0;text-decoration:none!important;opacity:0;transform:translate3d(0,8px,0);will-change:opacity,transform}.curated-filter-strip__menu__list .curated-filter-strip__option{animation:cfs-menu-item-in .45s cubic-bezier(.4,0,.2,1) forwards;animation-delay:var(--cfs-item-delay,.12s)}.curated-filter-strip__option.is-selected{background-color:#fadcde;padding:0!important}.curated-filter-strip__option-text{flex:0 1 auto}.curated-filter-strip__option-check{flex-shrink:0;font-family:paragraphStyleB,sans-serif;font-size:16px;font-weight:100;line-height:1;color:#000}.curated-filter-strip__option:hover{color:red!important;background-color:transparent!important}.curated-filter-strip__option.is-selected:hover{color:red!important;background-color:#fadcde!important}.curated-filter-strip__reset{position:absolute;right:0;top:50%;transform:translateY(-50%);flex-shrink:0;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#000;color:#fff;text-transform:uppercase;font-size:calc(8px + .229167vw);font-weight:400;font-family:paragraph;letter-spacing:.3px;line-height:1;padding:.6875rem 1.25rem .59375rem;border-radius:5px;cursor:pointer;transition:opacity .2s ease;z-index:10}.curated-filter-strip__reset:hover{opacity:.85}@media (max-width:1000px){.curated-filter-strip{top:70px}.curated-filter-strip--pinned{top:70px!important}.curated-filter-strip__inner{padding:.4rem 20px}}.curated-filter-strip__mobile-trigger{border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#000!important;background-color:#fff;text-decoration:none;text-transform:uppercase;font-size:14px;font-weight:400;font-family:paragraph;letter-spacing:.3px;line-height:1;padding:.6875rem 1.25rem .59375rem;border-radius:5px;cursor:pointer}.cfs-mobile-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;padding:12px;box-sizing:border-box;animation:cfs-backdrop-in .35s ease}@keyframes cfs-backdrop-in{0%{opacity:0}to{opacity:1}}.cfs-mobile-popup{width:100%;max-width:420px;height:90vh;min-height:90vh;max-height:90vh;display:flex;flex-direction:column;background:#fff;box-sizing:border-box;font-family:paragraph;text-transform:uppercase;animation:cfs-popup-in .45s cubic-bezier(.77,0,.175,1)}.cfs-mobile-popup footer{background-color:#ffffff}@keyframes cfs-popup-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.cfs-mobile-popup__header{display:flex;align-items:center;justify-content:space-between;padding:28px 24px 48px;font-size:14px;letter-spacing:.3px;font-weight:400}.cfs-mobile-popup__row-label,.cfs-mobile-popup__title{text-transform:uppercase}.cfs-mobile-popup__count{color:#c9a84c;font-weight:400}.cfs-mobile-popup__close{border:none;background:transparent;padding:0;font:inherit;text-transform:uppercase;letter-spacing:.3px;cursor:pointer;color:#000}.cfs-mobile-popup__body{flex:1 1;overflow-y:auto;padding:0 24px;gap:28px}.cfs-mobile-popup__body,.cfs-mobile-popup__section{display:flex;flex-direction:column}.cfs-mobile-popup__row{width:100%;border:none;background:transparent;padding:0;display:flex;align-items:center;justify-content:space-between;font:inherit;text-transform:uppercase;color:#000;cursor:pointer}.cfs-mobile-popup__row,.cfs-mobile-popup__toggle{font-size:14px;letter-spacing:.3px}.cfs-mobile-popup__options-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.77,0,.175,1)}.cfs-mobile-popup__options-wrap.is-open{grid-template-rows:1fr}.cfs-mobile-popup__options{overflow:hidden;min-height:0;display:flex;flex-direction:column;gap:10px;padding-left:2px;opacity:0;transform:translateY(-6px);transition:opacity .35s ease .05s,transform .45s cubic-bezier(.77,0,.175,1)}.cfs-mobile-popup__options-wrap.is-open .cfs-mobile-popup__options{opacity:1;transform:translateY(0);padding-top:14px;padding-bottom:4px}.cfs-mobile-popup__option{border:none;background:transparent;padding:10px 12px;width:100%;display:flex;align-items:center;justify-content:flex-start;gap:10px;text-align:left;font-family:paragraph,sans-serif;font-size:14px;font-weight:400;letter-spacing:.2px;text-transform:capitalize;color:#000;text-decoration:none;cursor:pointer;border-radius:2px;transition:background-color .25s ease,color .2s ease}.cfs-mobile-popup__option.is-selected{background-color:#fadcde}.cfs-mobile-popup__option-text{flex:0 1 auto}.cfs-mobile-popup__option-check{flex-shrink:0;font-family:paragraph,sans-serif;font-size:14px;font-weight:400;line-height:1;color:#000}.cfs-mobile-popup__option.is-selected:hover,.cfs-mobile-popup__option:hover{background-color:#fadcde;color:#000}.cfs-mobile-popup__footer{display:grid;grid-template-columns:1fr 1.65fr;grid-gap:10px;gap:10px;padding:24px;margin-top:auto}.cfs-mobile-popup__apply,.cfs-mobile-popup__reset{border:none;font-family:paragraph;font-size:13px;font-weight:400;letter-spacing:.3px;text-transform:uppercase;padding:14px 12px;cursor:pointer;line-height:1.2}.cfs-mobile-popup__reset{background:#e8e4df;color:#000}.cfs-mobile-popup__apply{background:#000;color:#fff}@media (max-width:576px){.cfs-mobile-backdrop{padding:8px}.cfs-mobile-popup__header{padding:24px 20px 40px}.cfs-mobile-popup__body{padding:0 20px;gap:24px}.cfs-mobile-popup__footer{padding:20px}}@media (prefers-reduced-motion:reduce){.cfs-mobile-backdrop,.cfs-mobile-popup,.cfs-mobile-popup__options,.cfs-mobile-popup__options-wrap,.curated-filter-strip__menu,.curated-filter-strip__option{transition:none!important;animation:none!important}}.category-container{padding:0 40px 40px;text-align:center;font-family:paragraph;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:10;position:relative;color:#fe0000}.category-heading{font-family:titleFont;font-size:14px;line-height:1.35;letter-spacing:.3px;margin-bottom:5px;text-align:center;color:#fe0000}.category-heading span{margin-left:6px}.category-row{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:16px}.category-card{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#fff;border-radius:4px;cursor:pointer;transition:all .25s ease}.category-card:hover{transform:translateY(-2px)}.category-image{display:flex;align-items:center;justify-content:center}.category-name{font-family:paragraph;font-size:14px;font-weight:400;line-height:1.35;color:#fe0000}@media (max-width:480px){.category-container{padding:30px 20px}.category-row{flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap!important;overflow-x:auto;gap:10px;flex-wrap:wrap;margin-top:10px}.category-card{flex-shrink:0}}.article-container{padding:120px 40px 40px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:10;position:relative}.article-heading{font-family:heading;font-size:6.5vw;line-height:.9;text-transform:uppercase;white-space:nowrap;text-align:center;margin-bottom:4vw;perspective:800px;color:#fe0000}.article-heading .split>span{display:inline-block;transform-origin:top}.article-imageLink,.article-titleLink{display:block;text-decoration:none;color:inherit}.article-imageLink{cursor:pointer}.article-imageLink:hover .article-image{opacity:.92}.article-titleLink:hover .article-title{opacity:.85}.article-imageWrapper{position:relative;width:100%;height:auto;overflow:hidden}.article-image{object-fit:cover;width:100%;height:auto}.article-content{max-width:700px;margin:40px auto 0;text-align:left}.article-title{font-family:heading;font-size:2vw;line-height:.9;color:#fe0000;margin-bottom:1vw}.article-title span{font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;color:inherit;margin-left:.25em}.article-desc{font-family:paragraphStyleB;font-size:2.2vw;color:#000;margin-bottom:1.5vw}.article-desc strong{font-style:italic}.article-date{font-family:paragraphStyleB;font-size:clamp(13px,1.8vw,17px);font-weight:400;line-height:1.35;color:rgba(0,0,0,.65);margin-bottom:2rem}@media (max-width:768px){.article-title{font-size:clamp(20px,5.5vw,36px);line-height:.95}.article-desc{font-size:clamp(14px,4.2vw,20px);margin-bottom:4vw}.article-date{font-size:clamp(12px,3.5vw,16px)}}@media (max-width:480px){.article-container{padding:60px 20px 20px}}.shop_hero_section{max-height:unset;padding-top:6rem;position:relative;height:100svh;z-index:11}.shop_hero_section_content{width:100%;top:8rem;position:-webkit-sticky;position:sticky;display:flex;flex-direction:column;align-items:center;text-align:center}.shop_hero_section_category_name{font-size:14px;font-weight:100;font-family:paragraph;color:#fff;white-space:nowrap;text-transform:uppercase;margin-bottom:1rem}.shop_hero_section_content p{font-size:1.5rem;font-weight:500;line-height:1.2;color:#fff;text-align:center;width:45ch;padding-bottom:3rem}.shop_hero_filter_wrap{width:100%;opacity:0;visibility:hidden;pointer-events:none;will-change:opacity}.shop_hero_filter_wrap .curated-filter-strip:not(.curated-filter-strip--pinned){position:relative;top:auto;margin-bottom:0}.shop_hero_section_inner{position:absolute;top:0;width:100%;height:100%;z-index:-1;overflow:hidden;will-change:transform}.shop_hero_section_inner img{width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width:768px){.shop_hero_section_content{top:6rem;padding:0 20px}.shop_hero_section_content p{width:min(100%,34ch);font-size:1.15rem;padding-bottom:2rem}}.titleFont{font-family:titleFont;font-size:8vw;line-height:.9;letter-spacing:-.01em;text-align:center;text-transform:uppercase;margin-bottom:1rem}.sub-title{font-size:2.4vw}.para-big,.sub-title{font-family:subTitleFont;margin-bottom:1rem}.para-big{white-space:nowrap;letter-spacing:-.01em;line-height:1.2;font-size:3.3vw;text-transform:uppercase;color:#fe0000}.para-small{font-family:subTitleFont;font-size:1.2vw;line-height:150%;margin-bottom:1rem}@media (max-width:768px){.titleFont{font-size:9vw}.sub-title{font-size:3.2vw}.para-big{font-size:10vw;line-height:1.25}.para-small{font-size:3.75vw;line-height:160%}}.split>span{display:inline-block;transform-origin:top}.site-gate{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:40px 24px;color:#000}.site-gate,.site-gate--loading{background-color:#fadcde}.site-gate__inner{width:100%;max-width:520px;text-align:center}.site-gate__eyebrow{font-family:subTitleFont,paragraph,sans-serif;font-size:14px;letter-spacing:.3px;text-transform:uppercase;margin-bottom:24px}.site-gate__title{font-family:titleFont,heading,sans-serif;font-size:clamp(36px,8vw,72px);line-height:.95;font-weight:600;text-transform:none;margin-bottom:20px;color:#000}.site-gate__message{font-family:paragraph,sans-serif;font-size:clamp(14px,2vw,18px);line-height:1.5;max-width:380px;margin:0 auto 40px}.site-gate__form{width:100%;max-width:320px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:12px}.site-gate__input::placeholder{color:rgba(0,0,0,.45)}.site-gate__input{width:100%;height:44px;padding:0 16px;border:1px solid #000;border-radius:50px;background:transparent;font-family:paragraph,sans-serif;font-size:14px;color:#000;outline:none}.site-gate__input:focus{box-shadow:0 0 0 1px #000}.site-gate__submit{width:100%;height:44px;margin-top:8px;border:none;border-radius:50px;background:#000;color:#fff;font-family:paragraph,sans-serif;font-size:14px;cursor:pointer;transition:opacity .2s ease}.site-gate__submit:hover:not(:disabled){opacity:.85}.site-gate__submit:disabled{opacity:.6;cursor:not-allowed}.site-gate__error{width:100%;font-family:paragraph,sans-serif;font-size:13px;color:#b00020;text-align:left}@media (max-width:576px){.site-gate{padding:32px 20px}.site-gate__message{margin-bottom:32px}}