@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap');
:root{--ink:#20221f;--paper:#f4f3ee;--muted:#74776d;--line:#d7d9d0;--forest:#252d26}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.6 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}img{display:block;width:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:300;line-height:1.06;letter-spacing:-.045em}h1{font-size:clamp(52px,7.8vw,120px)}h2{font-size:clamp(38px,4.6vw,72px)}h3{font-size:28px}p{max-width:550px}header{position:absolute;z-index:5;top:0;left:0;width:100%;padding:20px 4vw;color:white;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff30}header.solid{position:relative;color:var(--ink);border-color:var(--line)}.logo{display:block;flex:0 0 auto;width:100px;line-height:1}.logo img{display:block;width:100%;height:auto;object-fit:contain}header.solid .logo img{filter:brightness(0)}footer .logo{width:90px}nav{display:flex;gap:38px;align-items:center}nav a{font-size:14px}nav a:hover{opacity:.65}.nav-contact{border:1px solid #ffffff70;padding:9px 20px;border-radius:2px}.solid .nav-contact{border-color:var(--line)}.menu{display:none;background:none;border:1px solid currentColor;padding:5px 12px}.hero{position:relative;min-height:640px;height:100svh;color:#fff;background:#17211f;display:grid;grid-template-rows:1fr auto 1fr;padding:150px 5vw;overflow:hidden}.hero>img{position:absolute;inset:0;height:100%;object-position:50% 50%;opacity:1}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#09151c30 0%,#09151c08 35%,#09151c16 60%,#09151c55 100%)}.hero-content,.hero-bottom{position:relative;z-index:1}.eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;margin-bottom:26px}.hero-content{grid-row:2;align-self:center;width:100%;text-align:center}.hero h1{max-width:none;font-size:clamp(2.7rem,5.5vw,7rem);font-weight:500;line-height:1.1;letter-spacing:-.025em;text-transform:uppercase;text-shadow:0 2px 24px #10232a40}.hero h1 span{display:inline}.hero-content .eyebrow{margin:24px 0 0;letter-spacing:.2em}.hero-bottom{position:absolute;left:5vw;right:5vw;bottom:42px;display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin:0;font-size:14px}.hero-bottom p{max-width:310px}.textlink{display:inline-flex;align-items:center;gap:38px;border-bottom:1px solid currentColor;padding:8px 0;font-size:14px}.textlink:after{content:'↗';font-size:20px}.wrap{padding:110px 5vw}.intro{display:grid;grid-template-columns:1fr 2fr;gap:6vw}.intro h2{max-width:820px}.intro p{margin-top:34px;color:#676b61}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:44px;gap:25px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:48px 24px}.product-card .picture{height:380px;background:#e8e8e2;overflow:hidden}.product-card img{height:100%;transition:transform .6s}.product-card:hover img{transform:scale(1.035)}.product-card h3{font-size:24px;margin:20px 0 5px}.product-card .meta{font-size:14px;color:var(--muted)}.cardline{display:flex;justify-content:space-between;align-items:center}.cardline span{font-size:25px;font-weight:300}.dark{background:var(--forest);color:#f2f1e9}.story{display:grid;grid-template-columns:1.1fr 1fr;gap:9vw;align-items:center}.story img{height:680px}.story p{margin:32px 0;color:#c5c8bc}.story .eyebrow{color:#b9bdac}.wide-photo{height:76vh;min-height:430px;position:relative;color:white;display:flex;align-items:end;padding:50px 5vw}.wide-photo img{position:absolute;inset:0;height:100%}.wide-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent,#0008)}.wide-photo>div{position:relative;z-index:1}.wide-photo h2{max-width:650px}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:60px 30px}.gallery figure{margin:0}.gallery img{height:560px}.gallery figure:nth-child(4n+2){padding-top:110px}.gallery figcaption{margin-top:15px;font-size:14px;color:var(--muted);display:flex;justify-content:space-between}.gallery button{border:0;background:none;padding:0;width:100%;text-align:left}.gallery button:hover img{filter:brightness(.95)}.contact{display:grid;grid-template-columns:1.4fr 1fr;gap:80px}.contact p{margin:26px 0}.contact h3{font-size:24px}.contact-side{border-top:1px solid #ffffff35;padding-top:30px;align-self:end}footer{padding:35px 5vw;background:var(--forest);color:#bbc0b5;border-top:1px solid #ffffff25;display:flex;justify-content:space-between;align-items:center;font-size:12px}.pagehead{padding-bottom:70px}.pagehead p{margin-top:28px;color:var(--muted)}.detail{display:grid;grid-template-columns:1.05fr 1fr;gap:7vw;padding:65px 5vw 100px}.detail-image{width:100%;height:650px;object-fit:contain;background:#e8e8e2}.detail-copy{padding-top:24px}.detail-copy h1{font-size:clamp(48px,6vw,90px);margin:25px 0}.detail-copy p{margin:25px 0;color:#666b60}.back{font-size:14px;color:var(--muted)}details{border-top:1px solid var(--line);padding:20px 0}summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between}summary:after{content:'+'}details[open] summary:after{content:'−'}table{border-collapse:collapse;width:100%;font-size:14px;margin-top:20px}td{padding:10px 0;border-bottom:1px solid var(--line);vertical-align:top}td:first-child{width:45%;color:var(--muted)}.downloads{display:flex;flex-direction:column;gap:12px;margin-top:20px}.downloads a{font-size:14px;text-decoration:underline}.detail-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.detail-gallery img{max-height:700px;object-fit:contain}.lightbox{border:0;padding:0;background:#151915;color:white;max-width:94vw;max-height:96svh;width:1200px}.lightbox::backdrop{background:#000d}.lightbox img{height:80svh;object-fit:contain}.lightbox .controls{display:flex;align-items:center;justify-content:space-between;padding:15px 25px}.lightbox button{background:none;border:1px solid #ffffff50;padding:6px 18px}.empty{padding:100px 5vw}.lightbox:focus{outline:none}:focus-visible{outline:2px solid #b99458;outline-offset:5px}
@media(min-width:1600px){.wrap{padding-left:max(5vw,calc((100vw - 1500px)/2));padding-right:max(5vw,calc((100vw - 1500px)/2))}}
@media(max-width:800px){header{padding:18px 6vw}.logo{width:80px}.menu{display:block}nav{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--forest);color:white;padding:30px 6vw;flex-direction:column;align-items:start;gap:25px}nav.open{display:flex}.hero{height:100svh;min-height:600px;padding:150px 6vw}.hero h1{font-size:clamp(2.25rem,7.6vw,3.8rem);line-height:1.12}.hero h1 span{display:block}.hero-content .eyebrow{font-size:12px;letter-spacing:.1em;margin-top:22px}.hero-bottom{left:6vw;right:6vw;bottom:28px;gap:20px;align-items:center;flex-direction:column;text-align:center}.hero-bottom>span{display:none}.hero-bottom p{font-size:14px}footer .logo{width:80px}.wrap{padding:70px 6vw}.intro,.story,.contact,.detail{grid-template-columns:1fr;gap:35px}.intro h2{font-size:40px}.products{grid-template-columns:repeat(2,1fr);gap:32px 15px}.product-card .picture{height:260px}.section-head{align-items:start;flex-direction:column}.story img{height:470px}.gallery{gap:30px 16px}.gallery img{height:320px}.gallery figure:nth-child(4n+2){padding-top:50px}.gallery figcaption{font-size:12px}.detail{padding:35px 6vw 60px}.detail-image{height:430px}.detail-copy{padding:0}.wide-photo{height:65vh}.contact{gap:45px}footer{gap:25px;flex-wrap:wrap}.detail-gallery{grid-template-columns:1fr}}
@media(max-width:450px){.product-card .picture{height:210px}.product-card h3{font-size:21px}.product-card .meta{font-size:12px}.gallery{grid-template-columns:1fr}.gallery img{height:420px}.gallery figure:nth-child(4n+2){padding-top:0}.lightbox .controls{padding:10px;gap:8px;font-size:12px}.lightbox button{padding:5px 10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* SAAS editorial identity */
:root{--forest:#20231f;--paper:#f2f1ec;--ink:#23251f;--muted:#666c61}
.home-page,.about-page,.lookbook-page{background:#1b1e1b;color:#f2f1ec}
.home-page header{border-bottom-color:#ffffff20}
.hero h1{font-size:clamp(2.5rem,5.35vw,7rem);font-weight:700;line-height:1.12;letter-spacing:.13em;text-transform:uppercase;overflow-wrap:anywhere}
.hero h1 sup{font-size:.48em;vertical-align:super;letter-spacing:0;margin-left:.08em;font-weight:700}
.hero-content .eyebrow{text-transform:none;letter-spacing:.025em;font-size:16px}
.hero-scroll{display:flex;align-items:center;gap:32px}.hero-scroll span{font-size:24px}
.hero-bottom>span{font-size:12px;letter-spacing:.03em;opacity:.75}
.chapter{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-bottom:24px;border-bottom:1px solid #ffffff30;font-size:12px;letter-spacing:.13em;text-transform:uppercase;margin-bottom:65px}
.chapter a{letter-spacing:.04em}.chapter a:hover{opacity:.65}
.manifesto{padding-top:85px;padding-bottom:105px}
.manifesto h2{font-size:clamp(3rem,6.8vw,7.4rem);line-height:1.06;letter-spacing:-.055em}
.manifesto h2>span{color:#9caa9c}
.manifesto-bottom{display:flex;justify-content:flex-end;align-items:flex-end;gap:8vw;margin:45px 0 90px}
.manifesto-bottom p{font-size:19px;line-height:1.65;max-width:490px;color:#c3c9bf}
.manifesto-bottom .textlink{flex-shrink:0;margin-bottom:6px}
.editorial-pair{display:grid;grid-template-columns:1.6fr 1fr;gap:10vw;align-items:start}
.editorial-pair figure{margin:0}.editorial-pair .landscape{margin-top:70px}
.editorial-pair .landscape img{aspect-ratio:1.35;object-position:50% 50%}
.editorial-pair .portrait img{aspect-ratio:.72;object-position:center}
.editorial-pair figcaption{color:#a5afa2;font-size:12px;margin-top:16px}
.design-edit{background:var(--paper);color:var(--ink);padding-top:85px;padding-bottom:85px}
.design-edit .chapter{border-color:#bfc5b9}
.design-heading{display:flex;justify-content:space-between;align-items:end;gap:70px;margin-bottom:70px}
.design-heading h2{font-size:clamp(3.5rem,7.8vw,8rem);letter-spacing:-.06em}
.design-heading p{max-width:360px;color:#62695e;font-size:17px;line-height:1.7;padding-bottom:7px}
.featured-designs{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:30px;align-items:start}
.feature-card{display:block}.feature-card:nth-child(2){margin-top:65px}.feature-card:nth-child(3){margin-top:130px}
.feature-image{overflow:hidden;background:#deded5;aspect-ratio:.8}
.feature-image img{height:100%;transition:transform .7s ease}.feature-card:hover img{transform:scale(1.035)}
.feature-caption{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:24px}
.feature-caption h3{font-size:clamp(1.6rem,2.5vw,2.5rem);letter-spacing:-.035em}
.feature-caption>span{font-size:24px}.feature-card p{font-size:14px;color:#646b5f;margin:10px 0 6px}.feature-note{font-size:12px;color:#777d70}
.design-all{border-top:1px solid #c4c8bf;margin-top:70px;padding-top:26px;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:14px}
.feeling-story{display:grid;grid-template-columns:1fr 1fr;min-height:760px;background:#2b332a}
.feeling-image img{height:100%;max-height:1000px;object-position:50% 50%}
.feeling-copy{padding:100px 6vw;align-self:center}
.feeling-copy h2{font-size:clamp(3rem,5.4vw,6rem);letter-spacing:-.045em}
.feeling-copy p{color:#c5cdbf;margin:35px 0 25px;max-width:370px;font-size:18px}
.feeling-copy .eyebrow{color:#b3c0a6}
.lookbook-feature{padding-top:85px;padding-bottom:90px;background:#161915}
.lookbook-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:70px}
.lookbook-heading h2{font-size:clamp(4rem,8.5vw,9rem);letter-spacing:-.065em}
.lookbook-heading>div{padding-bottom:8px;max-width:450px}.lookbook-heading p{color:#aeb8a6;font-size:20px;line-height:1.6;margin-bottom:25px}
.book-reader{background:#111310;border:1px solid #444a3d;padding:16px;outline-offset:6px;min-width:0}
.book-stage{height:min(66vw,720px);display:flex;align-items:center;justify-content:center;background:#111310;overflow:hidden}
.book-stage img{width:100%;height:100%;object-fit:contain;touch-action:pan-y}
.book-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 10px 2px;color:#dddeda}
.book-turn{display:flex;align-items:center;gap:20px}.book-toolbar label{font-size:14px;display:flex;align-items:center;gap:9px;white-space:nowrap}
.book-toolbar select{color:#f2f1ec;background:#2a3026;border:1px solid #65715a;border-radius:0;padding:8px 4px;font:inherit;min-height:40px}
.book-toolbar button{background:none;border:1px solid #555e4e;border-radius:0;padding:10px 18px;color:#f2f1ec;font-size:14px;min-width:44px;min-height:44px}
.book-toolbar button:hover:not(:disabled){background:#384132}.book-toolbar button:disabled{opacity:.3;cursor:default}
.book-turn button{font-size:20px;line-height:1}.book-toolbar [hidden]{display:none}
.book-reader:fullscreen{display:flex;flex-direction:column;justify-content:center;padding:20px;background:#111310;border:0}
.book-reader:fullscreen .book-stage{height:auto;min-height:0;flex:1}.book-reader:fullscreen .book-toolbar{flex-shrink:0;padding-top:15px}
.book-source{display:flex;justify-content:space-between;gap:30px;color:#a5af9c;font-size:12px;margin:22px 0 35px}.book-source a{color:#e1e5db;text-decoration:underline;text-underline-offset:4px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.lookbook-page header.solid,.about-page header.solid{color:#f2f1ec;border-color:#ffffff25}.lookbook-page header.solid .logo img,.about-page header.solid .logo img{filter:none}
.lookbook-page .solid .nav-contact,.about-page .solid .nav-contact{border-color:#ffffff50}
.book-page{padding-top:55px}.book-page .chapter{margin-bottom:40px}
.book-page-heading{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:45px}.book-page-heading h1{font-size:clamp(3.5rem,7.5vw,7rem)}.book-page-heading p{color:#b6beae;font-size:16px;max-width:350px}
.book-page .book-stage{height:min(68vw,75vh)}
.about-intro{padding-top:65px}.about-intro h1{font-size:clamp(4rem,8vw,9rem)}
.about-lead{display:grid;grid-template-columns:1fr 1fr;gap:8vw;max-width:1020px;margin-top:65px;font-size:20px;line-height:1.65;color:#bbc6b5}
.about-diptych{display:grid;grid-template-columns:1.7fr 1fr;gap:25px;padding:0 5vw}.about-diptych img{height:650px;object-fit:cover}
.about-principles article{display:grid;grid-template-columns:1fr 1fr;gap:8vw;padding:55px 0;border-bottom:1px solid #ffffff25}.about-principles h2{font-size:clamp(2rem,3.2vw,3.7rem)}.about-principles p{font-size:18px;color:#bbc6b5}.about-principles>.textlink{margin-top:45px}
@media(max-width:1100px){nav{gap:24px}}@media(max-width:1100px){.featured-designs{gap:20px}.feature-caption h3{font-size:26px}.feeling-story{min-height:640px}.feeling-copy{padding:65px 5vw}}
@media(max-width:800px){.hero h1{font-size:clamp(1.75rem,8vw,4.8rem);line-height:1.2;letter-spacing:.1em}.hero h1 span{display:block}.hero-content .eyebrow{font-size:15px;margin-top:24px}.hero-bottom{flex-direction:row;justify-content:space-between;gap:20px;align-items:center}.hero-scroll{font-size:14px;gap:14px}.hero-bottom .textlink{font-size:14px;gap:14px}.hero-bottom>span{display:none}.chapter{margin-bottom:40px;font-size:12px;letter-spacing:.05em;gap:25px}.manifesto h2{font-size:clamp(2.5rem,7.4vw,4rem);letter-spacing:-.04em}.manifesto-bottom{display:block;margin:30px 0 50px}.manifesto-bottom p{font-size:17px;max-width:100%}.manifesto-bottom .textlink{margin-top:22px}.editorial-pair{gap:6vw;grid-template-columns:1.2fr 1fr}.editorial-pair .landscape{margin-top:45px}.editorial-pair .landscape img{aspect-ratio:.95}.editorial-pair .portrait img{aspect-ratio:.62}.design-heading{display:block;margin-bottom:40px}.design-heading h2{font-size:clamp(3.5rem,9vw,5rem)}.design-heading p{max-width:420px;margin-top:25px}.featured-designs{grid-template-columns:1fr 1fr;gap:40px 20px}.feature-card:first-child{grid-column:1/-1;max-width:100%}.feature-card:first-child .feature-image{aspect-ratio:1.2}.feature-card:nth-child(2),.feature-card:nth-child(3){margin-top:0}.feature-caption h3{font-size:26px}.feature-card:first-child .feature-caption h3{font-size:34px}.design-all{display:block;margin-top:45px}.design-all .textlink{margin-top:16px;display:flex;justify-content:space-between}.feeling-story{grid-template-columns:1fr;min-height:0}.feeling-image{height:580px}.feeling-copy{padding:65px 6vw}.feeling-copy h2{font-size:clamp(3.1rem,8vw,4.5rem)}.lookbook-heading{align-items:start;gap:35px;margin-bottom:40px}.lookbook-heading h2{font-size:clamp(3.3rem,9vw,5rem)}.lookbook-heading p{font-size:17px}.lookbook-heading>div{padding-top:6px;max-width:45%}.lookbook-heading .textlink{gap:15px}.book-reader{padding:8px}.book-stage{height:65vw}.book-toolbar{padding:12px 0 2px;gap:12px;flex-wrap:wrap}.book-turn{gap:12px}.book-toolbar button{padding:8px 12px}.book-source{flex-direction:column;gap:10px}.book-page-heading{display:block;margin-bottom:35px}.book-page-heading p{margin-top:20px}.book-page .book-stage{height:80vw}.about-lead{grid-template-columns:1fr;gap:25px;margin-top:35px;font-size:18px}.about-diptych{padding:0 6vw;gap:15px;grid-template-columns:1fr 1fr}.about-diptych img{height:400px}.about-principles article{grid-template-columns:1fr;gap:25px;padding:40px 0}.about-principles p{font-size:17px}}
@media(max-width:500px){.lookbook-heading{display:block}.lookbook-heading>div{margin-top:28px;max-width:100%}.lookbook-heading h2 br{display:none}.lookbook-heading h2{font-size:3.7rem}.lookbook-heading p{font-size:18px}.feeling-image{height:450px}.book-toolbar{justify-content:center}.book-toolbar label{font-size:12px;gap:6px}.book-turn{gap:10px}.book-toolbar>[data-book-fullscreen]{width:100%;margin-top:4px}.editorial-pair figcaption{font-size:12px}.chapter>span:last-child:not(:first-child){text-align:right}.feature-caption h3{font-size:25px}.feature-note{font-size:12px}}

/* Extended menu: retain a generous mobile layout at tablet widths. */
@media(min-width:1001px){nav{gap:clamp(18px,2.4vw,38px)}}
@media(max-width:1000px){.menu{display:block}nav{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--forest);color:#f2f1ec;padding:30px 6vw;flex-direction:column;align-items:start;gap:24px}nav.open{display:flex}nav a{font-size:16px}.solid .nav-contact{border-color:#ffffff50}}
