:root{--primary-font: "DM Sans", sans-serif;--secondary-font: "Playfair Display", serif;--color-black: #000000;--color-white: #ffffff;--color-light-gray: #f8f8f8;--accent-color: #b89a6a;--section-padding-large: 140px;--section-padding-medium: 120px;--section-padding-small: 100px}.template-index .page-width{max-width:100%;padding:0}.greyz-section{padding:100px 60px}@media(max-width:768px){.greyz-section{padding:60px 20px}}.greyz-hero{position:relative;height:100vh;overflow:hidden;font-family:var(--primary-font);color:#fff}.greyz-hero__slides{position:absolute;top:0;right:0;bottom:0;left:0}.greyz-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.08);transition:opacity 1.2s ease,transform 6s ease}.greyz-hero__slide.active{opacity:1;transform:scale(1)}.greyz-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1}.greyz-hero__content{position:relative;z-index:2;height:100%;display:flex;align-items:flex-end;padding:0 80px 120px}.greyz-hero__text{max-width:650px}.greyz-subtitle{text-transform:uppercase;letter-spacing:.3em;font-size:12px;opacity:.7;margin-bottom:20px}.greyz-title{font-family:var(--secondary-font);font-size:64px;line-height:1.1;margin-bottom:30px;color:#fff}.greyz-title span{font-style:italic}.greyz-description{max-width:450px;margin-bottom:40px;opacity:.85;line-height:1.6}.greyz-button{border:1px solid rgba(255,255,255,.5);padding:12px 32px;text-transform:uppercase;letter-spacing:.2em;font-size:12px;text-decoration:none;color:#fff;transition:all .3s ease}.greyz-button:hover{background:#fff;color:#000}.greyz-indicators{position:absolute;right:80px;bottom:120px;display:flex;gap:12px}.greyz-indicators button{width:20px;height:2px;background:#fff6;border:none;cursor:pointer;transition:all .4s ease}.greyz-indicators button.active{width:40px;background:#fff}.greyz-hero__caption{display:none;opacity:0;transition:opacity .5s ease}.greyz-hero__caption.active{display:block;opacity:1}.greyz-collections{background:#fff;padding:var(--section-padding-large) 80px}.greyz-collections__header{text-align:center;margin-bottom:80px}.greyz-collections__subtitle{text-transform:uppercase;letter-spacing:.3em;font-size:12px;opacity:.6;margin-bottom:10px}.greyz-collections__title{font-family:var(--secondary-font);font-size:48px}.greyz-collections__grid{display:grid;grid-template-columns:1fr;gap:40px;max-width:1000px;margin:0 auto}@media(min-width:768px){.greyz-collections__grid{grid-template-columns:repeat(2,1fr)}}.greyz-collection-card{position:relative;width:100%;padding-top:105%;overflow:hidden;text-decoration:none;color:#fff;display:block}.greyz-collection-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:1;pointer-events:none}.greyz-collection-card__content{position:relative;z-index:2}.greyz-collection-card__image{position:absolute;top:0;right:0;bottom:0;left:0}.greyz-collection-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.greyz-collection-card:hover img{transform:scale(1.05)}.greyz-collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003;transition:background .5s ease}.greyz-collection-card:hover .greyz-collection-card__overlay{background:#0006}.greyz-collection-card__content{position:absolute;bottom:0;left:0;right:0;padding:40px}.greyz-collection-card__subtitle{font-size:12px;letter-spacing:.2em;text-transform:uppercase;opacity:.7;margin-bottom:5px}.greyz-collection-card__title{font-family:var(--secondary-font);font-size:28px}.greyz-about{background:#f5f1ec;padding:var(--section-padding-large) 80px}.greyz-about__container{display:grid;grid-template-columns:1fr;gap:80px;max-width:1200px;margin:0 auto;align-items:center}@media(min-width:1024px){.greyz-about__container{grid-template-columns:1fr 1fr}}.greyz-about__image img{width:100%;height:500px;object-fit:cover}.greyz-about__subtitle{text-transform:uppercase;letter-spacing:.3em;font-size:12px;opacity:.6;margin-bottom:10px;color:#000}.greyz-about__title{font-family:var(--secondary-font);font-size:40px;margin-bottom:30px;color:#000}.greyz-about__title span{font-style:italic}.greyz-about__text{opacity:.7;line-height:1.7;margin-bottom:25px}.greyz-about__stats{display:flex;gap:60px;margin-top:40px;flex-wrap:wrap}.greyz-about__stat-number{font-family:var(--secondary-font);font-size:28px}.greyz-about__stat-label{font-size:12px;text-transform:uppercase;letter-spacing:.15em;opacity:.6;margin-top:5px}.greyz-why{background:#f6f3ee;padding:120px 60px}.greyz-why__header{text-align:center;margin-bottom:90px;max-width:650px;margin-left:auto;margin-right:auto}.greyz-why__subtitle{text-transform:uppercase;letter-spacing:.35em;font-size:11px;opacity:.6;margin-bottom:10px;font-size:18px}.greyz-why__title{font-family:var(--secondary-font);font-size:42px;margin-bottom:15px;color:#000}.greyz-why__description{font-size:14px;line-height:1.7;color:#7a7a7a}.greyz-why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:60px;max-width:1200px;margin:0 auto}.greyz-why__card{text-align:center;padding:38px 35px;background:#f9f7f4;border:1px solid rgba(0,0,0,.04);transition:all .35s ease}.greyz-why__card:hover{border-color:#9a6a3a;background:#fff}.greyz-why__icon{width:60px;height:60px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.05);background:#fff;transition:all .35s ease}.greyz-why__card:hover .greyz-why__icon{border-color:#9a6a3a;background:#9a6a3a0f}.greyz-why__icon img{max-width:22px;opacity:.65;transition:all .35s ease}.greyz-why__card:hover .greyz-why__icon img{opacity:1}.greyz-why__card-title{font-family:var(--secondary-font);font-size:18px;font-weight:400;letter-spacing:.08em;text-transform:none;color:#000;margin-bottom:14px;line-height:1.3}.greyz-why__card-description{font-family:var(--primary-font);font-size:14px;line-height:1.8;color:#6f6f6f}.greyz-brand{background:#2f2f2f;padding:var(--section-padding-large) 60px}.greyz-brand__inner{max-width:750px;margin:0 auto;text-align:center}.greyz-brand__subtitle{text-transform:uppercase;letter-spacing:.3em;font-size:11px;opacity:.6;color:#fff9;margin-bottom:30px}.greyz-brand__quote{font-family:var(--secondary-font);font-size:34px;line-height:1.5;font-style:italic;color:#f4f4f4}.greyz-brand__divider{width:60px;height:1px;background:var(--accent-color);margin:50px auto 0}.greyz-footer{border-top:1px solid #ececec;padding:50px 60px 35px;background:#fff;margin-top:0}.greyz-footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px;max-width:1200px;margin:0 auto}.greyz-footer__logo{font-family:var(--secondary-font);font-size:22px;margin-bottom:12px}.greyz-footer__tagline{font-size:14px;opacity:.6;line-height:1.6;max-width:260px}.greyz-footer__title{font-size:11px;text-transform:uppercase;letter-spacing:.2em;margin-bottom:16px}.greyz-footer__col ul{list-style:none;padding:0;margin:0}.greyz-footer__col li{margin-bottom:8px}.greyz-footer__col a{font-size:14px;text-decoration:none;opacity:.65;transition:.3s ease}.greyz-footer__col a:hover{opacity:1}.greyz-footer__bottom{margin-top:40px;padding-top:20px;border-top:1px solid #ececec;display:flex;justify-content:space-between;align-items:center;font-size:12px;opacity:.6}.greyz-footer__social a{margin-left:22px;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;font-size:11px;color:#000}.header-wrapper .header__menu-item,.header-wrapper .header__heading-link,.header-wrapper .header__icon,.header-wrapper .header__icon svg,.header-wrapper .header__icon span{color:#fff!important;fill:#fff!important;stroke:#fff!important;opacity:.9!important}.header-wrapper .header__menu-item:hover,.header-wrapper .header__icon:hover{opacity:1!important}.header-wrapper.scrolled .header__menu-item,.header-wrapper.scrolled .header__heading-link,.header-wrapper.scrolled .header__icon,.header-wrapper.scrolled .header__icon svg,.header-wrapper.scrolled .header__icon span{color:#fff!important;fill:#fff!important;stroke:#fff!important}.header__menu-item:hover{opacity:1}.header{padding:22px 60px!important}.header__icon:hover{opacity:1}.header-wrapper{position:fixed!important;top:0;width:100%;background:transparent!important;transition:all .5s ease;z-index:1000}.header-wrapper.scrolled{background:#1c1c1cf2!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 30px #00000026}.header__menu-item,.header__heading-link,.header__icon{color:#1c1c1c!important}.header-wrapper.scrolled .header__menu-item,.header-wrapper.scrolled .header__heading-link,.header-wrapper.scrolled .header__icon{color:#fff!important;opacity:1}.header-wrapper .header__menu-item,.header-wrapper .header__menu-item span,.header-wrapper .list-menu__item a,.header-wrapper .list-menu__item a span,.header-wrapper .header__inline-menu a,.header-wrapper .header__inline-menu a span,.header-wrapper .header__active-menu-item,.header-wrapper .list-menu__item--active>a,.header-wrapper .list-menu__item--active>a span,.header-wrapper a[aria-current=page],.header-wrapper a[aria-current=page] span{color:#fff!important;opacity:.85!important;text-decoration:none!important}.header-wrapper .header__menu-item:hover,.header-wrapper .header__menu-item:hover span,.header-wrapper .list-menu__item a:hover,.header-wrapper .list-menu__item a:hover span{color:#fff!important;opacity:1!important}.header-wrapper .header__menu-item--active,.header-wrapper .header__active-menu-item,.header-wrapper .list-menu__item--active>a{border-bottom:none!important;box-shadow:none!important}.header-wrapper .header__icon,.header-wrapper .header__icon span,.header-wrapper .header__icon svg,.header-wrapper .header__icon .icon{color:#fff!important;fill:#fff!important;opacity:.9!important}.header-wrapper .header__icon:hover,.header-wrapper .header__icon:hover svg{opacity:1!important}.header-wrapper .header__menu-item,.header-wrapper .list-menu__item a,.header-wrapper .header__menu-item span{color:#fff!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.18em!important;font-weight:400!important;opacity:.75!important;border-bottom:none!important;text-decoration:none!important;transition:all .3s ease}.header-wrapper .header__menu-item:hover,.header-wrapper .list-menu__item a:hover{opacity:1!important;color:#fff!important}.header-wrapper .header__active-menu-item,.header-wrapper .list-menu__item--active>a,.header-wrapper a[aria-current=page]{color:#fff!important;opacity:1!important;border-bottom:none!important}.header-wrapper .header__active-menu-item:after,.header-wrapper .list-menu__item--active>a:after{display:none!important}.header-wrapper svg,.header-wrapper svg path{fill:#fff!important;color:#fff!important}.header-wrapper.scrolled .header__menu-item,.header-wrapper.scrolled .list-menu__item a{color:#fff!important}.greyz-about-hero{background:#f6f3ee;padding:180px 20px 120px;text-align:center}.greyz-about-hero h1{font-family:Playfair Display,serif;font-size:56px;font-weight:500}.greyz-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.3em;opacity:.6;margin-bottom:20px}.greyz-about-story{padding:140px 5%}.greyz-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.story-image img{width:100%;height:520px;object-fit:cover}.story-text h2{font-family:Playfair Display,serif;font-size:40px;margin-bottom:30px}.story-text h2 span{font-style:italic}.story-text p{opacity:.75;line-height:1.8;margin-bottom:20px}.greyz-about-philosophy{background:#1e1e1e;padding:140px 20px;text-align:center;color:#fff}.greyz-about-philosophy blockquote{font-family:Playfair Display,serif;font-size:36px;font-style:italic;line-height:1.5;max-width:900px;margin:30px auto}.greyz-about-philosophy .divider{width:60px;height:1px;background:#c5a47e;margin:40px auto 0}.greyz-about-team{padding:140px 5%}.team-header{text-align:center;margin-bottom:80px}.team-header h2{font-family:Playfair Display,serif;font-size:48px}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:60px;text-align:center}.team-member h4{font-size:14px;margin-bottom:5px}.team-member p{font-size:11px;letter-spacing:.15em;text-transform:uppercase;opacity:.6}.rx-container{max-width:1150px;margin:0 auto;padding:0 24px}.rx-center{text-align:center}.rx-eyebrow{margin:0 0 12px;font-size:12px;text-transform:uppercase;letter-spacing:.3em;opacity:.6}.rx-about-hero{background:#1e1e1e;padding:128px 0 80px}.rx-hero-title{margin:0;font-family:Playfair Display,serif;font-size:60px;font-weight:500;color:#fff}.rx-about-story{background:#fff;padding:96px 0}.rx-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.rx-story-image img,.rx-image-placeholder{width:100%;height:500px;object-fit:cover;background:#eee}.rx-section-title{margin:0 0 24px;font-family:Playfair Display,serif;font-size:40px;font-weight:500;color:#000}.rx-italic{font-style:italic}.rx-muted{opacity:.72;line-height:1.85}.rx-lead{margin-bottom:24px}.rx-about-stats{background:#f2ede6;padding:80px 0}.rx-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center}.rx-stat-number{margin:0;font-family:Playfair Display,serif;font-size:52px;font-weight:500}.rx-stat-label{margin:10px 0;font-size:12px;letter-spacing:.15em;text-transform:uppercase;opacity:.6}.rx-about-philosophy{background:#3c3a37;padding:140px 20px;text-align:center;color:#f5f1ea}.rx-eyebrow-light{color:#f5f1ea;opacity:.55}.rx-quote{font-family:Playfair Display,serif;font-size:36px;font-style:italic;line-height:1.55;max-width:900px;margin:20px auto 0;color:#fff}.rx-divider{width:60px;height:1px;background:#c5a47e;margin:40px auto 0}.rx-about-team{background:#fff;padding:96px 0}.rx-team-head{margin-bottom:60px}.rx-team-title{font-family:Playfair Display,serif;font-size:44px;font-weight:500;margin:0;color:#000}.rx-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.rx-team-card{border:1px solid rgba(0,0,0,.08);padding:40px 26px;text-align:center;transition:all .4s ease}.rx-team-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000000f}.rx-team-photo{width:100%;height:260px;object-fit:cover;margin-bottom:18px}.rx-team-photo-placeholder{width:100%;height:260px;background:#eee;margin-bottom:18px}.rx-team-name{font-size:14px;margin:0 0 6px;color:#000}.rx-team-role{font-size:11px;letter-spacing:.15em;text-transform:uppercase;opacity:.6;margin:0}.rx-founder-wrapper{display:flex;justify-content:center;align-items:center;gap:100px;max-width:1200px;margin:0 auto}.rx-team-grid{display:block}.rx-founder-text{max-width:500px}.rx-founder-text h3{font-family:Playfair Display,serif;font-size:32px;margin-bottom:20px;color:#000}.rx-founder-text p{line-height:1.8;opacity:.8;font-size:15px}@media(max-width:990px){.rx-founder-wrapper{flex-direction:column;gap:50px;text-align:center}.rx-founder-text{max-width:100%}}@media(max-width:990px){.rx-grid-2{grid-template-columns:1fr;gap:40px}.rx-stats-grid,.rx-team-grid{grid-template-columns:repeat(2,1fr)}.rx-hero-title{font-size:44px}}@media(max-width:520px){.rx-team-grid{grid-template-columns:1fr}}.template-collection .card,.template-collection .card a{position:relative;z-index:5}.loading-overlay{pointer-events:none}html,body{max-width:100%;overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}@media(max-width:749px){.header{padding:14px 16px!important}.header-wrapper{width:100%!important}.greyz-hero__content{padding:0 20px 70px!important;align-items:flex-end}.greyz-title{font-size:38px!important;line-height:1.12!important;margin-bottom:18px!important}.greyz-subtitle{font-size:11px!important;margin-bottom:12px!important}.greyz-description{font-size:14px!important;max-width:100%!important;margin-bottom:22px!important}.greyz-indicators{right:20px!important;bottom:30px!important}.greyz-section{padding:60px 20px!important}.greyz-collections{padding:80px 20px!important}.greyz-collections__header{margin-bottom:40px!important}.greyz-collections__title{font-size:34px!important}.greyz-collection-card__content{padding:22px!important}.greyz-collection-card__title{font-size:22px!important}.greyz-about{padding:80px 20px!important}.greyz-about__image img{height:auto!important;min-height:320px}.greyz-about__container{gap:40px!important}.greyz-about__title{font-size:32px!important}.greyz-about__stats{gap:24px!important}.greyz-why{padding:80px 20px!important}.greyz-why__header{margin-bottom:40px!important}.greyz-why__grid{grid-template-columns:1fr!important;gap:18px!important}.greyz-why__card{padding:26px 18px!important}.greyz-brand{padding:80px 20px!important}.greyz-brand__quote{font-size:24px!important;line-height:1.55!important}.greyz-footer{padding:40px 20px 28px!important}.greyz-footer__inner{grid-template-columns:1fr!important;gap:24px!important}.greyz-footer__bottom{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.greyz-footer__social a{margin-left:0!important;margin-right:18px!important}.greyz-grid,.rx-grid-2{grid-template-columns:1fr!important;gap:32px!important}.team-grid,.rx-team-grid{grid-template-columns:1fr!important;gap:18px!important}.rx-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:18px!important}.greyz-collection-tabs{padding:0 16px!important}.greyz-tabs-inner{flex-direction:column!important;align-items:flex-start!important;height:auto!important;padding:14px 0!important;gap:10px!important}.greyz-tabs-left{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:24px!important;padding-bottom:6px}.greyz-tab{white-space:nowrap}.greyz-contact{width:100%!important;margin-left:0!important;margin-right:0!important}}@media(max-width:420px){.greyz-title{font-size:32px!important}.greyz-collections__title{font-size:30px!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/greyz.css.map */
