:root{--background: #000000;--foreground: #ffffff;--card: #0a0a0a;--card-foreground: #ffffff;--popover: #050505;--popover-foreground: #ffffff;--primary: #ffffff;--primary-foreground: #000000;--secondary: #111111;--secondary-foreground: #ffffff;--muted: #1a1a1a;--muted-foreground: #666666;--accent: #222222;--accent-foreground: #ffffff;--destructive: #ff3333;--destructive-foreground: #ffffff;--border: #1a1a1a;--input: #111111;--ring: #333333;--radius: 0px;--font-sans: "Lexend", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;border-color:var(--border)}html{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}html::-webkit-scrollbar{display:none}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);overflow-x:hidden;line-height:1.5}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:none;border:none;font-family:inherit;color:inherit}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background-color:var(--background);display:flex;align-items:center;justify-content:center;transition:opacity .5s ease,visibility .5s ease}.preloader.hidden{opacity:0;visibility:hidden;pointer-events:none}.preloader__inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.preloader__logo{font-size:clamp(3rem,12vw,8rem);font-weight:900;letter-spacing:-.05em;color:var(--foreground)}.preloader__bar{width:8rem;height:1px;background-color:var(--muted);overflow:hidden}@media(min-width:640px){.preloader__bar{width:12rem}}.preloader__progress{height:100%;background-color:var(--foreground);width:0%;transition:width .1s linear}.preloader__percent{font-size:.625rem;color:var(--muted-foreground);letter-spacing:.3em;font-weight:300}.noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9998;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.snap-container{scroll-snap-type:y mandatory;overflow-y:scroll;height:100vh;scrollbar-width:none;-ms-overflow-style:none}.snap-container::-webkit-scrollbar{display:none}.snap-section{scroll-snap-align:start;scroll-snap-stop:always}.text-reveal{clip-path:inset(0 100% 0 0)}.text-reveal.active{clip-path:inset(0 0 0 0)}.img-reveal{clip-path:inset(100% 0 0 0)}.img-reveal.active{clip-path:inset(0 0 0 0);transition:clip-path 1.2s cubic-bezier(.77,0,.175,1)}.video-bg{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee{animation:marquee 20s linear infinite;display:inline-block}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;transition:transform .5s ease}@media(min-width:640px){.site-header{padding:1.5rem}}@media(min-width:1024px){.site-header{padding:1.5rem 3rem}}.site-header.hidden{transform:translateY(-100%)}.site-header__logo{font-size:1.25rem;font-weight:700;letter-spacing:-.05em;color:var(--foreground)}@media(min-width:640px){.site-header__logo{font-size:1.5rem}}@media(min-width:1024px){.site-header__logo{font-size:1.875rem}}.site-header__nav{display:none;align-items:center;gap:2rem;list-style:none}@media(min-width:1024px){.site-header__nav{display:flex;gap:3rem}}.site-header__nav a{font-size:.875rem;text-transform:uppercase;letter-spacing:.15em;color:#ffffffb3;font-weight:300;transition:color .3s ease}.site-header__nav a:hover{color:var(--foreground)}.menu-toggle{display:flex;flex-direction:column;gap:6px;padding:.5rem;cursor:pointer;background:none;border:none}.menu-toggle span{display:block;width:1.25rem;height:1px;background-color:var(--foreground);transition:all .3s ease}@media(min-width:640px){.menu-toggle span{width:1.5rem}}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translateY(7px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translateY(-7px)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background-color:var(--background);display:flex;flex-direction:column;justify-content:center;padding:1.5rem;clip-path:inset(0 0 100% 0);transition:clip-path .8s cubic-bezier(.77,0,.175,1)}@media(min-width:640px){.mobile-menu{padding:1.5rem}}@media(min-width:1024px){.mobile-menu{padding:1.5rem 6rem}}.mobile-menu.open{clip-path:inset(0 0 0% 0)}.mobile-menu__nav{display:flex;flex-direction:column;gap:.5rem;list-style:none}@media(min-width:640px){.mobile-menu__nav{gap:1rem}}.mobile-menu__item{display:flex;align-items:baseline;gap:.75rem;opacity:0;transform:translateY(100px);transition:opacity .6s ease,transform .6s ease}@media(min-width:640px){.mobile-menu__item{gap:1.5rem}}.mobile-menu.open .mobile-menu__item{opacity:1;transform:translateY(0)}.mobile-menu.open .mobile-menu__item:nth-child(1){transition-delay:.4s}.mobile-menu.open .mobile-menu__item:nth-child(2){transition-delay:.5s}.mobile-menu.open .mobile-menu__item:nth-child(3){transition-delay:.6s}.mobile-menu.open .mobile-menu__item:nth-child(4){transition-delay:.7s}.mobile-menu.open .mobile-menu__item:nth-child(5){transition-delay:.8s}.mobile-menu__item-num{font-size:.625rem;color:var(--muted-foreground);font-weight:300}@media(min-width:640px){.mobile-menu__item-num{font-size:.75rem}}.mobile-menu__item a{font-size:10vw;line-height:1;letter-spacing:-.05em;color:var(--foreground);font-weight:700;transition:color .3s ease}@media(min-width:640px){.mobile-menu__item a{font-size:9vw}}@media(min-width:1024px){.mobile-menu__item a{font-size:7vw}}.mobile-menu__item a:hover{color:var(--muted-foreground)}.mobile-menu__footer{position:absolute;bottom:2rem;left:1.5rem;right:1.5rem;display:flex;justify-content:space-between;align-items:flex-end}@media(min-width:640px){.mobile-menu__footer{bottom:3rem;left:1.5rem;right:1.5rem}}@media(min-width:1024px){.mobile-menu__footer{left:6rem;right:6rem}}.mobile-menu__footer p{font-size:.625rem;color:var(--muted-foreground);font-weight:300;line-height:1.6}@media(min-width:640px){.mobile-menu__footer p{font-size:.75rem}}.section{width:100%;position:relative}.section--fullscreen{height:100vh}.section__label{font-size:.5625rem;text-transform:uppercase;letter-spacing:.3em;color:var(--muted-foreground);margin-bottom:.75rem;font-weight:300}@media(min-width:640px){.section__label{font-size:.625rem;letter-spacing:.4em;margin-bottom:1rem}}.section__heading{font-size:11vw;line-height:.9;letter-spacing:-.05em;color:var(--foreground);font-weight:900}@media(min-width:640px){.section__heading{font-size:10vw}}@media(min-width:1024px){.section__heading{font-size:8vw}}.container{padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:6rem;padding-right:6rem}}.intro-section{height:100vh;background-color:var(--background);display:flex;align-items:center;justify-content:center;overflow:hidden}.intro-section__content{text-align:center;position:relative;z-index:1}.intro-section__eyebrow{font-size:.625rem;text-transform:uppercase;letter-spacing:.4em;color:var(--muted-foreground);margin-bottom:1.5rem;font-weight:300}@media(min-width:640px){.intro-section__eyebrow{font-size:.75rem;letter-spacing:.5em;margin-bottom:2rem}}.intro-section__title{font-size:20vw;line-height:.85;letter-spacing:-.05em;font-weight:900;color:var(--foreground);overflow:hidden}@media(min-width:640px){.intro-section__title{font-size:18vw}}@media(min-width:1024px){.intro-section__title{font-size:15vw}}.intro-section__subtitle{font-size:.625rem;text-transform:uppercase;letter-spacing:.4em;color:var(--muted-foreground);margin-top:1.5rem;font-weight:300}@media(min-width:640px){.intro-section__subtitle{font-size:.75rem;letter-spacing:.5em;margin-top:2rem}}.intro-section__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem}.intro-section__scroll-line{width:1px;height:3rem;background-color:var(--muted-foreground);opacity:.4;animation:scrollLine 2s ease-in-out infinite}@keyframes scrollLine{0%,to{transform:scaleY(1);opacity:.4}50%{transform:scaleY(.5);opacity:.2}}.intro-section__scroll-text{font-size:.5rem;text-transform:uppercase;letter-spacing:.3em;color:var(--muted-foreground);font-weight:300}.hero-section{height:100vh;background-color:var(--background);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-section__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.hero-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006}.hero-section__title{position:relative;z-index:10;font-size:18vw;letter-spacing:-.05em;color:var(--foreground);font-weight:900}@media(min-width:640px){.hero-section__title{font-size:14vw}}@media(min-width:1024px){.hero-section__title{font-size:12vw}}.manifesto-section{height:100vh;background-color:var(--background);display:flex;align-items:center;justify-content:center;padding:1rem;position:relative}@media(min-width:640px){.manifesto-section{padding:1.5rem}}@media(min-width:1024px){.manifesto-section{padding:6rem}}.manifesto-section__text{max-width:72rem;text-align:center;font-size:6vw;line-height:1.2;letter-spacing:-.03em;font-weight:600}@media(min-width:640px){.manifesto-section__text{font-size:5vw}}@media(min-width:1024px){.manifesto-section__text{font-size:4vw}}.manifesto-section__word{display:inline-block;margin-right:.25em;color:var(--foreground);opacity:.1;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}.manifesto-section__line{position:absolute;top:50%;transform:translateY(-50%);width:1px;height:5rem;background-color:#6663}@media(min-width:640px){.manifesto-section__line{height:8rem}}.manifesto-section__line--left{left:1rem}@media(min-width:640px){.manifesto-section__line--left{left:1.5rem}}@media(min-width:1024px){.manifesto-section__line--left{left:3rem}}.manifesto-section__line--right{right:1rem}@media(min-width:640px){.manifesto-section__line--right{right:1.5rem}}@media(min-width:1024px){.manifesto-section__line--right{right:3rem}}.manifesto-section__quote{position:absolute;font-size:15vw;line-height:1;color:#6666661a;font-weight:300;pointer-events:none}@media(min-width:640px){.manifesto-section__quote{font-size:20vw}}.manifesto-section__quote--open{top:4rem;left:1rem}@media(min-width:640px){.manifesto-section__quote--open{top:6rem;left:1.5rem}}@media(min-width:1024px){.manifesto-section__quote--open{left:6rem}}.manifesto-section__quote--close{bottom:4rem;right:1rem}@media(min-width:640px){.manifesto-section__quote--close{bottom:6rem;right:1.5rem}}@media(min-width:1024px){.manifesto-section__quote--close{right:6rem}}.collections-section{min-height:100vh;background-color:var(--background);padding:4rem 1rem;position:relative}@media(min-width:640px){.collections-section{padding:5rem 1.5rem}}@media(min-width:1024px){.collections-section{padding:6rem}}.collections-section__header{margin-bottom:2.5rem}@media(min-width:640px){.collections-section__header{margin-bottom:4rem}}@media(min-width:1024px){.collections-section__header{margin-bottom:6rem}}.collections-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.collections-grid{gap:1.5rem}}@media(min-width:1024px){.collections-grid{grid-template-columns:1fr 1fr;gap:3rem}}.collection-card{position:relative;aspect-ratio:4/5;overflow:hidden;background-color:var(--card);display:block;clip-path:inset(100% 0 0 0)}@media(min-width:640px){.collection-card{aspect-ratio:3/4}}.collection-card img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .7s ease,transform .7s ease}.collection-card:hover img{filter:grayscale(0%);transform:scale(1.05)}.collection-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0009;transition:background-color .5s ease}.collection-card:hover .collection-card__overlay{background-color:#0006}.collection-card__content{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;display:flex;flex-direction:column;justify-content:space-between}@media(min-width:640px){.collection-card__content{padding:2rem}}@media(min-width:1024px){.collection-card__content{padding:3rem}}.collection-card__subtitle{font-size:.5625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);font-weight:300}@media(min-width:640px){.collection-card__subtitle{font-size:.625rem;letter-spacing:.3em}}.collection-card__title{font-size:13vw;line-height:.85;letter-spacing:-.05em;color:var(--foreground);font-weight:700;transition:transform .5s ease;margin-bottom:.5rem}@media(min-width:640px){.collection-card__title{font-size:12vw}}@media(min-width:1024px){.collection-card__title{font-size:7vw}}.collection-card:hover .collection-card__title{transform:translate(1rem)}.collection-card__desc{font-size:.75rem;color:var(--muted-foreground);max-width:20rem;opacity:0;transition:opacity .5s ease .1s;font-weight:300}@media(min-width:640px){.collection-card__desc{font-size:.875rem}}.collection-card:hover .collection-card__desc{opacity:1}.collection-card__corner{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;border:1px solid rgba(255,255,255,.2);opacity:0;transition:opacity .5s ease}@media(min-width:640px){.collection-card__corner{top:2rem;right:2rem;width:3rem;height:3rem}}@media(min-width:1024px){.collection-card__corner{top:3rem;right:3rem}}.collection-card:hover .collection-card__corner{opacity:1}.products-section{min-height:100vh;background-color:var(--card);padding:4rem 0;position:relative;overflow:hidden}@media(min-width:640px){.products-section{padding:5rem 0}}@media(min-width:1024px){.products-section{padding:6rem 0}}.products-section__bg-text{position:absolute;top:50%;transform:translateY(-50%);white-space:nowrap;overflow:hidden;opacity:.05;pointer-events:none;font-size:25vw;letter-spacing:-.05em;font-weight:900}@media(min-width:640px){.products-section__bg-text{font-size:30vw}}.products-section__header{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.products-section__header{margin-bottom:4rem}}@media(min-width:1024px){.products-section__header{flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:6rem}}.products-section__heading{font-size:11vw;line-height:.9;letter-spacing:-.05em;color:var(--foreground);font-weight:900}@media(min-width:640px){.products-section__heading{font-size:10vw}}@media(min-width:1024px){.products-section__heading{font-size:6vw}}.products-section__cta{align-self:flex-start;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--foreground);border-bottom:1px solid var(--foreground);padding-bottom:.25rem;font-weight:300;transition:color .3s ease}@media(min-width:640px){.products-section__cta{font-size:.875rem;letter-spacing:.2em}}.products-section__cta:hover{color:var(--muted-foreground)}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(min-width:640px){.products-grid{gap:1rem}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.product-card{opacity:0;transform:translateY(80px);perspective:1000px}.product-card__image-wrap{position:relative;aspect-ratio:3/4;margin-bottom:.75rem;overflow:hidden;background-color:var(--secondary)}@media(min-width:640px){.product-card__image-wrap{margin-bottom:1rem}}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .5s ease,transform .5s ease}.product-card:hover .product-card__image-wrap img{filter:grayscale(0%);transform:scale(1.05)}.product-card__add{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000c;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.product-card:hover .product-card__add{opacity:1}.product-card__add span{font-size:.625rem;text-transform:uppercase;letter-spacing:.15em;color:var(--foreground);font-weight:300}@media(min-width:640px){.product-card__add span{font-size:.75rem;letter-spacing:.2em}}.product-card__info{display:flex;flex-direction:column;gap:.125rem}@media(min-width:640px){.product-card__info{gap:.25rem}}.product-card__category{font-size:.5625rem;text-transform:uppercase;letter-spacing:.15em;color:var(--muted-foreground);font-weight:300}@media(min-width:640px){.product-card__category{font-size:.625rem;letter-spacing:.2em}}.product-card__name{font-size:.75rem;color:var(--foreground);font-weight:500;transition:color .3s ease}@media(min-width:640px){.product-card__name{font-size:.875rem}}.product-card:hover .product-card__name{color:var(--muted-foreground)}.product-card__price{font-size:.625rem;color:var(--foreground);font-weight:300}@media(min-width:640px){.product-card__price{font-size:.75rem}}.lookbook-section{min-height:100vh;background-color:var(--background);padding:4rem 1rem;position:relative}@media(min-width:640px){.lookbook-section{padding:5rem 1.5rem}}@media(min-width:1024px){.lookbook-section{padding:6rem}}.lookbook-section__header{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.lookbook-section__header{margin-bottom:4rem;gap:1.5rem}}@media(min-width:1024px){.lookbook-section__header{flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:6rem}}.lookbook-section__desc{font-size:.75rem;color:var(--muted-foreground);max-width:20rem;font-weight:300}@media(min-width:640px){.lookbook-section__desc{font-size:.875rem}}.lookbook-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:640px){.lookbook-grid{grid-template-columns:1fr 1fr;gap:1rem}}@media(min-width:1024px){.lookbook-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.lookbook-img{position:relative;overflow:hidden;background-color:var(--secondary);aspect-ratio:3/4;clip-path:inset(0 100% 0 0)}.lookbook-img--tall{aspect-ratio:2/3}.lookbook-img img{width:100%;height:100%;object-fit:cover}.lookbook-section__footer{margin-top:2.5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem}@media(min-width:640px){.lookbook-section__footer{flex-direction:row;align-items:flex-end;margin-top:4rem}}.lookbook-section__season{font-size:.5625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);font-weight:300}@media(min-width:640px){.lookbook-section__season{font-size:.625rem;letter-spacing:.3em}}.lookbook-section__gallery-btn{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--foreground);border-bottom:1px solid var(--foreground);padding-bottom:.25rem;font-weight:300;transition:color .3s ease}@media(min-width:640px){.lookbook-section__gallery-btn{font-size:.875rem;letter-spacing:.2em}}.lookbook-section__gallery-btn:hover{color:var(--muted-foreground)}.about-section{min-height:100vh;background-color:var(--secondary);padding:4rem 1rem;position:relative}@media(min-width:640px){.about-section{padding:5rem 1.5rem}}@media(min-width:1024px){.about-section{padding:6rem}}.about-section__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.about-section__grid{grid-template-columns:1fr 1fr;gap:6rem;align-items:center}}.about-section__image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;background-color:var(--muted)}.about-section__image-wrap img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .7s ease}.about-section__image-wrap:hover img{filter:grayscale(0%)}.about-section__content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:640px){.about-section__content{gap:2rem}}.about-section__heading{font-size:11vw;line-height:.9;letter-spacing:-.05em;color:var(--foreground);font-weight:900}@media(min-width:640px){.about-section__heading{font-size:10vw}}@media(min-width:1024px){.about-section__heading{font-size:6vw}}.about-section__text{font-size:.875rem;color:var(--muted-foreground);line-height:1.8;font-weight:300;max-width:32rem}@media(min-width:640px){.about-section__text{font-size:1rem}}.about-section__stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(min-width:640px){.about-section__stats{gap:2rem}}.about-section__stat-num{font-size:2.5rem;font-weight:900;letter-spacing:-.05em;color:var(--foreground);line-height:1}@media(min-width:640px){.about-section__stat-num{font-size:3rem}}.about-section__stat-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);margin-top:.25rem;font-weight:300}@media(min-width:640px){.about-section__stat-label{font-size:.75rem;letter-spacing:.3em}}.contact-section{min-height:100vh;background-color:var(--background);padding:4rem 1rem;position:relative;overflow:hidden}@media(min-width:640px){.contact-section{padding:5rem 1.5rem}}@media(min-width:1024px){.contact-section{padding:6rem}}.contact-section__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.contact-section__grid{grid-template-columns:1fr 1fr;gap:6rem;align-items:start}}.contact-section__heading{font-size:11vw;line-height:.9;letter-spacing:-.05em;color:var(--foreground);font-weight:900;margin-bottom:1.5rem}@media(min-width:640px){.contact-section__heading{font-size:10vw;margin-bottom:2rem}}@media(min-width:1024px){.contact-section__heading{font-size:6vw}}.contact-section__info{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:640px){.contact-section__info{gap:2rem}}.contact-section__info-item p:first-child{font-size:.5625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);margin-bottom:.25rem;font-weight:300}@media(min-width:640px){.contact-section__info-item p:first-child{font-size:.625rem;letter-spacing:.3em}}.contact-section__info-item p:last-child{font-size:.875rem;color:var(--foreground);font-weight:300}@media(min-width:640px){.contact-section__info-item p:last-child{font-size:1rem}}.contact-form{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.contact-form{gap:1.5rem}}.contact-form__field{display:flex;flex-direction:column;gap:.5rem}.contact-form__label{font-size:.5625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground);font-weight:300}@media(min-width:640px){.contact-form__label{font-size:.625rem;letter-spacing:.3em}}.contact-form__input,.contact-form__textarea{background-color:transparent;border:none;border-bottom:1px solid var(--border);padding:.75rem 0;color:var(--foreground);font-family:var(--font-sans);font-size:.875rem;font-weight:300;outline:none;transition:border-color .3s ease;width:100%}.contact-form__input:focus,.contact-form__textarea:focus{border-bottom-color:var(--foreground)}.contact-form__textarea{resize:none;min-height:6rem}.contact-form__submit{align-self:flex-start;margin-top:1rem;padding:.75rem 2rem;background-color:var(--foreground);color:var(--background);font-family:var(--font-sans);font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;font-weight:500;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease}@media(min-width:640px){.contact-form__submit{font-size:.75rem;letter-spacing:.3em}}.contact-form__submit:hover{background-color:var(--muted-foreground)}.site-footer{padding:2rem 1rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.site-footer{padding:3rem 1.5rem;gap:1.5rem}}@media(min-width:1024px){.site-footer{padding:3rem 6rem;flex-direction:row;justify-content:space-between;align-items:center}}.site-footer__logo{font-size:1.25rem;font-weight:700;letter-spacing:-.05em;color:var(--foreground)}@media(min-width:640px){.site-footer__logo{font-size:1.5rem}}.site-footer__links{display:flex;flex-wrap:wrap;gap:1rem;list-style:none}@media(min-width:640px){.site-footer__links{gap:2rem}}.site-footer__links a{font-size:.625rem;text-transform:uppercase;letter-spacing:.15em;color:var(--muted-foreground);font-weight:300;transition:color .3s ease}@media(min-width:640px){.site-footer__links a{font-size:.75rem;letter-spacing:.2em}}.site-footer__links a:hover{color:var(--foreground)}.site-footer__copy{font-size:.5625rem;color:var(--muted-foreground);font-weight:300}@media(min-width:640px){.site-footer__copy{font-size:.625rem}}.contact-section__bg-text{position:absolute;bottom:6rem;left:0;right:0;overflow:hidden;pointer-events:none;text-align:center}.contact-section__bg-text span{font-size:20vw;line-height:1;letter-spacing:-.05em;color:#6666660d;font-weight:900;white-space:nowrap}@media(min-width:640px){.contact-section__bg-text span{font-size:25vw}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
