:root{--bone: #F1ECE3;--oat: #E4DBCB;--oat-deep: #D8CCB7;--eucalypt: #37473B;--eucalypt-soft: #5C6C58;--clay: #B0825C;--clay-soft: #C49A72;--ink: #272420;--muted: #6E675C;--line: rgba(39,36,32,.12);--serif: "Fraunces", Georgia, serif;--sans: "Hanken Grotesk", system-ui, sans-serif;--page-gutter: clamp(1.6rem, 5vw, 8rem);--container: 1320px;--ease-out: cubic-bezier(.16,1,.3,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth}body{background:var(--bone);color:var(--ink);font-family:var(--sans);font-size:1.6rem;line-height:1.55;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:999;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");opacity:.45;mix-blend-mode:multiply}.ph-container{max-width:var(--container);margin-inline:auto;padding-inline:var(--page-gutter)}.ph-header{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;border-bottom:1px solid transparent;transition:background .4s var(--ease-out),border-color .4s,backdrop-filter .4s}.ph-header--scrolled{background:#f1ece3eb;border-bottom-color:var(--line);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.ph-header__inner{display:flex;align-items:center;justify-content:space-between;height:6.4rem;padding-inline:var(--page-gutter)}.ph-logo{display:flex;align-items:center;gap:1rem;text-decoration:none;flex-shrink:0;color:var(--eucalypt)}.ph-logo__mark{width:1.4rem;height:2rem;flex-shrink:0;color:inherit}.ph-logo__wordmark{font-family:var(--serif);font-size:1.95rem;font-weight:300;letter-spacing:.05em;color:inherit;line-height:1;font-style:normal}.ph-logo__wordmark em{font-style:italic;font-weight:300}.ph-nav{display:none}@media(min-width:860px){.ph-nav{display:flex;align-items:center;gap:3.2rem;list-style:none}.ph-nav a{font-size:1.4rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--ink);opacity:.7;transition:opacity .2s}.ph-nav a:hover{opacity:1}}.ph-header__actions{display:flex;align-items:center;gap:1.6rem}.ph-header__cart{display:flex;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--ink);cursor:pointer;transition:color .2s;background:none;border:none;padding:0}.ph-header__cart:hover{color:var(--eucalypt)}.ph-cart-count{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;background:var(--eucalypt);color:var(--bone);border-radius:50%;font-size:1rem;font-weight:700;line-height:1}.ph-cart-count[data-count="0"]{display:none}.ph-menu-toggle{display:flex;flex-direction:column;gap:.4rem;cursor:pointer;background:none;border:none;padding:.4rem}.ph-menu-toggle span{display:block;width:2.2rem;height:.15rem;background:var(--ink);transition:transform .3s var(--ease-out),opacity .2s}@media(min-width:860px){.ph-menu-toggle{display:none}}.ph-mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:var(--bone);padding:8rem var(--page-gutter) 4rem;flex-direction:column;justify-content:center}.ph-mobile-menu.is-open{display:flex}.ph-mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:2.4rem}.ph-mobile-menu a{font-family:var(--serif);font-size:clamp(3.2rem,8vw,5.6rem);font-weight:400;color:var(--ink);display:block}.ph-header-spacer{height:6.4rem}.ph-hero{min-height:calc(100svh - 6.4rem);display:grid;grid-template-columns:1fr;position:relative;overflow:hidden;background:var(--bone)}@media(min-width:860px){.ph-hero{grid-template-columns:55% 45%;min-height:calc(100svh - 6.4rem)}}.ph-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(5rem,8vw,10rem) var(--page-gutter) clamp(4rem,6vw,8rem);order:2}@media(min-width:860px){.ph-hero__copy{order:1;padding-right:4%}}.ph-hero__eyebrow{font-family:var(--sans);font-size:1.1rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--clay);margin-bottom:2.4rem}.ph-hero__headline{font-family:var(--serif);font-size:clamp(4.4rem,7.5vw,9rem);font-weight:400;line-height:1;letter-spacing:-.03em;color:var(--ink);margin-bottom:3.2rem}.ph-hero__headline em{font-style:italic;color:var(--eucalypt)}.ph-hero__sub{font-size:1.6rem;line-height:1.65;color:var(--muted);max-width:38ch;margin-bottom:4rem}.ph-hero__ctas{display:flex;flex-wrap:wrap;gap:1.2rem;margin-bottom:5.6rem}.ph-btn{display:inline-flex;align-items:center;gap:.8rem;font-family:var(--sans);font-size:1.3rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:1.4rem 2.8rem;border:1.5px solid transparent;cursor:pointer;transition:background .22s,color .22s,border-color .22s;text-decoration:none;line-height:1}.ph-btn--solid{background:var(--eucalypt);color:var(--bone);border-color:var(--eucalypt)}.ph-btn--solid:hover{background:var(--ink);border-color:var(--ink);transform:translateY(-1px)}.ph-btn--outline{background:transparent;color:var(--ink);border-color:var(--ink)}.ph-btn--outline:hover{background:var(--ink);color:var(--bone);transform:translateY(-1px)}.ph-hero__details{display:flex;flex-wrap:wrap;gap:2.4rem;padding-top:2.4rem;border-top:1px solid var(--line)}.ph-hero__detail{display:flex;align-items:center;gap:.8rem;font-size:1.25rem;font-weight:500;letter-spacing:.02em;color:var(--muted);text-transform:uppercase}.ph-hero__detail:before{content:"";display:block;width:.6rem;height:.6rem;border-radius:50%;background:var(--clay);flex-shrink:0}.ph-hero__image{position:relative;order:1;height:45vw;overflow:hidden;background:var(--oat)}@media(min-width:860px){.ph-hero__image{order:2;height:100%;min-height:60vh}}.ph-hero__image img{width:100%;height:100%;object-fit:cover;object-position:center}.ph-hero__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ph-hero__image-placeholder svg{opacity:.15;width:min(60%,280px)}.ph-ticker{background:var(--eucalypt);color:var(--bone);padding:1.4rem 0;overflow:hidden;position:relative}.ph-ticker__track{display:flex;gap:0;white-space:nowrap;animation:ticker-scroll 32s linear infinite;will-change:transform}.ph-ticker__track:hover{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ph-ticker__item{display:inline-flex;align-items:center;gap:1.6rem;font-size:1.2rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:0 3.2rem;white-space:nowrap}.ph-ticker__sep{color:var(--clay);font-size:1rem}.ph-section{padding:clamp(7rem,10vw,14rem) 0}.ph-section__header{padding-inline:var(--page-gutter);margin-bottom:6.4rem}.ph-section__label{display:block;font-size:1.1rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:1.2rem}.ph-section__title{font-family:var(--serif);font-size:clamp(3.2rem,5vw,6rem);font-weight:400;letter-spacing:-.025em;line-height:1.05;color:var(--ink)}.ph-range{background:var(--bone)}.ph-range__list{list-style:none;border-top:1px solid var(--line)}.ph-range__item{position:relative;border-bottom:1px solid var(--line)}.ph-range__item a{display:flex;align-items:center;padding:2.8rem var(--page-gutter);gap:2.4rem;transition:background .2s}.ph-range__item a:hover{background:#37473b09}.ph-range__index{font-family:var(--serif);font-size:1.2rem;font-weight:400;color:var(--muted);letter-spacing:.08em;min-width:2.4rem;flex-shrink:0;padding-top:.2rem}.ph-range__name{font-family:var(--serif);font-size:clamp(2.2rem,3.5vw,4.2rem);font-weight:400;letter-spacing:-.02em;line-height:1.1;color:var(--ink);flex:1;transition:color .2s}.ph-range__item a:hover .ph-range__name{color:var(--eucalypt)}.ph-range__meta{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:.4rem}.ph-range__price{font-family:var(--sans);font-size:1.5rem;font-weight:500;color:var(--ink)}.ph-range__tag{font-size:1.1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--clay)}.ph-range__preview{display:none;position:fixed;pointer-events:none;z-index:50;width:28rem;height:34rem;border-radius:0;overflow:hidden;opacity:0;transform:scale(.95) translateY(.8rem);transition:opacity .3s var(--ease-out),transform .3s var(--ease-out);box-shadow:0 4rem 8rem #2724202e}@media(min-width:860px){.ph-range__preview{display:block}.ph-range__item a:hover+.ph-range__preview,.ph-range__item:hover .ph-range__preview{opacity:1;transform:scale(1) translateY(0)}}.ph-range__preview img{width:100%;height:100%;object-fit:cover}.ph-range__preview-placeholder{width:100%;height:100%;background:var(--oat);display:flex;align-items:center;justify-content:center}.ph-range__footer{padding:4rem var(--page-gutter) 0}.ph-ethos{background:var(--eucalypt);color:var(--bone);padding:clamp(7rem,10vw,14rem) 0}.ph-ethos .ph-section__label{color:#f1ece380}.ph-ethos .ph-section__title{color:var(--bone)}.ph-ethos__grid{display:grid;grid-template-columns:1fr;gap:5.6rem;padding-inline:var(--page-gutter);margin-top:6.4rem}@media(min-width:640px){.ph-ethos__grid{grid-template-columns:repeat(3,1fr);gap:4rem}}.ph-ethos__col-num{font-family:var(--serif);font-size:1.1rem;font-weight:400;color:var(--clay-soft);letter-spacing:.12em;margin-bottom:2rem}.ph-ethos__col-title{font-family:var(--serif);font-size:2.4rem;font-weight:400;line-height:1.2;color:var(--bone);margin-bottom:1.4rem}.ph-ethos__col-body{font-size:1.5rem;line-height:1.65;color:#f1ece3a6}.ph-newsletter{background:var(--bone);padding:clamp(7rem,10vw,14rem) 0}.ph-newsletter__card{background:var(--oat);margin-inline:var(--page-gutter);padding:clamp(5rem,7vw,10rem) clamp(3rem,5vw,8rem);display:grid;gap:5.6rem;align-items:center}@media(min-width:780px){.ph-newsletter__card{grid-template-columns:1fr 1fr}}.ph-newsletter__eyebrow{font-family:var(--sans);font-size:1.1rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--clay);margin-bottom:1.6rem}.ph-newsletter__title{font-family:var(--serif);font-size:clamp(3.2rem,4.5vw,5.6rem);font-weight:400;line-height:1.05;letter-spacing:-.025em;color:var(--ink)}.ph-newsletter__title em{font-style:italic;color:var(--eucalypt)}.ph-newsletter__sub{font-size:1.5rem;line-height:1.65;color:var(--muted);margin-top:1.6rem}.ph-newsletter__form{display:flex;flex-direction:column;gap:1.2rem}.ph-newsletter__input{font-family:var(--sans);font-size:1.5rem;padding:1.6rem 2rem;background:var(--bone);border:1.5px solid var(--oat-deep);color:var(--ink);outline:none;width:100%;transition:border-color .2s;-webkit-appearance:none;border-radius:0}.ph-newsletter__input::placeholder{color:var(--muted)}.ph-newsletter__input:focus{border-color:var(--eucalypt)}.ph-newsletter__privacy{font-size:1.2rem;color:var(--muted);line-height:1.5}.ph-lookbook{position:relative;height:70vh;min-height:480px;overflow:hidden}.ph-lookbook__img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block}.ph-lookbook__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;padding:clamp(3.2rem,5vw,6.4rem) var(--page-gutter);background:linear-gradient(to top,rgba(39,36,32,.5) 0%,transparent 55%);pointer-events:none}.ph-lookbook__quote{font-family:var(--serif);font-size:clamp(2rem,2.8vw,3.4rem);font-weight:300;font-style:italic;color:var(--bone);max-width:44ch;line-height:1.35;pointer-events:auto}@media(max-width:639px){.ph-lookbook{height:55vw;min-height:300px}}.ph-card{display:block;text-decoration:none}.ph-card__image-wrap{position:relative;padding-bottom:120%;overflow:hidden;background:var(--oat);margin-bottom:2rem}.ph-card__image-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out)}.ph-card:hover .ph-card__image-wrap img{transform:scale(1.03)}.ph-card__tag{font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--clay);margin-bottom:.6rem}.ph-card__name{font-family:var(--serif);font-size:2rem;font-weight:400;letter-spacing:-.015em;line-height:1.2;color:var(--ink);margin-bottom:.8rem}.ph-card__price{font-size:1.5rem;font-weight:500;color:var(--muted)}.ph-collection{padding:clamp(7rem,10vw,14rem) 0}.ph-collection__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem clamp(1.2rem,2.5vw,3.2rem);padding-inline:var(--page-gutter)}@media(min-width:860px){.ph-collection__grid{grid-template-columns:repeat(3,1fr)}}.ph-product{padding:clamp(4rem,6vw,8rem) 0}.ph-product__inner{display:grid;grid-template-columns:1fr;gap:4rem;padding-inline:var(--page-gutter)}@media(min-width:860px){.ph-product__inner{grid-template-columns:55% 1fr;gap:8rem}}.ph-product__gallery{position:relative;background:var(--oat);overflow:hidden}.ph-product__gallery img{width:100%;height:auto;display:block}.ph-product__eyebrow{font-size:1.1rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--clay);margin-bottom:1.6rem}.ph-product__title{font-family:var(--serif);font-size:clamp(3.2rem,4vw,5.2rem);font-weight:400;letter-spacing:-.025em;line-height:1.05;color:var(--ink);margin-bottom:2rem}.ph-product__price{font-size:2.2rem;font-weight:500;color:var(--ink);margin-bottom:3.2rem}.ph-product__desc{font-size:1.6rem;line-height:1.7;color:var(--muted);margin-bottom:3.6rem}.ph-product__sizes{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:3.2rem}.ph-product__size-label{font-size:1.1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:1.2rem;display:block}.ph-size-pill{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;border:1.5px solid var(--line);font-size:1.3rem;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:border-color .2s,background .2s;background:transparent;color:var(--ink);text-transform:uppercase}.ph-size-pill:hover,.ph-size-pill.is-selected{border-color:var(--eucalypt);background:var(--eucalypt);color:var(--bone)}.ph-product__specs{border-top:1px solid var(--line);padding-top:3.2rem;margin-bottom:3.6rem;display:flex;flex-direction:column;gap:1.6rem}.ph-spec{display:flex;gap:2.4rem}.ph-spec__key{font-size:1.2rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);min-width:10rem;flex-shrink:0}.ph-spec__value{font-size:1.5rem;color:var(--ink)}.ph-product__atc{width:100%;padding:1.8rem 3.2rem;background:var(--eucalypt);color:var(--bone);border:none;font-family:var(--sans);font-size:1.3rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s}.ph-product__atc:hover{background:var(--eucalypt-soft)}.ph-footer{background:var(--ink);color:#f1ece3b3;padding:clamp(5rem,8vw,10rem) 0 3.6rem}.ph-footer__grid{display:grid;grid-template-columns:1fr;gap:4.8rem;padding-inline:var(--page-gutter);margin-bottom:6.4rem}@media(min-width:640px){.ph-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:860px){.ph-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.ph-footer .ph-logo,.ph-footer .ph-logo__wordmark{color:var(--bone)}.ph-footer__brand-blurb{font-size:1.4rem;line-height:1.7;color:#f1ece380;margin-top:2rem;max-width:26ch}.ph-footer__col-title{font-size:1.1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--bone);margin-bottom:2rem}.ph-footer__col ul{list-style:none;display:flex;flex-direction:column;gap:1.2rem}.ph-footer__col a{font-size:1.4rem;color:#f1ece38c;transition:color .2s}.ph-footer__col a:hover{color:var(--bone)}.ph-footer__bottom{padding-inline:var(--page-gutter);border-top:1px solid rgba(241,236,227,.1);padding-top:2.8rem;display:flex;flex-wrap:wrap;gap:1.6rem;justify-content:space-between;align-items:center;font-size:1.2rem;color:#f1ece359}@keyframes ph-fade-up{0%{opacity:0;transform:translateY(2.4rem)}to{opacity:1;transform:translateY(0)}}.ph-hero .ph-reveal{animation:ph-fade-up .8s var(--ease-out) both}.ph-hero .ph-reveal--delay-1{animation-delay:.12s}.ph-hero .ph-reveal--delay-2{animation-delay:.24s}.ph-hero .ph-reveal--delay-3{animation-delay:.36s}.ph-hero .ph-reveal--delay-4{animation-delay:.52s}.ph-reveal:not(.ph-hero .ph-reveal){opacity:0;transform:translateY(2.4rem);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.ph-reveal:not(.ph-hero .ph-reveal).is-visible{opacity:1;transform:translateY(0)}.ph-reveal--delay-1:not(.ph-hero .ph-reveal){transition-delay:.1s}.ph-reveal--delay-2:not(.ph-hero .ph-reveal){transition-delay:.2s}.ph-reveal--delay-3:not(.ph-hero .ph-reveal){transition-delay:.3s}.ph-reveal--delay-4:not(.ph-hero .ph-reveal){transition-delay:.4s}@media(prefers-reduced-motion:reduce){.ph-reveal,.ph-hero .ph-reveal{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}}.ph-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.ph-divider{border:none;border-top:1px solid var(--line)}.ph-using-custom-header .section-header{display:none!important}.ph-using-custom-header body{padding-top:0!important}@media(max-width:859px){.ph-header__inner{padding-inline:2rem;height:5.6rem}.ph-logo__mark{width:1.1rem;height:1.6rem}.ph-logo__wordmark{font-size:1.7rem}.ph-header-spacer{height:5.6rem}}@media(max-width:859px){.ph-hero{min-height:auto;grid-template-columns:1fr}.ph-hero__image{height:72vw;min-height:260px;order:1}.ph-hero__copy{order:2;padding:4rem 2rem 5rem}.ph-hero__headline{font-size:clamp(3.6rem,9vw,5.6rem);margin-bottom:2.4rem}.ph-hero__sub{font-size:1.5rem;margin-bottom:3.2rem}.ph-hero__ctas{flex-direction:column;gap:1rem}.ph-btn{justify-content:center;width:100%}.ph-hero__details{gap:1.6rem;flex-direction:column}}@media(max-width:479px){.ph-ticker__item{font-size:1.1rem;padding:0 2rem}}@media(max-width:639px){.ph-range__item a{padding:2rem;gap:1.6rem}.ph-range__name{font-size:clamp(2rem,6vw,3rem)}.ph-range__meta{align-items:flex-end}.ph-range__price{font-size:1.4rem}.ph-section__header{margin-bottom:4rem}}@media(max-width:639px){.ph-ethos__grid{gap:4rem;margin-top:4rem}.ph-ethos__col-title{font-size:2.2rem}}@media(max-width:779px){.ph-newsletter__card{padding:4rem 2.4rem;margin-inline:1.6rem}.ph-newsletter__title{font-size:clamp(2.8rem,7vw,4rem)}}@media(max-width:639px){.ph-footer__grid{grid-template-columns:1fr 1fr;gap:4rem}.ph-footer__brand{grid-column:1 / -1}.ph-footer__bottom{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:399px){.ph-footer__grid{grid-template-columns:1fr}}@media(max-width:479px){.ph-collection__grid{grid-template-columns:1fr;gap:4rem}}@media(max-width:859px){.ph-product__inner{grid-template-columns:1fr;gap:3.2rem}.ph-product__title{font-size:clamp(2.8rem,7vw,4rem)}}@media(max-width:479px){.ph-section{padding:clamp(5rem,8vw,10rem) 0}.ph-section__title{font-size:clamp(2.8rem,8vw,4.8rem)}.ph-container{padding-inline:2rem}.ph-page-gutter-override{padding-inline:2rem!important}}@media(max-width:859px){.ph-mobile-menu{padding:6rem 2.4rem 4rem}}@media(max-width:859px){.ph-footer__col a,.ph-nav a{min-height:44px;display:flex;align-items:center}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/pawhaus.css.map */
