@import url('../fonts/fonts.css');
:root{--ink:#111;--paper:#fff;--soft:#f3f3f1;--muted:#686868;--line:#dededb;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif;--body:'Manrope',Arial,sans-serif;--gutter:clamp(24px,5.2vw,100px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--display);font-weight:600;line-height:.98;letter-spacing:-.018em}h1{font-size:clamp(68px,8.2vw,140px)}h2{font-size:clamp(42px,4.7vw,76px)}h3{line-height:1.25}::selection{background:#222;color:white}:focus-visible{outline:2px solid currentColor;outline-offset:6px}.icon{width:24px;height:24px;flex-shrink:0}.skip-link{position:fixed;left:20px;top:-100px;z-index:100;background:white;padding:12px 20px}.skip-link:focus{top:15px}.section{padding:100px var(--gutter)}
.site-header{height:116px;display:flex;align-items:center;padding:0 var(--gutter);gap:48px;background:white;position:relative;z-index:20;border-bottom:1px solid var(--line)}.brand{display:inline-block;flex-shrink:0}.brand-logo{display:block;width:110px;height:91px;position:relative;overflow:hidden}.brand-logo img{position:absolute;max-width:none;width:434px;height:434px;left:-162px;top:-172px}.site-header nav{display:flex;align-items:center;gap:42px;margin-left:auto}.site-header nav a{font-size:14px;font-weight:600;position:relative;padding:18px 0}.site-header nav a:after{content:'';position:absolute;bottom:8px;left:0;width:0;height:2px;background:var(--ink);transition:width .2s}.site-header nav a:hover:after,.site-header nav a[aria-current]:after{width:100%}.header-social{border-left:1px solid var(--line);padding-left:35px;display:flex;align-items:center;min-height:44px}.menu-toggle{display:none}
.hero{height:min(760px,calc(100svh - 116px));min-height:600px;position:relative;background:#171717;color:white;overflow:hidden}.hero-photo{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.18),transparent 70%)}.hero-copy{position:relative;z-index:1;padding:78px var(--gutter) 100px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.15em;line-height:1.6;margin-bottom:25px;text-transform:uppercase}.light{color:#ddd}.short-rule{display:inline-block;width:36px;height:1px;background:currentColor;margin:0 14px 4px 0}.hero h1{font-size:clamp(86px,8.8vw,155px);line-height:.88;letter-spacing:-.025em;font-weight:600}.hero h1 span{color:#c4c4c4}.hero-description{font-size:17px;line-height:1.7;color:#d2d2d2;margin-top:27px;margin-bottom:32px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;padding:17px 24px;min-height:58px;font-size:14px;font-weight:700;transition:background .2s,color .2s,transform .2s}.button-white{background:white;color:#111}.button-white:hover{background:#d7d7d7}.button-dark{background:#111;color:white}.button-dark:hover{background:#3d3d3d}.button .icon{width:23px}.hero-foot{position:absolute;left:var(--gutter);right:var(--gutter);bottom:27px;display:flex;align-items:end;justify-content:space-between;font-size:11px;font-weight:600;letter-spacing:.15em;color:#d7d7d7}.hero-foot>a{display:flex;gap:24px;align-items:center;min-height:44px}.hero-foot>a span{font-size:24px}.hero-est{display:flex;align-items:center;gap:15px}.hero-est strong{font-family:var(--display);font-size:40px;line-height:1}
.intro-band{display:grid;grid-template-columns:1fr 1.2fr 70px;align-items:center;gap:8%;padding:44px var(--gutter);border-bottom:1px solid var(--line)}.intro-band>p{font-size:23px;line-height:1.35;letter-spacing:-.035em}.intro-band strong{font-weight:700}.intro-band>div{font-size:15px;line-height:1.8;max-width:530px;color:#565656}.round-link{border:1px solid #bdbdbd;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;transition:background .2s,color .2s}.round-link:hover{background:#111;color:white}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:45px;gap:30px}.text-link{display:inline-flex;align-items:center;gap:28px;font-size:14px;font-weight:700;min-height:44px;border-bottom:1px solid currentColor;padding-bottom:7px}.text-link .icon{transition:transform .2s}.text-link:hover .icon{transform:translateX(5px)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px}.product-image{position:relative;background:var(--soft);aspect-ratio:1/1.12;overflow:hidden}.product-image>img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:30px;transition:transform .5s ease}.product-size{position:absolute;left:20px;top:16px;font-size:12px;color:#575757;z-index:1}.product-action{position:absolute;right:16px;bottom:16px;background:white;display:grid;place-items:center;width:39px;height:39px;border-radius:50%;transition:background .2s,color .2s}.product-action .icon{width:20px}.product-card:hover .product-image img{transform:scale(1.045)}.product-card:hover .product-action{background:#111;color:white}.product-meta{padding-top:18px}.product-meta>span{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.product-meta h3{font-size:17px;font-weight:700;margin-top:5px}.category-section{padding-top:20px;display:grid;grid-template-columns:1fr 1.1fr;gap:10%}.section-description{color:var(--muted);margin-top:24px;font-size:16px}.category-list{border-top:1px solid var(--line)}.category-list>a{display:flex;align-items:center;border-bottom:1px solid var(--line);gap:30px;padding:25px 0;transition:padding .25s}.category-list>a:hover{padding-left:12px}.category-number{font-size:12px;color:#777}.category-list h3{font-family:var(--display);font-size:31px;font-weight:500}.category-list .icon{margin-left:auto}
.brand-statement{background:#151515;color:white;min-height:485px;position:relative;display:flex;align-items:center;overflow:hidden;padding:70px var(--gutter)}.statement-year{font-family:var(--display);font-size:clamp(230px,31vw,550px);font-weight:600;letter-spacing:-.06em;color:#282828;line-height:1;position:absolute;left:3%;bottom:-16%}.statement-copy{position:relative;margin-left:48%}.statement-copy h2{font-size:clamp(50px,5.4vw,88px)}.statement-copy em{font-style:normal;color:#aaa}.statement-copy .text-link{margin-top:35px}.vertical-label{position:absolute;right:30px;writing-mode:vertical-rl;letter-spacing:.2em;font-size:10px}.contact-strip{display:flex;justify-content:space-between;align-items:center;gap:35px}.contact-strip>div:last-child{min-width:31%}.contact-strip>div>p:not(.eyebrow){color:var(--muted);margin-bottom:28px}.site-footer{background:#f3f3f1;padding:48px var(--gutter) 25px;border-top:1px solid var(--line)}.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:40px;gap:35px}.footer-brand{mix-blend-mode:multiply}.footer-top p{font-size:22px;line-height:1.4;font-weight:600;letter-spacing:-.04em;margin-right:auto;margin-left:70px}.footer-top p span{color:#777}.footer-top .text-link{border:0}.footer-bottom{border-top:1px solid #d1d1ce;padding-top:25px;display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:11px;color:#666}.footer-bottom nav{display:flex;gap:25px}.footer-note{letter-spacing:.1em;font-size:10px}
.page-heading{padding-top:75px;padding-bottom:75px;position:relative}.page-heading h1 span{color:#888}.page-heading-aside{position:absolute;right:var(--gutter);bottom:85px;text-align:right}.year-label{font-size:12px;letter-spacing:.2em;line-height:1}.year-label strong{font-family:var(--display);font-size:90px;font-weight:500;letter-spacing:-.03em}.page-heading-aside p{font-size:14px;color:#666;margin-top:20px}.about-photo{position:relative;height:520px;overflow:hidden}.about-photo img{width:100%;height:100%;object-fit:cover;object-position:center 45%}.about-photo>span{position:absolute;left:var(--gutter);bottom:35px;font-size:12px;letter-spacing:.17em;color:#ddd}.story{display:grid;grid-template-columns:1fr 1.6fr;gap:10%}.story h2{margin-bottom:32px}.story p:not(.eyebrow){color:#5b5b5b;font-size:17px;margin-bottom:22px;max-width:710px}.story .text-link{margin-top:16px}.manifesto{background:#f3f3f1;display:grid;grid-template-columns:repeat(3,1fr);gap:45px;padding-top:65px;padding-bottom:65px}.manifesto>.eyebrow{grid-column:1/-1;margin:0}.manifesto>div{border-top:1px solid #c7c7c7;padding-top:24px}.manifesto>div>span{font-size:12px;color:#777}.manifesto h3{font-family:var(--display);font-size:35px;margin:30px 0 12px;font-weight:500}.manifesto>div>p{font-size:15px;color:#666;max-width:315px}.catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:40px}.catalog-intro{color:#666;font-size:16px;padding-bottom:10px}.catalog{padding-top:0}.filters{display:flex;gap:30px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:0}.filters a{font-size:13px;padding:19px 0;position:relative;font-weight:600;color:#747474}.filters a[aria-current]{color:#111}.filters a[aria-current]:after{content:'';position:absolute;bottom:-1px;height:2px;background:#111;width:100%;left:0}.filters sup{margin-left:8px;font-size:10px}.catalog-meta{display:flex;justify-content:space-between;font-size:12px;color:#777;padding:25px 0}.catalog .product-grid{row-gap:45px}.catalog-contact{padding-top:35px;padding-bottom:35px;background:#f3f3f1;display:flex;justify-content:space-between;align-items:center;gap:25px}.catalog-contact>p{color:#666;font-size:15px}.breadcrumbs{padding:30px var(--gutter) 0;display:flex;flex-wrap:wrap;gap:14px;font-size:12px;color:#777}.breadcrumbs a:hover{color:#111}.product-detail{padding-top:35px;display:grid;grid-template-columns:1.1fr 1fr;gap:8%;align-items:center}.detail-image{aspect-ratio:1;background:#f3f3f1}.detail-image img{width:100%;height:100%;padding:50px;object-fit:contain;mix-blend-mode:multiply}.detail-copy h1{font-size:clamp(50px,5vw,80px)}.detail-size{display:inline-block;margin-top:22px;padding:5px 15px;border:1px solid #ddd;font-size:13px}.detail-copy>p:not(.eyebrow){color:#666;margin-top:23px;max-width:480px}.detail-copy dl{margin:30px 0}.detail-copy dl>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:12px 0;font-size:13px}.detail-copy dt{color:#777}.detail-copy dd{margin:0;text-align:right}.detail-copy .button{width:100%}.back-link{display:block;text-align:center;font-size:12px;text-decoration:underline;text-underline-offset:4px;margin-top:17px;min-height:44px;padding-top:10px}.related{border-top:1px solid var(--line)}.contact-lead{color:#666;font-size:17px;margin-top:30px}.contact-layout{padding-top:0;display:grid;grid-template-columns:1fr 1fr;gap:9%}.contact-brand{background:#141414;color:white;min-height:580px;padding:50px;display:flex;flex-direction:column;justify-content:space-between}.contact-wordmark{font-family:var(--display);font-size:clamp(90px,10vw,160px);font-weight:700;line-height:.8;letter-spacing:-.03em}.contact-wordmark>span{display:block;font-family:var(--body);font-size:12px;letter-spacing:.36em;margin-top:26px}.contact-brand>p{color:#aaa;font-size:13px}.contact-content{padding:38px 0}.contact-content>p:not(.eyebrow){color:#666;margin-top:25px;max-width:460px}.instagram-contact{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:32px 0;padding:22px 0}.instagram-contact span{font-size:10px;letter-spacing:.13em;color:#666}.instagram-contact strong{display:block;color:#111;font-size:20px;letter-spacing:-.03em;font-weight:600;margin-top:3px}.external-note{display:block;font-size:11px;color:#777;margin-top:12px}.contact-product{padding:15px;background:var(--soft);margin-top:25px;font-size:12px}.contact-product strong{display:block}.empty-state{min-height:55vh}.empty-state .button,.empty-state .text-link{margin-top:35px}
@media(min-width:1700px){.hero-copy{padding-top:110px}.hero{height:850px}.hero h1{font-size:160px}.hero-description{margin-top:35px}.intro-band{padding-top:55px;padding-bottom:55px}}
@media(max-width:1100px){.site-header{gap:24px}.site-header nav{gap:26px}.hero{min-height:590px}.hero-copy{padding-top:85px}.hero-photo{object-position:58% center}.hero h1{font-size:110px}.product-grid{gap:16px}.product-image>img{padding:22px}.product-meta h3{font-size:15px}.intro-band{gap:5%}.category-section{gap:6%}.category-list h3{font-size:27px}.footer-top p{margin-left:20px}.footer-note{display:none}.contact-layout{gap:6%}.contact-brand{padding:32px}.instagram-contact strong{font-size:18px}}
@media(max-width:800px){.section{padding:65px var(--gutter)}.site-header{height:94px;gap:20px}.brand-logo{width:90px;height:74px}.brand-logo img{width:355px;height:355px;left:-132px;top:-140px}.header-social{margin-left:auto;border:0;padding:10px}.menu-toggle{display:flex;align-items:center;gap:15px;border:0;background:transparent;cursor:pointer;padding:10px 0 10px 10px;min-height:44px;font-size:13px}.menu-lines{width:25px;height:12px;border-top:1px solid;border-bottom:1px solid;transition:transform .2s}.menu-toggle[aria-expanded=true] .menu-lines{transform:rotate(-45deg);height:0;border-bottom:0}.site-header nav{display:none;position:absolute;left:0;right:0;top:94px;background:white;padding:20px var(--gutter) 30px;box-shadow:0 15px 20px #0001}.menu-open .site-header nav{display:flex;flex-direction:column;align-items:stretch;gap:0}.site-header nav a{padding:14px 0;font-size:18px}.site-header nav a:after{bottom:5px;max-width:60px}.hero{height:690px;min-height:0}.hero-copy{padding-top:85px}.hero h1{font-size:100px}.hero-photo{object-position:65% center;opacity:.8}.hero-shade{background:linear-gradient(90deg,#0008,transparent 100%)}.hero-copy .eyebrow{font-size:10px}.hero-foot>span:first-child{display:none}.hero-foot{font-size:10px}.intro-band{grid-template-columns:1fr 1.7fr;gap:30px;padding-top:35px;padding-bottom:35px}.intro-band>p{font-size:21px}.intro-band>div{font-size:13px}.round-link{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 18px}.product-image>img{padding:26px}.category-section{padding-top:10px;grid-template-columns:1fr;gap:40px}.category-list h3{font-size:31px}.brand-statement{min-height:420px}.statement-year{font-size:340px;left:-20px;bottom:-45px}.statement-copy{margin-left:32%}.statement-copy h2{font-size:60px}.contact-strip{align-items:flex-start}.contact-strip>div:last-child{min-width:40%}.contact-strip>div>p:not(.eyebrow){font-size:14px}.footer-top{flex-wrap:wrap;gap:25px}.footer-top p{margin-left:10px;font-size:20px}.footer-top .text-link{width:100%;justify-content:space-between;margin-top:10px}.footer-bottom{flex-wrap:wrap}.page-heading h1{font-size:88px}.page-heading-aside{bottom:70px}.year-label strong{font-size:65px}.about-photo{height:400px}.story{grid-template-columns:1fr;gap:15px}.story h2{font-size:50px}.manifesto{gap:25px}.manifesto h3{font-size:28px}.manifesto>div>p{font-size:13px}.catalog-heading{align-items:start}.catalog-intro{font-size:14px;margin-top:60px}.catalog{padding-top:0}.filters{gap:10px 25px}.filters a{font-size:12px;padding:12px 0}.product-detail{grid-template-columns:1fr 1fr;gap:30px}.detail-image img{padding:25px}.detail-copy h1{font-size:46px}.detail-copy>p:not(.eyebrow){font-size:14px}.detail-copy dl>div{font-size:11px}.detail-copy .button{font-size:12px;padding:16px;gap:15px}.contact-layout{grid-template-columns:1fr 1fr;gap:30px;padding-top:0}.contact-brand{min-height:470px;padding:26px}.contact-wordmark{font-size:100px}.contact-wordmark>span{font-size:9px;letter-spacing:.2em}.contact-content{padding:10px 0}.contact-content h2{font-size:48px}.contact-content>p:not(.eyebrow){font-size:14px}.contact-content .button{font-size:12px;padding:15px;gap:12px}.instagram-contact strong{font-size:16px}}
@media(max-width:540px){:root{--gutter:24px}.section{padding-top:55px;padding-bottom:55px}.hero{height:calc(100svh - 94px);min-height:620px;max-height:790px}.hero-photo{object-position:68% center;opacity:.66}.hero-shade{background:linear-gradient(90deg,#0006,transparent),linear-gradient(0deg,#0009,transparent 60%)}.hero-copy{padding-top:70px}.hero h1{font-size:clamp(80px,20vw,105px)}.hero-description{font-size:15px;margin-top:25px;margin-bottom:28px}.hero-copy .eyebrow{font-size:9px;letter-spacing:.12em}.short-rule{width:22px;margin-right:9px}.hero-foot{bottom:22px}.hero-est strong{font-size:33px}.button{font-size:13px;min-height:54px;padding:15px 20px;gap:26px}.intro-band{grid-template-columns:1fr;gap:18px;padding-top:28px;padding-bottom:30px}.intro-band>p{font-size:25px}.intro-band>p br{display:none}.intro-band>div{font-size:14px;max-width:350px}.section-heading{margin-bottom:30px;gap:18px;align-items:end}.eyebrow{font-size:10px;margin-bottom:20px}.section-heading h2{font-size:43px}.section-heading>.text-link{font-size:11px;gap:12px;white-space:nowrap}.section-heading>.text-link .icon{width:18px}.product-grid{gap:27px 12px}.product-image{aspect-ratio:1/1.3}.product-image>img{padding:19px 12px}.product-size{font-size:10px;left:12px;top:11px}.product-action{width:30px;height:30px;right:10px;bottom:10px}.product-action .icon{width:16px}.product-meta{padding-top:12px}.product-meta>span{font-size:9px;letter-spacing:.02em}.product-meta h3{font-size:14px;line-height:1.4;margin-top:3px}.category-section{padding-top:5px;gap:28px}.category-section h2{font-size:45px}.category-list>a{gap:18px;padding:22px 0}.category-list h3{font-size:28px}.category-list .icon{width:21px}.section-description{font-size:14px;margin-top:18px}.brand-statement{min-height:420px;padding-top:50px;padding-bottom:75px}.statement-copy{margin-left:0}.statement-copy h2{font-size:62px}.statement-year{font-size:285px;bottom:-28px;left:12%}.vertical-label{right:16px;font-size:8px}.contact-strip{flex-direction:column;gap:30px}.contact-strip h2{font-size:49px}.contact-strip>div>p:not(.eyebrow){font-size:15px;margin-bottom:22px}.site-footer{padding-top:32px}.footer-top{padding-bottom:25px}.footer-top p{font-size:18px;margin-left:10px}.footer-top .text-link{font-size:13px}.footer-bottom{font-size:10px;gap:18px}.footer-bottom nav{gap:28px}.page-heading h1{font-size:74px}.page-heading-aside{position:static;text-align:left;display:flex;align-items:center;gap:25px;margin-top:30px}.year-label strong{font-size:52px}.page-heading-aside p{margin-top:0;font-size:12px}.about-photo{height:350px}.about-photo img{object-position:68% center}.about-photo>span{font-size:10px}.story h2{font-size:42px}.story p:not(.eyebrow){font-size:15px}.manifesto{grid-template-columns:1fr;gap:28px}.manifesto h3{font-size:34px;margin-top:15px}.manifesto>div>p{font-size:15px}.catalog-heading{flex-direction:column;gap:24px}.catalog-intro{margin:0;font-size:14px}.catalog{padding-top:0}.filters{gap:0 22px}.filters a{font-size:11px;white-space:nowrap}.catalog .product-grid{row-gap:30px}.catalog-contact{flex-direction:column;align-items:flex-start;padding-top:25px;padding-bottom:25px;gap:15px}.catalog-contact>p{font-size:13px}.breadcrumbs{gap:10px;font-size:10px;padding-top:22px}.product-detail{grid-template-columns:1fr;gap:35px;padding-top:24px}.detail-image{aspect-ratio:1.1}.detail-image img{padding:40px}.detail-copy h1{font-size:55px}.detail-copy>p:not(.eyebrow){font-size:15px}.detail-copy dl>div{font-size:13px}.detail-copy .button{font-size:13px}.contact-lead{font-size:15px;margin-top:26px}.contact-lead br{display:none}.contact-layout{grid-template-columns:1fr;padding-top:0;gap:40px}.contact-brand{min-height:360px;padding:28px}.contact-wordmark{font-size:115px}.contact-content h2{font-size:54px}.contact-content>p:not(.eyebrow){font-size:15px}.instagram-contact strong{font-size:20px}.contact-content .button{font-size:13px;padding:17px 22px}.contact-product strong{font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
