@charset "UTF-8";
:root{--paper:#f3f1ee;--ink:#232220;--muted:#6c6863;--line:#d4cec6;--accent:#aa9b8d;--rail:64px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;padding-left:var(--rail);background:var(--paper);color:var(--ink);font:16px/1.65 Arial,Helvetica,sans-serif}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #b57f4b;outline-offset:6px}img{display:block;max-width:100%}figure,p,h1,h2,h3{margin:0}em{font-style:normal;font-weight:inherit}button{color:inherit}img[hidden]{display:none}.wrap{width:min(1320px,calc(100% - 112px));margin-inline:auto}.eyebrow,.index{font-size:12px;letter-spacing:.13em;font-weight:400}.skip{position:fixed;top:-100px;left:80px;background:white;padding:12px;z-index:20}.skip:focus{top:12px}
.side-rail{position:fixed;inset:0 auto 0 0;width:var(--rail);background:#141414;color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;z-index:5}.side-rail a{writing-mode:vertical-rl;transform:rotate(180deg);font-size:11px;letter-spacing:.12em;padding:18px 12px;transition:color .2s}.side-rail a:hover{color:#cfb69f}.header{position:absolute;top:28px;left:calc(var(--rail) + 40px);right:32px;display:flex;justify-content:space-between;align-items:center;z-index:4;color:white;gap:25px}.brand{background:#fff;padding:12px 16px;border-radius:2px}.brand-image{display:block;position:relative;width:180px;height:36px;overflow:hidden}.brand-image img{position:absolute;width:180px;max-width:none;height:auto;top:-31px}.header-note{font-size:11px;letter-spacing:.2em;text-shadow:0 1px 8px #000}.menu-toggle{width:72px;height:72px;border:0;border-radius:50%;background:#b2a293;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;transition:background .2s}.menu-toggle:hover{background:#958372}.menu-toggle span{width:30px;height:2px;background:white}
.hero{position:relative;min-height:740px;height:100svh;max-height:1180px;color:white;background:#282620;display:flex;align-items:flex-end;justify-content:center;text-align:center;padding:170px 35px 132px;isolation:isolate}.hero-slides,.hero-slides:after,.hero-slide{position:absolute;inset:0;width:100%;height:100%}.hero-slides{z-index:-1}.hero-slide{object-fit:cover;object-position:center 42%}.hero-slide:nth-child(2){object-position:center 55%}.hero-slides:after{content:'';background:linear-gradient(180deg,#0004,transparent 25%,#0004 45%,#000b 100%)}.hero-copy{max-width:840px}.hero .eyebrow{color:#e6dcd3;margin-bottom:22px;font-size:11px;letter-spacing:.24em}.hero h1{font-weight:400;font-size:clamp(48px,5.4vw,86px);line-height:1.07;letter-spacing:-.045em}.hero-description{font-size:17px;line-height:1.65;margin-top:22px;color:#f3f1ef}.button{display:inline-flex;justify-content:center;align-items:center;gap:36px;border:1px solid currentColor;border-radius:100px;padding:13px 28px;font-size:12px;letter-spacing:.06em;margin-top:26px;transition:background .2s,color .2s}.button:hover{background:white;color:#252220}.button span{font-size:20px}.hero-bottom{position:absolute;bottom:35px;left:40px;right:40px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.slide-caption{text-align:left;font-size:10px;letter-spacing:.15em}.hero-bottom>a{justify-self:end;font-size:18px;white-space:nowrap}.slide-controls{display:flex;align-items:center;gap:2px}.slide-controls button{border:0;background:transparent;padding:12px;width:38px;height:38px;display:grid;place-items:center}.slide-controls button:after{content:'';display:block;width:11px;height:11px;border:1px solid #fff;border-radius:50%;transition:background .2s}.slide-controls button[aria-pressed=true]:after{background:#fff}.menu-dialog{position:fixed;inset:0 0 0 auto;margin:0;width:min(550px,100%);height:100%;max-height:100%;max-width:100%;background:#ede8e2;border:0;padding:34px 45px;color:#27221e;box-shadow:-15px 0 90px #0004}.menu-dialog::backdrop{background:#0008;backdrop-filter:blur(5px)}.menu-top{display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:.12em;margin-bottom:55px}.menu-close{border:1px solid #b2a69a;background:transparent;border-radius:50%;width:46px;height:46px;font-size:30px;line-height:1}.menu-dialog nav{display:flex;flex-direction:column}.menu-dialog nav a{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #cfc5bb;padding:17px 0;font-size:30px;letter-spacing:-.03em}.menu-dialog nav a span{font-size:12px;color:var(--muted)}.menu-dialog a:hover{color:#896a4f}.menu-phone{display:block;font-size:25px;margin-top:45px}.menu-site{display:block;margin-top:12px;font-size:13px}
h2{font-weight:400;font-size:clamp(35px,3.5vw,58px);letter-spacing:-.045em;line-height:1.16}h2 em{color:#938274}h3{font-weight:400;letter-spacing:-.025em;line-height:1.25;font-size:27px}.section-heading{display:grid;grid-template-columns:1fr 2fr;gap:35px;align-items:start;margin-bottom:48px}.section-heading .eyebrow{padding-top:12px;color:var(--muted)}.approach{padding:96px 0 100px}.audiences{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.audiences article{min-width:0;position:relative;background:#e7e1db}.audience-photo{height:260px;overflow:hidden}.audience-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.audiences article:hover img{transform:scale(1.04)}.audience-content{padding:28px 26px 30px;display:flex;flex-direction:column;min-height:365px}.index{font-size:10px;color:#66594e}.audiences h3{font-size:29px;margin:20px 0 16px}.audiences p{color:#5f5952;font-size:14px;line-height:1.75}.audiences a{margin-top:auto;padding-top:24px;font-size:12px;text-transform:uppercase;letter-spacing:.025em}.audiences a span{float:right;font-size:17px}.audiences a:hover{color:#8b5e3c}
.production{background:#22211f;color:#f7f4ef;padding:88px 0 90px}.production-top{display:grid;grid-template-columns:1fr 2fr;gap:35px}.production-top .eyebrow{padding-top:12px;color:#bbb1a7}.production h2 em{color:#b8a595}.intro{font-size:16px;color:#c8c1b9;max-width:570px;margin-top:26px}.production-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:70px;margin-top:55px;align-items:center}.metal-photo img{width:100%;height:550px;object-fit:cover}.metal-photo figcaption{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#bab0a6;margin-top:16px}.detail-photo{width:100%;height:180px;object-fit:cover;object-position:center 65%;margin-bottom:28px}.production-copy h3{font-size:29px}.production-copy p{font-size:14px;color:#c8c1b9;margin-top:20px}.text-link{display:inline-block;border-bottom:1px solid #8d7f72;padding-bottom:9px;font-size:12px;text-transform:uppercase;letter-spacing:.05em;margin-top:26px}.text-link span{margin-left:24px}
.process{padding:100px 0}.process .section-heading,.workshop .section-heading{grid-template-columns:1fr 1.45fr 1fr}.section-intro{font-size:14px;color:var(--muted);max-width:300px;justify-self:end;padding-top:10px}.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:25px}.steps li{border-top:1px solid #b8a99b;padding-top:24px}.step-number{display:inline-flex;border:1px solid #b8a99b;width:48px;height:48px;border-radius:50%;align-items:center;justify-content:center;font-size:14px;color:#78614e}.steps h3{font-size:19px;margin:24px 0 14px}.steps p{font-size:14px;line-height:1.75;color:var(--muted)}
.workshop{border-top:1px solid var(--line);padding:75px 0 100px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:38px 28px}.gallery img{height:360px;width:100%;object-fit:cover}.gallery figcaption{display:flex;justify-content:space-between;gap:18px;margin-top:13px;font-size:12px;color:var(--muted)}.gallery figcaption span:first-child{font-size:10px;letter-spacing:.08em;white-space:nowrap}.contact{background:#b3a292;color:#fff;padding:85px 0}.contact-inner{display:grid;grid-template-columns:1.3fr 1fr;gap:75px}.contact .eyebrow{color:#fff}.contact h2{margin-top:28px;font-size:clamp(35px,3.5vw,57px)}.contact h2 em{color:#fff}.contact-inner>div>p:not(.eyebrow){font-size:15px;max-width:510px;color:#fff;margin-top:22px}.contact-links{padding-top:48px}.phone{display:flex;justify-content:space-between;gap:15px;font-size:clamp(22px,2.4vw,37px);letter-spacing:-.035em;white-space:nowrap}.phone span{font-size:26px}.contact-links>p{font-size:14px!important;margin:16px 0 30px!important}.contact-links>a:not(.phone){display:flex;justify-content:space-between;align-items:center;gap:18px;border-top:1px solid #ffffff50;padding:18px 0;font-size:13px}.contact-links>a:not(.phone)>span{max-width:190px}.contact-links strong{font-weight:400;white-space:nowrap}.footer{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:115px}.footer-brand{font-size:28px;letter-spacing:.12em;font-weight:400}.footer p{font-size:12px;color:var(--muted)}.footer a{font-size:12px}
@media(min-width:1600px){.hero{padding-bottom:155px}.audience-photo{height:330px}}
@media(max-width:1100px){:root{--rail:52px}.wrap{width:calc(100% - 64px)}.header{left:calc(var(--rail) + 28px);right:28px}.header-note{display:none}.hero-bottom{left:28px;right:28px}.hero-bottom>a{font-size:15px}.slide-caption{font-size:9px;max-width:180px}.production-grid{gap:35px}.metal-photo img{height:490px}.audience-content{padding:24px 18px;min-height:415px}.audiences h3{font-size:25px}.audience-photo{height:230px}.process .section-heading,.workshop .section-heading{grid-template-columns:1fr 2fr}.section-intro{grid-column:2;justify-self:start}.steps{gap:17px}.steps h3{font-size:17px;overflow-wrap:anywhere}.gallery figcaption{display:block}.gallery figcaption span{display:block}.contact-inner{gap:35px}.contact-links>a:not(.phone){align-items:flex-start;flex-direction:column;gap:5px}}
@media(max-width:760px){:root{--rail:0px}body{padding:0}.side-rail{display:none}.wrap{width:calc(100% - 40px)}.header{top:20px;left:20px;right:20px}.brand{padding:8px 10px}.brand-image{width:142px;height:28px}.brand-image img{width:142px;top:-24px}.menu-toggle{width:53px;height:53px;gap:7px}.menu-toggle span{width:24px}.hero{height:100svh;min-height:690px;max-height:1000px;padding:145px 20px 142px}.hero-slide{object-position:58% center}.hero-slide:nth-child(2){object-position:42% center}.hero-slide:nth-child(3){object-position:62% center}.hero-slides:after{background:linear-gradient(180deg,#0003,transparent 20%,#0007 43%,#000c 100%)}.hero .eyebrow{font-size:10px;letter-spacing:.11em;margin-bottom:18px}.hero h1{font-size:clamp(37px,9.5vw,65px);letter-spacing:-.045em}.hero-description{font-size:15px;margin-top:20px;max-width:370px}.button{font-size:11px;padding:12px 23px;gap:26px;margin-top:24px}.hero-bottom{bottom:22px;left:20px;right:20px;grid-template-columns:1fr auto;gap:12px}.slide-caption{font-size:9px;max-width:200px;letter-spacing:.08em}.slide-controls{justify-self:end}.hero-bottom>a{grid-column:1/3;justify-self:center;font-size:16px}.menu-dialog{padding:25px}.menu-top{margin-bottom:35px}.menu-dialog nav a{font-size:27px;padding:15px 0}.menu-phone{font-size:24px;margin-top:32px}.section-heading,.production-top,.process .section-heading,.workshop .section-heading{display:block;margin-bottom:30px}.section-heading .eyebrow,.production-top .eyebrow{padding:0;margin-bottom:21px;font-size:10px}.eyebrow{font-size:10px}h2{font-size:34px}h2 br{display:none}.approach{padding:55px 0}.audiences{grid-template-columns:1fr;gap:24px}.audience-photo{height:260px}.audience-content{padding:25px;min-height:0}.audiences h3{font-size:29px;margin-top:16px}.audiences h3 br{display:none}.audiences p{font-size:15px}.audiences a{padding-top:24px}.production{padding:50px 0}.intro{font-size:15px;margin-top:22px}.production-grid{grid-template-columns:1fr;gap:30px;margin-top:30px}.metal-photo img{height:320px}.metal-photo figcaption{font-size:10px}.production-copy h3{font-size:29px}.production-copy p{font-size:15px}.detail-photo{height:230px}.process{padding:55px 0}.section-intro{margin-top:20px;padding:0;max-width:100%;font-size:15px}.steps{display:block}.steps li{display:grid;grid-template-columns:46px 1fr;gap:0 18px;padding:23px 0}.step-number{width:40px;height:40px;font-size:12px;grid-row:1/3}.steps h3{font-size:22px;margin:4px 0 12px;overflow-wrap:normal}.steps h3 br{display:none}.steps p{grid-column:2;font-size:15px}.workshop{padding:45px 0 55px}.gallery{grid-template-columns:1fr;gap:25px}.gallery img{height:290px}.gallery figcaption{display:flex;align-items:baseline;font-size:11px;gap:12px}.gallery figcaption span:first-child{font-size:9px}.contact{padding:50px 0}.contact-inner{grid-template-columns:1fr;gap:28px}.contact h2{font-size:35px;margin-top:22px}.contact h2 br{display:block}.contact-inner>div>p:not(.eyebrow){font-size:15px}.contact-links{padding:0}.phone{font-size:28px}.contact-links>a:not(.phone){flex-direction:row;align-items:center;font-size:12px;gap:15px}.contact-links>a:not(.phone)>span{max-width:150px}.footer{padding:28px 0;display:grid;grid-template-columns:1fr auto;gap:12px}.footer-brand{font-size:24px}.footer p{grid-row:2;grid-column:1/3;font-size:11px}.footer a{grid-column:2;grid-row:1}.desktop{display:none}.skip{left:20px}}
@media(max-width:360px){.hero h1{font-size:35px}.hero .eyebrow{font-size:9px}.hero-description{font-size:14px}.hero-bottom{gap:9px}.slide-caption{font-size:8px}.slide-controls button{width:31px;padding:9px}.contact h2{font-size:31px}.phone{font-size:25px}.gallery figcaption{display:block}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.menu-toggle{position:fixed;top:28px;right:32px}.header{padding-right:110px}.contact,.contact .eyebrow,.contact h2 em,.contact-inner>div>p:not(.eyebrow){color:#26221f}.contact-links>a:not(.phone){border-color:#71635766}@media(max-width:760px){.menu-toggle{top:20px;right:20px}.header{padding-right:65px}}
