:root{--haus-black:#070707;--haus-grey:#c9cac5;--haus-pale:#eeeee9;--haus-white:#f8f8f5;--haus-blue:#085bd8;--haus-yellow:#ffd429;--haus-green:#00b878;--haus-red:#ed1c24;--haus-rule:1px solid var(--haus-black);--haus-mono:"Courier New",Courier,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--haus-pale);color:var(--haus-black);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{border-radius:0}.content-for-layout{background:var(--haus-pale)}.haus-announcement{height:28px;display:flex;align-items:center;justify-content:center;background:var(--haus-blue);color:#fff;border-bottom:var(--haus-rule);font:700 10px var(--haus-mono);letter-spacing:.08em;text-transform:uppercase}.haus-toolbar{height:76px;padding:10px 3vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;background:var(--haus-grey);border-bottom:var(--haus-rule);font-family:var(--haus-mono)}.haus-toolbar__status{display:flex;align-items:center;gap:9px;font-size:10px;letter-spacing:.08em}.haus-toolbar__lamp{width:13px;height:13px;background:var(--haus-green);border:1px solid #005c3b;border-radius:50%;box-shadow:inset 1px 1px #ffffffa6}.haus-toolbar__logo{line-height:0}.haus-toolbar__logo img{display:block;width:clamp(210px,24vw,330px);height:auto}.haus-toolbar__actions{display:flex;justify-content:flex-end;gap:8px}.haus-system-button,.haus-button{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:2px solid;border-color:#fff #666761 #666761 #fff;box-shadow:1px 1px #000;background:#dddeda;color:#050505;font:700 10px var(--haus-mono);letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.haus-system-button:hover,.haus-button:hover{filter:brightness(.96)}.haus-system-button:active,.haus-button:active{border-color:#666761 #fff #fff #666761;box-shadow:none;transform:translate(1px,1px)}.haus-system-button__mobile{display:none}.haus-button--blue{background:var(--haus-blue);color:#fff}.haus-button--yellow{background:var(--haus-yellow)}.haus-tabs{height:34px;display:flex;background:#d7d8d4;border-bottom:var(--haus-rule);font-family:var(--haus-mono)}.haus-tab{width:104px;display:flex;align-items:center;justify-content:center;background:#d7d8d4;border-right:var(--haus-rule);box-shadow:inset 1px 1px #fff;color:#050505;text-transform:uppercase}.haus-tab__number,.haus-tab__note{display:none}.haus-tab__title{font-size:10px;line-height:1}.haus-tab.is-active{background:var(--haus-black);color:#fff;box-shadow:inset 1px 1px #333}.haus-tab:hover:not(.is-active){background:var(--haus-yellow)}.haus-eyebrow,.haus-label{display:inline-block;padding:5px 8px;background:var(--haus-green);border:var(--haus-rule);font:700 10px var(--haus-mono);letter-spacing:.05em;text-transform:uppercase}.haus-home-hero{height:calc(100svh - 138px);min-height:570px;max-height:760px;display:grid;grid-template-columns:60% 40%;border-bottom:var(--haus-rule);background:#000}.haus-home-hero__image{overflow:hidden}.haus-home-hero__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 56%}.haus-home-hero__copy{position:relative;padding:clamp(34px,4vw,62px);display:flex;flex-direction:column;justify-content:space-between;background-color:var(--haus-pale);background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.13) 1px,transparent 1.2px);background-size:10px 10px;border-left:var(--haus-rule)}.haus-home-hero h1{max-width:7ch;margin:20px 0;font-size:clamp(64px,6.2vw,112px);line-height:.84;letter-spacing:-.07em}.haus-home-hero__bottom{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end}.haus-home-hero__bottom p{max-width:36ch;margin:0;font:15px/1.35 var(--haus-mono)}.haus-cta{min-height:46px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;background:var(--haus-yellow);border:2px solid;border-color:#fff #666761 #666761 #fff;box-shadow:1px 1px #000;font:700 10px var(--haus-mono);letter-spacing:.06em;text-transform:uppercase}.haus-cta--dark{background:var(--haus-blue);color:#fff}.haus-tech{position:absolute;right:15px;top:110px;writing-mode:vertical-rl;font:9px var(--haus-mono);letter-spacing:.08em}.haus-home-products{background:var(--haus-white);border-bottom:var(--haus-rule)}.haus-home-products>header{height:54px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:var(--haus-rule);font:11px var(--haus-mono);text-transform:uppercase}.haus-home-products>header a{text-decoration:underline}.haus-home-products__grid{display:grid;grid-template-columns:repeat(3,1fr)}.haus-home-card{position:relative;display:grid;grid-template-columns:62% 38%;min-height:370px;border-right:var(--haus-rule)}.haus-home-card:last-child{border-right:0}.haus-home-card__image{background:#f1f1ef;overflow:hidden}.haus-home-card__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 70%;transition:transform .25s}.haus-home-card:hover img{transform:scale(1.015)}.haus-home-card__meta{position:relative;padding:18px 15px;display:flex;flex-direction:column;align-items:flex-start;gap:7px;border-left:var(--haus-rule);font:12px var(--haus-mono)}.haus-home-card__meta small{font-size:9px}.haus-home-card__meta strong{font-weight:400}.haus-home-card__meta i{position:absolute;right:14px;bottom:14px;width:36px;height:36px;display:grid;place-items:center;border:var(--haus-rule);font-style:normal;font-size:20px}.haus-home-story{display:grid;grid-template-columns:56% 44%;background:#000;color:#fff;border-bottom:var(--haus-rule)}.haus-home-story>div:first-child{height:720px}.haus-home-story img{width:100%;height:100%;object-fit:cover}.haus-home-story__copy{padding:clamp(35px,5vw,76px);display:flex;flex-direction:column;justify-content:space-between;border-left:1px solid #fff}.haus-home-story__copy>span{font:10px var(--haus-mono);text-transform:uppercase}.haus-home-story__copy h2{max-width:7ch;margin:30px 0;font-size:clamp(58px,7vw,112px);line-height:.82;letter-spacing:-.06em}.haus-home-story__copy p{max-width:40ch;font-size:17px}.haus-home-collections{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:var(--haus-rule)}.haus-home-collections a{position:relative;min-height:560px;overflow:hidden;border-right:var(--haus-rule)}.haus-home-collections a:last-child{border-right:0}.haus-home-collections img{width:100%;height:100%;object-fit:cover;object-position:center 76%}.haus-home-collections span{position:absolute;left:14px;bottom:14px;padding:7px 10px;background:var(--haus-pale);border:var(--haus-rule);font:700 11px var(--haus-mono);text-transform:uppercase}.haus-manifesto{padding:60px 4vw;display:grid;grid-template-columns:1fr 4fr;gap:30px;background:var(--haus-yellow);border-bottom:var(--haus-rule)}.haus-manifesto span{font:10px var(--haus-mono)}.haus-manifesto p{max-width:22ch;margin:0;font-size:clamp(42px,6vw,88px);line-height:.92;letter-spacing:-.05em}.haus-directory__head{padding:34px 3vw 28px;display:flex;justify-content:space-between;align-items:flex-start;background:var(--haus-white);border-bottom:var(--haus-rule)}.haus-directory__head h1{margin:16px 0 6px;font-size:clamp(64px,8vw,126px);line-height:.82;letter-spacing:-.07em;text-transform:uppercase}.haus-directory__intro{max-width:58ch;margin:0;font:15px/1.35 var(--haus-mono)}.haus-directory__ref{padding-top:2px;font:10px var(--haus-mono)}.haus-directory__toolbar{height:46px;margin:0 3vw;display:grid;grid-template-columns:1fr auto auto;border:var(--haus-rule);border-bottom:0;font:10px var(--haus-mono);text-transform:uppercase}.haus-directory__toolbar span{padding:0 14px;display:flex;align-items:center;border-right:var(--haus-rule)}.haus-directory__toolbar span:last-child{border-right:0}.haus-directory__grid{margin:0 3vw 50px;display:grid;grid-template-columns:repeat(3,1fr);border:var(--haus-rule)}.haus-catalogue-card{min-width:0;border-right:var(--haus-rule);border-bottom:var(--haus-rule)}.haus-catalogue-card:nth-child(3n){border-right:0}.haus-catalogue-card__image{height:min(48vw,520px);display:block;overflow:hidden;background:#f1f1ef}.haus-catalogue-card__image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 72%}.haus-catalogue-card__meta{position:relative;min-height:102px;padding:12px 54px 12px 12px;display:flex;flex-direction:column;gap:5px;border-top:var(--haus-rule);font:12px var(--haus-mono)}.haus-catalogue-card__meta small{font-size:9px}.haus-catalogue-card__meta strong{font-weight:400}.haus-square-action{position:absolute;right:12px;bottom:12px;width:36px;height:36px;display:grid;place-items:center;border:var(--haus-rule);font:20px var(--haus-mono)}.haus-pagination{padding:20px;display:flex;justify-content:center;font:12px var(--haus-mono)}.haus-search-page{padding:48px 5vw 70px;min-height:70vh;background-color:var(--haus-pale);background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.12) 1px,transparent 1.2px);background-size:10px 10px}.haus-search-page header h1{margin:18px 0 8px;font-size:clamp(54px,7vw,110px);line-height:.84;letter-spacing:-.06em;text-transform:uppercase}.haus-search-page header p{font:14px var(--haus-mono)}.haus-search-form{display:grid;grid-template-columns:1fr 180px;gap:5px;margin:28px 0 20px}.haus-search-form input{height:54px;padding:0 16px;background:#fff;border:var(--haus-rule);font:16px var(--haus-mono)}.haus-search-count{padding:14px 0;border-block:var(--haus-rule);font:11px var(--haus-mono);text-transform:uppercase}.haus-search-results{max-width:820px}.haus-search-results article{position:relative;display:grid;grid-template-columns:130px 1fr;min-height:150px;padding:12px 54px 12px 0;border-bottom:var(--haus-rule);font:12px var(--haus-mono)}.haus-search-results article>a:first-child img{width:118px;height:126px;object-fit:cover;object-position:center 72%}.haus-search-results article>div{display:flex;flex-direction:column;gap:7px;padding-top:5px}.haus-search-results article small{font-size:9px}.haus-search-results article strong{font-weight:400}.haus-empty{padding:80px 20px;text-align:center}.haus-empty h2{margin:0 0 14px;font-size:clamp(38px,5vw,74px);line-height:.9;text-transform:uppercase}.haus-empty p{font:13px var(--haus-mono)}.haus-empty .haus-button{margin-top:20px}.haus-breadcrumbs{height:44px;padding:0 3vw;display:flex;align-items:center;background:var(--haus-white);border-bottom:var(--haus-rule);font:10px var(--haus-mono);text-transform:uppercase}.haus-product{display:grid;grid-template-columns:58% 42%;border-bottom:var(--haus-rule)}.haus-product__gallery{min-width:0;background:var(--haus-white);border-right:var(--haus-rule)}.haus-colour-tabs{height:48px;display:flex;border-bottom:var(--haus-rule);overflow-x:auto}.haus-colour-tab{min-width:150px;padding:0 16px;display:flex;align-items:center;gap:10px;background:#dedfdb;border:0;border-right:var(--haus-rule);box-shadow:inset 1px 1px #fff;font:10px var(--haus-mono);text-transform:uppercase;white-space:nowrap;cursor:pointer}.haus-colour-tab i{width:16px;height:16px;display:block;border:var(--haus-rule);background:#ccc}.haus-colour-tab:nth-child(1) i{background:var(--haus-red)}.haus-colour-tab:nth-child(2) i{background:var(--haus-yellow)}.haus-colour-tab:nth-child(3) i{background:#0f55c9}.haus-colour-tab:nth-child(4) i{background:#16722d}.haus-colour-tab:nth-child(5) i{background:#fff}.haus-colour-tab.is-active{background:var(--haus-black);color:#fff}.haus-product__stage{position:relative;height:calc(100svh - 230px);min-height:630px}.haus-product__stage img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 72%;transition:opacity .15s}.haus-image-count{position:absolute;right:12px;bottom:12px;padding:6px 8px;background:var(--haus-grey);border:var(--haus-rule);font:9px var(--haus-mono)}.haus-product__buy{padding:clamp(30px,4vw,62px);display:flex;flex-direction:column;background-color:var(--haus-pale);background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.13) 1px,transparent 1.2px);background-size:10px 10px}.haus-product__ref{align-self:flex-start;padding:5px 8px;background:var(--haus-green);border:var(--haus-rule);font:700 10px var(--haus-mono);text-transform:uppercase}.haus-product__buy h1{margin:26px 0 8px;font-size:clamp(60px,6vw,102px);line-height:.84;letter-spacing:-.07em}.haus-product__price{margin:0 0 22px;font:clamp(28px,3vw,42px) var(--haus-mono)}.haus-selected{padding:12px 0;display:flex;justify-content:space-between;border-block:var(--haus-rule);font:11px var(--haus-mono);text-transform:uppercase}.haus-product__description{max-width:48ch;margin:22px 0 18px;font:14px/1.4 var(--haus-mono)}.haus-product__description>*:not(:first-child){display:none}.haus-quantity-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.haus-quantity,.haus-cart-quantity{display:grid;grid-template-columns:38px 50px 38px}.haus-quantity button,.haus-quantity input,.haus-cart-quantity button,.haus-cart-quantity input{height:42px;padding:0;border:var(--haus-rule);border-right:0;background:#fff;text-align:center;font:14px var(--haus-mono)}.haus-quantity button:last-child,.haus-cart-quantity button:last-child{border-right:var(--haus-rule)}.haus-stock{display:flex;align-items:center;gap:7px;color:#008b59;font:700 10px var(--haus-mono);text-transform:uppercase}.haus-stock i{width:8px;height:8px;background:var(--haus-green);border-radius:50%}.haus-add{width:100%;min-height:54px;background:var(--haus-blue);color:#fff;border:2px solid;border-color:#7eb3ff #003681 #003681 #7eb3ff;font:700 13px var(--haus-mono);text-transform:uppercase}.haus-product-accordions{margin-top:28px;border:var(--haus-rule)}.haus-product-accordions details{border-bottom:var(--haus-rule)}.haus-product-accordions details:last-child{border-bottom:0}.haus-product-accordions summary{height:45px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;list-style:none;font:11px var(--haus-mono);text-transform:uppercase;cursor:pointer}.haus-product-accordions details>div,.haus-product-accordions details>p{padding:0 14px 14px;margin:0;font:12px/1.4 var(--haus-mono)}.haus-product-catalogue-link{margin-top:8px;min-height:52px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:var(--haus-yellow);border:2px solid;border-color:#fff #776300 #776300 #fff;font:700 11px var(--haus-mono);text-transform:uppercase}.haus-product-banner,.product-recommendations{display:none!important}.haus-template-page .page-width-content{max-width:none;padding:0}.haus-template-page .section-content-wrapper{gap:0!important}.haus-about-masthead{padding:28px 3vw;display:grid;grid-template-columns:1.35fr .8fr .35fr;gap:40px;background-color:var(--haus-pale);background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.12) 1px,transparent 1.2px);background-size:10px 10px;border-bottom:var(--haus-rule)}.haus-about-masthead h1{margin:18px 0 0;font-size:clamp(70px,8vw,132px);line-height:.78;letter-spacing:-.07em;text-transform:uppercase}.haus-about-masthead>div:nth-child(2){padding-top:10px;font:13px/1.4 var(--haus-mono)}.haus-about-masthead strong{display:block;margin-top:20px;font:italic 34px Georgia,serif}.haus-about-masthead aside{padding-left:18px;border-left:var(--haus-rule);font:10px/1.35 var(--haus-mono)}.haus-studio-log-head{height:54px;padding:0 3vw;display:flex;align-items:center;justify-content:space-between;background:var(--haus-white);border-bottom:var(--haus-rule)}.haus-studio-log-head h2{margin:0;font:24px var(--haus-mono);text-transform:uppercase}.haus-studio-log-head span{font:10px var(--haus-mono);text-transform:uppercase}.haus-timeline{padding:14px 3vw;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;background:var(--haus-white);border-bottom:var(--haus-rule)}.haus-milestone{min-width:0;border:var(--haus-rule);display:flex;flex-direction:column}.haus-milestone img{width:100%;aspect-ratio:3/4;display:block;object-fit:cover}.haus-milestone>div{position:relative;min-height:150px;padding:42px 10px 12px;border-top:var(--haus-rule);background:var(--haus-white)}.haus-milestone strong{position:absolute;left:0;right:0;top:0;height:32px;padding:0 10px;display:flex;align-items:center;background:var(--haus-grey);border-bottom:var(--haus-rule);font:700 16px var(--haus-mono)}.haus-milestone h3{margin:0 0 8px;font:700 13px var(--haus-mono);text-transform:uppercase}.haus-milestone p{margin:0;font:11px/1.35 var(--haus-mono)}.haus-milestone span{position:absolute;right:8px;top:9px;font:9px var(--haus-mono)}.haus-principles{padding:10px 3vw 22px;display:grid;grid-template-columns:repeat(3,1fr) 240px;background:var(--haus-white)}.haus-principles article{padding:10px 20px 10px 0;border-right:var(--haus-rule);font:11px/1.35 var(--haus-mono)}.haus-principles article+article{padding-left:20px}.haus-principles b{display:flex;gap:10px;align-items:center}.haus-principles b i{width:24px;height:24px;display:grid;place-items:center;background:var(--haus-red);font:9px var(--haus-mono);font-style:normal}.haus-principles article:nth-child(2) i{background:var(--haus-blue);color:#fff}.haus-principles article:nth-child(3) i{background:var(--haus-yellow)}.haus-principles>a{align-self:center;margin-left:20px}.haus-standard-page{max-width:1000px;min-height:65vh;padding:60px 5vw}.haus-standard-page h1{margin:20px 0 40px;font-size:clamp(54px,8vw,110px);line-height:.82;text-transform:uppercase}.haus-standard-page .rte{font:15px/1.5 var(--haus-mono)}.haus-contact{min-height:70vh;padding:52px 4vw;display:grid;grid-template-columns:1fr .75fr .55fr;gap:22px;background-color:var(--haus-pale);background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.12) 1px,transparent 1.2px);background-size:10px 10px}.haus-contact h1{margin:18px 0 12px;font-size:clamp(58px,7vw,110px);line-height:.82;text-transform:uppercase}.haus-contact__intro>p{max-width:38ch;font:13px/1.4 var(--haus-mono)}.haus-contact dl{margin-top:46px;display:grid;grid-template-columns:80px 1fr;gap:10px;font:11px var(--haus-mono)}.haus-contact dt{text-transform:uppercase}.haus-contact dd{margin:0}.haus-contact__form{padding:16px;background:#d5d6d2;border:var(--haus-rule)}.haus-contact__form label{display:block;margin-bottom:12px;font:10px var(--haus-mono);text-transform:uppercase}.haus-contact__form input,.haus-contact__form textarea{width:100%;margin-top:5px;padding:10px;background:#fff;border:var(--haus-rule);font:13px var(--haus-mono)}.haus-contact__form .haus-button{width:100%}.haus-faq>span{display:block;margin-bottom:9px;font:10px var(--haus-mono);text-transform:uppercase}.haus-faq details{border:var(--haus-rule);border-bottom:0;background:#dedfdb}.haus-faq details:last-child{border-bottom:var(--haus-rule)}.haus-faq summary{height:52px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;list-style:none;font:11px var(--haus-mono);text-transform:uppercase}.haus-faq p{padding:0 14px 14px;font:11px/1.4 var(--haus-mono)}.haus-cart-page{min-height:70vh;padding:36px 3vw 70px;background:var(--haus-white)}.haus-cart-page>header{margin-bottom:28px}.haus-cart-page>header h1{margin:0;font-size:clamp(52px,7vw,96px);line-height:.85;text-transform:uppercase}.haus-cart-page>header span{font:11px var(--haus-mono);text-transform:uppercase}.haus-cart-form{display:grid;grid-template-columns:1fr 360px;border:var(--haus-rule)}.haus-cart-items{min-width:0;padding:14px;border-right:var(--haus-rule)}.haus-cart-table-head{height:34px;display:grid;grid-template-columns:140px 1fr 160px 100px;border:var(--haus-rule);font:9px var(--haus-mono);text-transform:uppercase}.haus-cart-table-head span{padding:0 9px;display:flex;align-items:center;border-right:var(--haus-rule)}.haus-cart-item{min-height:150px;display:grid;grid-template-columns:140px 1fr 160px 100px;border:var(--haus-rule);border-top:0;font:11px var(--haus-mono)}.haus-cart-item__image{padding:8px;border-right:var(--haus-rule)}.haus-cart-item__image img{width:100%;height:130px;object-fit:cover;object-position:center 72%}.haus-cart-item__details{padding:15px;display:flex;flex-direction:column;align-items:flex-start;gap:7px;border-right:var(--haus-rule)}.haus-cart-item__details strong{font-weight:400}.haus-remove{margin-top:auto;text-decoration:underline;text-transform:uppercase;font-size:9px}.haus-cart-quantity{align-self:center;justify-self:center}.haus-cart-item__price{padding:16px 8px;font-weight:400}.haus-update-cart{margin-top:10px;padding:8px 12px;background:#fff;border:var(--haus-rule);font:9px var(--haus-mono);text-transform:uppercase}.haus-cart-summary{padding:18px;background-color:var(--haus-pale);background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.12) 1px,transparent 1.2px);background-size:10px 10px}.haus-cart-summary h2{margin:0 0 20px;padding-bottom:14px;border-bottom:var(--haus-rule);font:700 14px var(--haus-mono);text-transform:uppercase}.haus-cart-summary p{display:flex;justify-content:space-between;font:11px var(--haus-mono)}.haus-cart-summary p strong{max-width:150px;text-align:right;text-transform:uppercase}.haus-cart-total{margin-top:18px;padding-top:16px;border-top:var(--haus-rule);font-size:14px!important}.haus-cart-summary .haus-button{width:100%;margin-top:8px}.haus-cart-summary>small{display:block;margin-top:24px;font:9px/1.4 var(--haus-mono);text-transform:uppercase}.haus-404{min-height:70vh;padding:70px 7vw;background-color:var(--haus-pale);background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.12) 1px,transparent 1.2px);background-size:10px 10px}.haus-404 h1{margin:18px 0 24px;padding-bottom:20px;border-bottom:var(--haus-rule);font-size:clamp(90px,13vw,190px);line-height:.78;letter-spacing:-.07em;text-transform:uppercase}.haus-404 h2{margin:0;font-size:clamp(38px,5vw,72px);text-transform:uppercase}.haus-404 p{font:14px var(--haus-mono)}.haus-404>div{display:flex;gap:14px;margin-top:30px}footer{background:var(--haus-black)!important;color:#fff!important;border-top:8px solid var(--haus-blue);font-family:var(--haus-mono)}footer a,footer h2,footer p{color:#fff!important}footer input{background:#fff!important;color:#000!important;border-radius:0!important}@media(max-width:749px){.haus-announcement{height:28px;font-size:8px}.haus-toolbar{height:52px;padding:6px 9px;grid-template-columns:auto 1fr auto;gap:7px}.haus-toolbar__status span:last-child{display:none}.haus-toolbar__lamp{width:11px;height:11px}.haus-toolbar__logo{justify-self:center}.haus-toolbar__logo img{width:min(166px,43vw)}.haus-toolbar__actions{gap:3px}.haus-system-button{min-height:30px;padding:0 7px;font-size:8px}.haus-system-button--account,.haus-system-button__desktop{display:none}.haus-system-button__mobile{display:inline;font-size:13px}.haus-tabs{height:34px;position:sticky;top:0;z-index:10}.haus-tab{width:25%;font-size:9px}.haus-home-hero{height:auto;min-height:0;display:block}.haus-home-hero__image{height:43svh}.haus-home-hero__copy{min-height:345px;padding:20px 16px;border-left:0;border-top:var(--haus-rule)}.haus-home-hero h1{font-size:clamp(54px,17vw,80px);margin:20px 0}.haus-home-hero__bottom{grid-template-columns:1fr;gap:18px}.haus-home-hero__bottom p{font-size:12px}.haus-cta{width:100%}.haus-tech{display:none}.haus-home-products>header{height:46px;padding:0 12px;font-size:9px}.haus-home-products__grid{grid-template-columns:1fr 1fr}.haus-home-card{display:block;min-height:0;border-right:var(--haus-rule);border-bottom:var(--haus-rule)}.haus-home-card:nth-child(2n){border-right:0}.haus-home-card:last-child{border-right:var(--haus-rule)}.haus-home-card__image{height:220px}.haus-home-card__meta{min-height:112px;padding:10px;border-left:0;border-top:var(--haus-rule);font-size:10px}.haus-home-card__meta i{right:9px;bottom:9px;width:31px;height:31px}.haus-home-story{display:block}.haus-home-story>div:first-child{height:60svh}.haus-home-story__copy{min-height:420px;padding:28px 18px;border-left:0;border-top:1px solid #fff}.haus-home-story__copy h2{font-size:64px}.haus-home-collections{display:flex;overflow-x:auto}.haus-home-collections a{flex:0 0 82vw;min-height:500px}.haus-manifesto{padding:40px 18px;grid-template-columns:1fr}.haus-manifesto p{font-size:42px}.haus-directory__head{padding:24px 14px;display:block}.haus-directory__head h1{font-size:56px}.haus-directory__ref{display:none}.haus-directory__intro{font-size:11px}.haus-directory__toolbar{height:40px;margin:0 10px;grid-template-columns:1fr auto}.haus-directory__view{display:none!important}.haus-directory__grid{margin:0 10px 30px;grid-template-columns:1fr 1fr}.haus-catalogue-card:nth-child(3n){border-right:var(--haus-rule)}.haus-catalogue-card:nth-child(2n){border-right:0}.haus-catalogue-card__image{height:52vw}.haus-catalogue-card__meta{min-height:108px;padding:9px 42px 9px 9px;font-size:10px}.haus-square-action{right:8px;bottom:8px;width:30px;height:30px}.haus-search-page{padding:28px 14px 50px}.haus-search-page header h1{font-size:50px}.haus-search-form{grid-template-columns:1fr;margin-top:18px}.haus-search-results article{grid-template-columns:100px 1fr}.haus-search-results article>a:first-child img{width:90px;height:100px}.haus-breadcrumbs{height:38px;padding:0 10px;font-size:8px}.haus-product{display:block}.haus-product__gallery{border-right:0}.haus-colour-tabs{height:43px}.haus-colour-tab{min-width:116px;padding:0 10px;font-size:8px}.haus-product__stage{height:55svh;min-height:430px}.haus-product__buy{padding:20px 14px 76px}.haus-product__buy h1{font-size:54px}.haus-product__price{font-size:27px}.haus-product__description{font-size:11px}.haus-add{position:fixed;left:0;right:0;bottom:0;z-index:12}.haus-product-catalogue-link{font-size:9px}.haus-about-masthead{padding:22px 14px;display:block}.haus-about-masthead h1{font-size:60px}.haus-about-masthead>div:nth-child(2){margin-top:24px;font-size:11px}.haus-about-masthead aside{margin-top:22px;padding:14px 0 0;border-left:0;border-top:var(--haus-rule)}.haus-studio-log-head{height:46px;padding:0 12px}.haus-studio-log-head h2{font-size:17px}.haus-studio-log-head span{display:none}.haus-timeline{padding:10px;grid-template-columns:1fr}.haus-milestone img{aspect-ratio:4/3}.haus-milestone>div{min-height:130px}.haus-principles{padding:10px;grid-template-columns:1fr}.haus-principles article,.haus-principles article+article{padding:14px 0;border-right:0;border-bottom:var(--haus-rule)}.haus-principles>a{margin:14px 0 0}.haus-contact{padding:30px 14px;grid-template-columns:1fr}.haus-contact h1{font-size:58px}.haus-contact dl{margin-top:28px}.haus-standard-page{padding:40px 18px}.haus-cart-page{padding:26px 10px 70px}.haus-cart-form{grid-template-columns:1fr}.haus-cart-items{padding:8px;border-right:0;border-bottom:var(--haus-rule)}.haus-cart-table-head{display:none}.haus-cart-item{grid-template-columns:86px 1fr 98px;min-height:120px}.haus-cart-item__image{padding:4px}.haus-cart-item__image img{height:108px}.haus-cart-item__details{padding:8px;font-size:9px}.haus-cart-quantity{grid-template-columns:28px 34px 28px}.haus-cart-quantity button,.haus-cart-quantity input{height:34px}.haus-cart-item__price{display:none}.haus-cart-summary{padding:13px}.haus-cart-summary .haus-button--blue{position:fixed;left:0;right:0;bottom:0;z-index:12}.haus-404{padding:48px 18px}.haus-404 h1{font-size:70px}.haus-404 h2{font-size:34px}.haus-404>div{flex-direction:column}}.haus-editorial{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:480px;border-bottom:var(--haus-rule);background:var(--haus-grey)}.haus-editorial--reverse .haus-editorial__image{order:2}.haus-editorial--white{background:var(--haus-white)}.haus-editorial--yellow{background:var(--haus-yellow)}.haus-editorial--blue{background:var(--haus-blue);color:#fff}.haus-editorial__image{min-height:420px;border-right:var(--haus-rule);background:#d6d7d3}.haus-editorial--reverse .haus-editorial__image{border-right:0;border-left:var(--haus-rule)}.haus-editorial__image img{width:100%;height:100%;max-height:720px;display:block;object-fit:cover}.haus-editorial__placeholder{height:100%;min-height:420px;display:grid;place-items:center;padding:24px;font:700 16px var(--haus-mono);text-align:center;text-transform:uppercase}.haus-editorial__copy{padding:clamp(28px,5vw,80px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.haus-editorial__copy h2{margin:22px 0;font-size:clamp(44px,6vw,88px);line-height:.9;letter-spacing:-.06em;text-transform:uppercase}.haus-editorial__copy .rte{max-width:54ch;font:600 15px/1.5 var(--haus-mono)}.haus-editorial__copy .haus-button{margin-top:25px}.haus-principles{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.haus-timeline{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.haus-home-collections{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.haus-home-products__grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}.haus-template-page .content-for-layout>.shopify-section{width:100%;min-width:0}@media(max-width:749px){.haus-editorial{display:flex;flex-direction:column}.haus-editorial--reverse .haus-editorial__image{order:0}.haus-editorial__image,.haus-editorial--reverse .haus-editorial__image{min-height:300px;border:0;border-bottom:var(--haus-rule)}.haus-editorial__image img{max-height:65svh}.haus-editorial__copy{padding:30px 18px 40px}.haus-editorial__copy h2{font-size:clamp(44px,12vw,64px)}.haus-timeline,.haus-principles{grid-template-columns:1fr}.haus-home-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.haus-colour-tab i{flex:0 0 16px;background:var(--swatch,#ccc)!important}.haus-template-page .page-width-content{grid-template-columns:1fr!important}.haus-template-page .page-width-content>.section-content-wrapper{grid-column:1/-1!important;width:100%!important}:is(.haus-home-hero__copy,.haus-product__buy,.haus-about-masthead,.haus-search-page,.haus-contact,.haus-cart-summary,.haus-404){--haus-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace}.haus-home-hero__bottom p,.haus-product__description,.haus-selected,.haus-product__price,.haus-product-accordions summary,.haus-product-accordions details>div,.haus-product-accordions details>p,.haus-about-masthead p,.haus-about-masthead aside,.haus-search-page header p,.haus-search-results article,.haus-contact__intro>p,.haus-contact dl,.haus-contact__form label,.haus-contact__form input,.haus-contact__form textarea,.haus-faq summary,.haus-faq p,.haus-cart-summary p,.haus-cart-summary>small,.haus-404 p{font-weight:600}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.haus-page-content{width:100%;min-width:0;display:block}.haus-template-page .haus-page-content{width:100%}.haus-about-masthead{grid-template-columns:minmax(0,1.35fr) minmax(0,.8fr) minmax(110px,.35fr)}.haus-about-masthead h1{font-size:clamp(62px,7.5vw,112px);overflow-wrap:normal}.haus-tabs{height:42px}.haus-tab{width:clamp(98px,8.5vw,142px);min-height:42px;font-weight:700;letter-spacing:.035em}.haus-tab__title{font-size:12px;line-height:1.2;font-weight:700}.haus-tab:focus-visible{outline:3px solid var(--haus-blue);outline-offset:-3px}@media(max-width:749px){.haus-tabs{height:44px}.haus-tab{width:25%;min-width:0;min-height:44px;letter-spacing:0}.haus-tab__title{font-size:clamp(10px,2.8vw,12px);line-height:1.15}.haus-about-masthead{display:block}.haus-about-masthead h1{font-size:clamp(48px,13vw,66px);line-height:.9}}.haus-product__slides{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.haus-product__slides::-webkit-scrollbar{display:none}.haus-product__slide{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always}.haus-product__stage .haus-product__slide img{width:100%;height:100%;object-fit:cover;object-position:center 72%;display:block}.haus-gallery-arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:44px;height:44px;padding:0;background:var(--haus-grey);border:var(--haus-rule);box-shadow:inset 2px 2px #fff,inset -2px -2px #8b8c89;font:700 22px var(--haus-mono);line-height:1;cursor:pointer}.haus-gallery-arrow--prev{left:12px}.haus-gallery-arrow--next{right:12px}.haus-gallery-arrow:disabled{opacity:.4;cursor:default}.haus-gallery-arrow:focus-visible,.haus-product__thumb:focus-visible{outline:3px solid var(--haus-blue);outline-offset:2px}.haus-product__thumbs{display:flex;gap:8px;overflow-x:auto;padding:10px 12px;background:var(--haus-grey);border-top:var(--haus-rule);scrollbar-width:thin}.haus-product__thumb{flex:0 0 66px;width:66px;height:74px;padding:0;background:var(--haus-white);border:1px solid #777;cursor:pointer}.haus-product__thumb.is-active{border:2px solid var(--haus-blue);box-shadow:0 0 0 1px var(--haus-black)}.haus-product__thumb img{display:block;width:100%;height:100%;object-fit:cover}.haus-image-count{z-index:2;pointer-events:none}@media(max-width:749px){.haus-gallery-arrow{width:40px;height:40px}.haus-product__thumbs{gap:6px;padding:8px 10px}.haus-product__thumb{flex-basis:56px;width:56px;height:64px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/hausdotcom.css.map */
