.house-about{padding:100px 32px;background:var(--house-bg);color:var(--house-ink);border-bottom:1px solid var(--house-ink);font-family:IBM Plex Mono,monospace}.house-about__inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:200px 1fr;gap:40px}.house-about__label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--house-gray)}.house-about__statement{font-family:Archivo Black,sans-serif;font-size:clamp(24px,3.4vw,42px);line-height:1.25;letter-spacing:-.01em;text-transform:uppercase;max-width:820px}@media(max-width:720px){.house-about__inner{grid-template-columns:1fr;gap:16px}}.house-footer{padding:32px;background:var(--house-bg);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-family:IBM Plex Mono,monospace}.house-footer__left{font-size:11px;letter-spacing:.1em;color:var(--house-gray)}.house-footer__right{display:flex;gap:22px;flex-wrap:wrap}.house-footer__right a{font-size:11px;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--house-ink)}.house-footer__right a:hover{color:var(--house-gray)}.house-header{position:sticky;top:0;left:0;width:100%;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:16px 32px;background:var(--house-bg);border-bottom:1px solid var(--house-ink);font-family:IBM Plex Mono,monospace;box-sizing:border-box}.house-header__logo-text{font-family:Archivo Black,sans-serif;font-size:18px;letter-spacing:-.01em;text-transform:uppercase;color:var(--house-ink);text-decoration:none}.house-header__nav ul{list-style:none;display:flex;align-items:center;gap:12px;margin:0;padding:0}.house-header__nav a{color:var(--house-ink);text-decoration:none;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--house-ink);padding:8px 16px;display:inline-block;transition:all .2s ease;background:transparent;white-space:nowrap}.house-header__nav a:hover{background:var(--house-ink);color:var(--house-bg);opacity:1}@media(max-width:720px){.house-header{padding:12px 14px;gap:10px}.house-header__logo{min-width:0}.house-header__logo-text{font-size:15px;white-space:nowrap}.house-header__logo img{max-width:110px}.house-header__nav{min-width:0}.house-header__nav ul{gap:5px}.house-header__nav a{padding:7px 9px;font-size:9px;letter-spacing:.08em}}@media(max-width:390px){.house-header{padding:10px}.house-header__logo-text{font-size:13px}.house-header__nav a{padding:6px 7px;font-size:8px}}.house-hero{min-height:90vh;display:flex;flex-direction:column;justify-content:center;padding:100px 24px 60px;border-bottom:1px solid var(--house-ink);background-color:var(--house-bg);color:var(--house-ink);font-family:IBM Plex Mono,monospace}.house-hero__inner{max-width:1400px;margin:0 auto;width:100%}.house-hero--featured{min-height:auto;padding-top:72px;padding-bottom:72px}.house-hero--featured .house-hero__inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:stretch;gap:clamp(34px,5vw,80px)}.house-hero__content{display:flex;flex-direction:column;justify-content:center;min-width:0}.house-hero__heading{font-family:Archivo Black,sans-serif;font-size:clamp(56px,8vw,110px);line-height:.86;letter-spacing:-.02em;text-transform:uppercase;word-break:break-word;margin:0}.house-hero__meta{display:flex;justify-content:space-between;align-items:flex-end;margin-top:28px;flex-wrap:wrap;gap:20px;border-top:1px solid var(--house-ink);padding-top:18px}.house-hero__tagline{font-size:13px;max-width:340px;line-height:1.6;color:var(--house-gray);margin:0}.house-hero__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.house-hero__badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;padding:8px 14px;border:1px solid var(--house-ink);color:var(--house-ink);background-color:transparent;text-decoration:none;transition:opacity .2s ease}.house-hero__badge--pace{background:var(--house-ink);color:var(--house-bg)}.house-hero__badge--all{background:transparent;color:var(--house-ink)}.house-hero__badge:hover{opacity:.6}.house-hero__dot{width:7px;height:7px;background:var(--house-flag);border-radius:50%;display:inline-block}.house-hero__visual{position:relative;min-height:clamp(480px,68vh,760px);overflow:hidden;border:1px solid var(--house-ink);background:#f2f1ee;color:#fff;text-decoration:none}.house-hero__visual img{width:100%;height:100%;object-fit:cover}.house-hero__product-line{position:absolute;right:12px;bottom:12px;left:12px;padding:11px 13px;background:#0b0b0be0;font-size:10px;line-height:1.5;letter-spacing:.08em;text-transform:uppercase}@media(max-width:899px){.house-hero,.house-hero--featured{min-height:auto;padding:56px 16px 40px}.house-hero--featured .house-hero__inner{grid-template-columns:1fr;gap:28px}.house-hero__heading{font-size:clamp(46px,16vw,76px)}.house-hero__actions{justify-content:flex-start}.house-hero__visual{min-height:0;aspect-ratio:4/5}}.house-marquee{border-bottom:1px solid var(--house-ink);background:var(--house-bg);overflow:hidden;white-space:nowrap;padding:16px 0}.house-marquee__track{display:inline-block;animation:house-scroll var(--house-speed) linear infinite}.house-marquee__track span{font-family:Archivo Black,sans-serif;font-size:16px;text-transform:uppercase;letter-spacing:.02em;margin-right:40px;color:var(--house-ink)}@keyframes house-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.house-marquee__track{animation:none}}.house-newsletter{padding:100px 32px;background:var(--house-bg);color:var(--house-ink);border-bottom:1px solid var(--house-ink);font-family:IBM Plex Mono,monospace}.house-newsletter__inner{max-width:1400px;margin:0 auto}.house-newsletter__label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--house-gray);margin-bottom:20px}.house-newsletter__heading{font-family:Archivo Black,sans-serif;font-size:clamp(28px,5vw,64px);text-transform:uppercase;line-height:1;letter-spacing:-.02em;margin:0 0 40px;max-width:900px}.house-newsletter__form{display:flex;gap:0;max-width:520px;border:1px solid var(--house-ink)}.house-newsletter__form input{flex:1;border:none;background:none;padding:16px 18px;font-family:IBM Plex Mono;font-size:13px;outline:none;color:var(--house-ink)}.house-newsletter__form input::placeholder{color:var(--house-gray)}.house-newsletter__form button{background:var(--house-ink);color:var(--house-bg);border:none;padding:16px 26px;font-family:IBM Plex Mono;font-size:11px;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.house-newsletter__form button:hover{opacity:.8}.house-newsletter__message{width:100%;font-size:12px;margin-top:12px;color:var(--house-ink)}.house-newsletter__message--error{color:#b3261e}@media(max-width:720px){.house-newsletter__form{flex-direction:column;border:none;gap:10px}.house-newsletter__form input,.house-newsletter__form button{border:1px solid var(--house-ink)}}
/*# sourceMappingURL=/cdn/shop/t/15/compiled_assets/styles.css.map */
