:root{--paper:#fafafa;--ink:#151515;--muted:#595959;--line:#dedede;--olive:#191919;--serif:'Arial',sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Arial',sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}a,button,input,textarea,select{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #b99d00;outline-offset:5px}.skip{position:absolute;left:20px;top:-100px;background:white;padding:12px;z-index:10}.skip:focus{top:10px}.topline{background:var(--ink);color:#f5f5f5;text-align:center;padding:8px;font-size:10px;letter-spacing:2px;text-transform:uppercase}header{padding:24px 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:26px}.brand{line-height:1;text-align:center}.brand strong{font-family:var(--serif);font-size:40px;letter-spacing:5px;font-weight:400}.brand span{display:block;font-size:9px;letter-spacing:4px;margin-top:9px}nav{display:flex;align-items:center;gap:27px;font-size:12px}nav a[aria-current=page]{border-bottom:1px solid var(--ink)}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:14px 24px;background:var(--olive);color:white;border:1px solid var(--olive);font-size:12px;letter-spacing:.4px;cursor:pointer}.button:hover{background:#edc900}.button.light{background:transparent;color:var(--ink);border-color:#aaa}.button.light:hover{background:#ededed}.menu{display:none}.eyebrow{font-size:10px;letter-spacing:2.4px;text-transform:uppercase;color:var(--olive);font-weight:700}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.08;letter-spacing:-1.4px}h1{font-size:clamp(44px,5.2vw,78px);margin:20px 0 24px}h1 em,h2 em{font-weight:400;color:var(--olive)}h2{font-size:clamp(34px,3.7vw,54px);margin:16px 0 22px}h3{font-size:29px;letter-spacing:-.6px}p{color:var(--muted);max-width:640px}.hero{display:grid;grid-template-columns:44% 56%;min-height:590px}.hero-copy{padding:65px 11.5% 52px}.hero-copy p{font-size:15px;line-height:1.85;max-width:385px}.actions{display:flex;gap:23px;align-items:center;margin-top:30px;flex-wrap:wrap}.text-link{font-size:12px;border-bottom:1px solid #999;padding-bottom:4px}.hero-photo{position:relative;min-height:540px;background:#d6d5cf}.hero-photo img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:52% center}.photo-note{position:absolute;bottom:23px;left:26px;right:26px;display:flex;justify-content:space-between;color:white;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;text-shadow:0 1px 5px #000;background:#111111bb;padding:10px 14px}.strip{display:flex;justify-content:space-around;gap:20px;padding:23px 5%;border-bottom:1px solid var(--line);font-size:10px;letter-spacing:1.8px;text-transform:uppercase}.strip span:before{content:'＋';margin-right:12px;color:var(--olive)}section.section{padding:80px 7%}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:35px}.section-head h2{margin-bottom:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.card img{width:100%;height:280px;object-fit:cover;display:block;transition:transform .4s}.card .crop{overflow:hidden}.card:hover img{transform:scale(1.025)}.card h3{font-size:27px;margin:20px 0 8px}.card p{font-size:14px}.card .meta{font-size:10px;text-transform:uppercase;letter-spacing:1.7px;color:var(--olive);margin-top:17px}.split{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.split>img{width:100%;height:480px;object-fit:cover}.tint{background:#f0f0f0}.steps{margin-top:30px}.step{border-top:1px solid #d4d4d4;padding:19px 0;display:grid;grid-template-columns:35px 1fr;gap:12px}.step span{font-size:12px;color:var(--olive)}.step h3{font-family:inherit;font-size:16px;letter-spacing:0;margin:0 0 8px}.step p{font-size:13px;margin:0}.cta{background:var(--ink);color:var(--paper);padding:65px 7%;display:flex;justify-content:space-between;align-items:center;gap:25px}.cta p{color:#ccc}.cta h2{margin:0}.cta .button{background:#ffda00;color:var(--ink);border:none;white-space:nowrap}footer{padding:50px 7% 25px}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}footer .brand{text-align:left}footer p,footer a{font-size:13px}footer ul{list-style:none;padding:0;margin:0}footer li{margin:7px 0}footer h3{font-family:inherit;font-size:11px;letter-spacing:1.8px;text-transform:uppercase}.footer-bottom{border-top:1px solid var(--line);padding-top:20px;margin-top:40px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.page-head{padding:65px 7% 45px;max-width:1000px}.page-head h1{max-width:850px}.page-head p{font-size:18px}.details{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.details article{border-top:1px solid var(--line);padding-top:15px}.details h3{font-size:27px}.details p{font-size:14px}.wide-photo{width:100%;height:480px;object-fit:cover}.filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:35px}.filter{border:1px solid #aaa;padding:9px 18px;cursor:pointer;background:transparent;color:var(--ink);font-size:12px}.filter.active{background:var(--ink);color:white}.gallery-button{padding:0;border:0;background:none;text-align:left;cursor:pointer;color:inherit;width:100%}.gallery-button img{height:330px}.gallery .card{margin-bottom:30px}.gallery .card[hidden]{display:none}.source{font-size:11px!important}.contact-layout{display:grid;grid-template-columns:1.35fr 1fr;gap:9%}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:23px}label{display:block;font-size:12px}input,select,textarea{display:block;width:100%;margin-top:7px;padding:13px;border:1px solid #bbb;background:#fff;color:var(--ink);border-radius:0}textarea{min-height:150px;resize:vertical}.full{grid-column:1/-1}.note{font-size:12px}.contact-aside{background:#f0f0f0;padding:32px;height:fit-content}.contact-aside a{overflow-wrap:anywhere}.contact-aside h3{font-size:27px}.status{padding:18px;background:#f0f0f0}.area-list{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;list-style:none;padding:0}.area-list li{border-bottom:1px solid var(--line);padding:17px 0}details{border-top:1px solid var(--line);padding:20px 0}summary{cursor:pointer;font-size:17px}dialog{border:0;background:#fafafa;padding:20px;max-width:94vw;width:1000px}dialog::backdrop{background:#111d}dialog img{max-height:73vh;max-width:100%;display:block;margin:auto}dialog button{float:right;cursor:pointer;background:var(--ink);color:white;border:0;padding:8px 16px;margin-bottom:12px}dialog p{margin-bottom:0}.privacy{max-width:850px}.email-preview{white-space:pre-wrap;font:inherit;font-size:13px}.hidden{display:none}
@media(min-width:1550px){.hero{min-height:690px}.hero-copy{padding-top:100px}}@media(max-width:1050px){nav{gap:15px;font-size:11px}.hero-copy{padding:50px 10%}.hero{grid-template-columns:46% 54%}.cards{gap:18px}.card img{height:240px}header{gap:15px}}@media(max-width:800px){header{padding:20px 6%;position:relative}.brand strong{font-size:32px}.menu{display:block;background:transparent;border:1px solid var(--line);padding:9px 14px}nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--paper);z-index:5;padding:25px 6%;box-shadow:0 12px 15px #0001;align-items:stretch}nav.open{display:flex;flex-direction:column;gap:18px}nav a{font-size:15px;padding:4px 0}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 7%}.hero-copy p{max-width:500px}h1{font-size:53px}.hero-photo{min-height:420px}.strip{flex-wrap:wrap;justify-content:center;font-size:9px}.cards{grid-template-columns:1fr 1fr}.cards .card:last-child{grid-column:1/-1}.split,.contact-layout{grid-template-columns:1fr;gap:35px}.split>img{height:360px}.section-head{align-items:start}.details{grid-template-columns:1fr}.cta{align-items:start;flex-direction:column}.footer-top{grid-template-columns:1fr 1fr}.footer-top>div:first-child{grid-column:1/-1}section.section{padding:55px 7%}.area-list{grid-template-columns:1fr 1fr}.gallery .card:last-child{grid-column:auto}.gallery-button img{height:260px}}@media(max-width:480px){.topline{font-size:8px;letter-spacing:1.3px}h1{font-size:46px}.hero-photo{min-height:330px}.cards{grid-template-columns:1fr}.cards .card:last-child{grid-column:auto}.card img{height:290px}.section-head{flex-direction:column;gap:20px}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.footer-bottom{gap:14px;flex-direction:column}.page-head{padding-top:45px}.photo-note{left:15px;right:15px;font-size:8px}.area-list{grid-template-columns:1fr}.wide-photo{height:300px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Folls identity: original logo, black, white and signature yellow. */
:root{--yellow:#ffda00}h1,h2,h3{font-family:Arial,Helvetica,sans-serif;font-weight:600;letter-spacing:-1.8px}h1{font-size:clamp(42px,4.5vw,68px);line-height:1.08}h1 em,h2 em{font-style:normal;font-weight:400;color:#595959}h2{font-size:clamp(32px,3.2vw,48px)}h3{letter-spacing:-.7px}.brand{display:block;line-height:0}.brand img{display:block;width:160px;height:80px;object-fit:contain}.button{background:var(--yellow);border-color:var(--yellow);color:#111;font-weight:700}.button:hover{background:#eac600;border-color:#eac600}.button.light{background:transparent;border-color:#aaa;color:#111}.eyebrow{color:#303030}.eyebrow:before{content:"";display:inline-block;width:22px;height:3px;background:var(--yellow);vertical-align:middle;margin-right:10px}.strip span:before{color:#111}.cta .eyebrow{color:#eee!important}.cta .button{background:var(--yellow)}.cta h2{font-weight:500}.hero-copy{padding-top:60px}.topline{border-bottom:3px solid var(--yellow)}.filter.active{border-color:#111;box-shadow:inset 0 -3px var(--yellow)}.furniture-photo{object-fit:contain!important;height:auto!important;background:#eee}.furniture-gallery{display:grid;grid-template-columns:1fr 1fr;gap:28px}.furniture-gallery img{width:100%;height:350px;object-fit:contain;background:#eee}.furniture-gallery figure{margin:0}.furniture-gallery figcaption{font-size:14px;margin-top:12px}footer .brand img{width:180px;height:90px}@media(max-width:800px){h1{font-size:48px}.brand img{width:132px;height:66px}header{padding-top:12px;padding-bottom:12px}.hero-copy{padding-top:40px}}@media(max-width:480px){h1{font-size:42px;letter-spacing:-1.4px}.furniture-gallery{grid-template-columns:1fr}.furniture-gallery img{height:auto}}
