@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600&family=Oswald:wght@500;600;700&display=swap');
:root{--ink:#232323;--paper:#f5f5f5;--white:#ffffff;--muted:#676767;--line:#d7d7d7;--accent:#a61920;--dark:#101010;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.7 var(--sans)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #a61920;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(3rem,5.2vw,5.4rem)}h2{font-size:clamp(2.2rem,3.8vw,3.7rem)}h3{font-size:1.35rem;font-weight:500;line-height:1.3}p{color:var(--muted)}.wrap{width:min(1320px,89%);margin:auto}.skip-link{position:fixed;top:-100px;left:15px;z-index:100;background:white;padding:12px}.skip-link:focus{top:10px}.header{background:#101010;color:white;position:sticky;top:0;z-index:40}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:96px}.identity{display:flex;align-items:center;gap:15px}.identity img{width:72px;height:72px;object-fit:contain}.identity span{font-size:17px;line-height:1.35;letter-spacing:.035em}.identity small{display:block;font-size:11px;letter-spacing:.2em;color:#c3c3c3}.nav-links{display:flex;align-items:center;gap:27px;font-size:14px}.nav-links a:hover{color:#ef8c91}.nav-links a[aria-current=page]{text-decoration:underline;text-underline-offset:8px}.button{display:inline-flex;justify-content:center;align-items:center;gap:20px;padding:14px 24px;min-height:52px;border:1px solid var(--dark);background:var(--dark);color:#ffffff;font-size:14px;font-weight:600;line-height:1.4;transition:background .2s,transform .2s}.button:hover{background:#444444;transform:translateY(-1px)}.button.light{background:#e9e9e9;border-color:#e9e9e9;color:#282828}.button.outline{background:transparent;color:var(--ink);border-color:#a8a8a8}.button.outline:hover{background:#e6e6e6}.header .button{background:#e5e5e5;color:#262626;border-color:#e5e5e5;padding:12px 19px;min-height:44px}.nav-toggle{display:none;background:none;color:white;border:1px solid #6b6b6b;width:44px;height:44px;font-size:23px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.hero-home{display:grid;grid-template-columns:.93fr 1.12fr;min-height:635px}.hero-copy{padding:75px 9% 65px max(5.5vw,calc((100vw - 1320px)/2));align-self:center}.hero-copy h1{margin-bottom:25px}.hero-copy h1 em{font-weight:400;color:#a61920}.hero-copy p:not(.eyebrow){max-width:450px;font-size:17px;line-height:1.8}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}.hero-photo{position:relative;min-height:550px;overflow:hidden;background:#bebebe}.hero-photo>img{width:100%;height:100%;object-fit:cover;position:absolute;object-position:50% 50%}.photo-caption{position:absolute;bottom:22px;left:25px;background:#1c1c1cdc;padding:9px 15px;color:white;font-size:12px;letter-spacing:.05em}.hero-detail{display:flex;align-items:center;gap:10px;margin-top:30px;font-size:13px;color:#717171}.hero-detail span{width:24px;height:1px;background:#a61920}.trust-strip{border-block:1px solid var(--line);padding:21px 0}.trust-inner{display:flex;justify-content:space-between;gap:20px;font-size:13px;color:#656565}.trust-inner strong{font-weight:500;color:#262626}.section{padding:95px 0}.intro-split{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:start}.intro-split p{font-size:18px}.text-link{display:inline-flex;align-items:center;gap:22px;font-size:14px;font-weight:600;border-bottom:1px solid #909090;padding-bottom:5px}.footer{background:#101010;color:#f4f4f4;padding:60px 0 28px}.footer p{color:#bebebe}.footer-inner{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:60px}.footer h3{font-size:16px;margin-bottom:15px}.footer a:hover{text-decoration:underline}.footer ul{padding:0;list-style:none;margin:0}.footer li{margin:7px 0;font-size:14px;color:#cacaca}.footer-bottom{border-top:1px solid #464646;margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#adadad;font-size:12px}.mobile-contact{display:none}[hidden]{display:none!important}
@media(max-width:1050px){.nav-links{gap:15px}.identity span{display:none}.hero-copy{padding-right:7%}.hero-home{min-height:560px}.hero-photo{min-height:500px}.hero-actions{gap:10px}.hero-actions .button{padding:14px 18px}}
@media(max-width:760px){.wrap{width:89%}.header-inner{min-height:80px}.identity img{width:61px;height:61px}.identity span{display:block;font-size:15px}.identity small{font-size:9px}.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:80px;left:0;right:0;padding:25px 5.5%;background:#101010;flex-direction:column;align-items:stretch;gap:20px;border-top:1px solid #4c4c4c}.nav-links.open{display:flex}.hero-home{display:flex;flex-direction:column}.hero-copy{padding:48px 5.5% 40px}.hero-copy h1{font-size:3.45rem}.hero-copy p:not(.eyebrow){font-size:16px}.hero-photo{min-height:380px}.hero-detail{margin-top:23px}.hero-actions{margin-top:25px}.hero-actions .button{font-size:13px;flex:1;padding:14px 12px;gap:10px}.trust-inner{display:grid;grid-template-columns:1fr 1fr;font-size:12px;gap:12px}.section{padding:62px 0}.intro-split{grid-template-columns:1fr;gap:15px}.footer{padding-bottom:90px}.footer-inner{grid-template-columns:1fr 1fr;gap:32px}.footer-inner>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:10px}.mobile-contact{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:35;background:#ffffff;border-top:1px solid var(--line);padding:10px 5.5%;gap:10px}.mobile-contact a{flex:1;min-height:42px;padding:11px 12px;font-size:13px}.eyebrow{font-size:11px}.photo-caption{font-size:11px;left:17px;bottom:17px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}/* Shared page rhythm */
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:38px}.section-heading h2{margin-bottom:0}.section-heading>p{margin:0;max-width:370px}.gallery-teaser{background:#ececec}.project-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.project-card>img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:filter .2s}.project-card:hover>img{filter:brightness(.9)}.project-card>div{position:relative;padding:22px 32px 0 0}.project-card .eyebrow{font-size:11px;display:block;margin-bottom:8px}.project-card h3{font-family:var(--serif);font-size:25px;margin:0}.project-arrow{position:absolute;right:0;top:37px;font-size:23px}.studio-feature{background:#101010;color:#ffffff;padding:85px 0}.studio-feature-inner{display:grid;grid-template-columns:1.25fr 1fr;gap:8%;align-items:center}.studio-feature-image{position:relative}.studio-feature-image>img{width:100%;min-height:430px;object-fit:cover}.studio-feature-image .photo-caption{font-size:10px;left:15px;bottom:15px;right:15px;width:fit-content}.studio-feature-copy h2{font-size:clamp(2.8rem,4vw,4.2rem)}.studio-feature-copy p{color:#cecece}.studio-feature-copy .eyebrow,.closing .eyebrow{color:#e77b80}.studio-feature-copy .fine-print{font-size:12px;color:#c2c2c2;margin:20px 0 0;max-width:390px}.material-links{display:grid;grid-template-columns:1fr 1fr;gap:0 45px}.material-links>a{position:relative;display:grid;grid-template-columns:35px 1fr 25px;column-gap:15px;padding:28px 0;border-top:1px solid var(--line);align-items:baseline}.material-links h3{font-family:var(--serif);font-size:27px;margin:0}.material-links p{grid-column:2;margin:6px 0 0;font-size:14px}.material-links>a>span:last-child{position:absolute;right:5px;top:27px;font-size:23px}.material-number{font-size:12px;color:#a61920}.material-links>a:hover h3{color:#a61920}.reviews{background:#ececec}.reviews h2{margin-bottom:35px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:25px}.review-grid figure{margin:0;padding:28px 0;border-top:1px solid #c4c4c4;display:flex;flex-direction:column}.review-grid blockquote{font-family:var(--serif);font-size:25px;line-height:1.55;margin:0 0 24px;flex:1}.review-grid figcaption{font-size:14px}.review-grid figcaption span{display:block;color:#747474;font-size:12px;margin-top:2px}.faq-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:10%}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:21px 0}.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:baseline;gap:25px;font-weight:500;font-size:16px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:23px;font-weight:400;flex:none;line-height:1}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details p{margin:16px 30px 0 0;font-size:15px}.closing{background:#101010;color:#ffffff;padding:70px 0}.closing-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.closing h2{margin:0}.closing p{color:#d4d4d4}.closing .eyebrow{margin-bottom:13px}.footer-story{margin-top:22px;font-size:14px}.footer .identity img{width:85px;height:85px}.footer .text-link{font-size:13px;color:#cccccc}.page-lead{padding-top:75px;padding-bottom:50px}.page-lead h1{font-size:clamp(3rem,5vw,5rem);margin-bottom:25px}.page-lead .lede{font-size:18px;max-width:660px}.gallery-section{padding-bottom:85px}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:22px}.filter-bar button{border:1px solid #c7c7c7;padding:11px 20px;background:transparent;color:#515151;font-size:14px}.filter-bar button[aria-pressed=true]{background:var(--dark);color:white;border-color:var(--dark)}.gallery-count{font-size:12px;margin:14px 0 20px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 25px}.gallery-item{padding:0;border:0;background:transparent;color:var(--ink);text-align:left}.gallery-item>img{width:100%;aspect-ratio:4/3;object-fit:cover}.gallery-item:hover>img{filter:brightness(.91)}.gallery-caption{display:block;padding-top:14px}.gallery-caption>span{font-family:var(--serif);font-size:22px;line-height:1.3}.gallery-caption small{display:block;margin-top:3px;font-size:12px;color:#7e7e7e}.fine-print{font-size:12px;line-height:1.65;color:#777777}.gallery-section>.fine-print{margin-top:35px}.project-dialog{border:0;padding:0;background:#f5f5f5;width:min(1080px,92vw);max-height:92vh;overflow:auto;box-shadow:0 20px 60px #00000044}.project-dialog::backdrop{background:#161616dc}.project-dialog>img{width:100%;max-height:69vh;object-fit:contain;background:#101010}.dialog-close{position:absolute;right:15px;top:15px;border:0;background:#ffffff;width:42px;height:42px;border-radius:50%;font-size:27px;z-index:2}.project-modal-footer{padding:25px;display:flex;justify-content:space-between;align-items:center;gap:30px}.project-modal-footer .eyebrow{margin:0 0 6px;font-size:11px}.project-modal-footer h2{font-size:26px;margin:0}.material-banner{position:relative}.material-banner>img{width:100%;max-height:540px;object-fit:cover}.detail-layout{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:8%;padding-bottom:25px}.detail-layout>div>img{width:100%;max-height:570px;object-fit:cover}.detail-layout h2{font-size:2.8rem}.detail-layout h3{font-size:17px;margin-top:25px}.check-list{padding:0 0 0 18px;margin-bottom:30px;color:var(--muted);font-size:15px}.check-list li{padding-bottom:7px}.inline-note{display:flex;justify-content:space-between;gap:40px;align-items:center;border-block:1px solid var(--line);padding-block:33px}.inline-note>div{max-width:720px}.inline-note h3{font-family:var(--serif);font-size:30px}.inline-note p{margin-bottom:0}.inline-note .button{flex:none}.service-layout{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding-bottom:80px;align-items:start}.service-photo{position:sticky;top:130px}.service-photo>img{width:100%;aspect-ratio:4/5;object-fit:cover}.service-list article{padding:0 0 24px;margin-bottom:28px;border-bottom:1px solid var(--line)}.service-list .eyebrow{margin:0;font-size:12px}.service-list h2{font-size:30px;margin:10px 0 14px}.service-list p{margin:0}.process-section{background:#ececec}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:45px}.process-grid article{border-top:1px solid #c3c3c3;padding-top:22px}.process-grid span{font-size:12px;color:#a61920;letter-spacing:.1em}.process-grid h3{margin-top:25px;font-family:var(--serif);font-size:26px}.process-grid p{font-size:15px}.story-layout{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center;padding-bottom:90px}.story-layout>div>img{width:100%;aspect-ratio:4/5;object-fit:cover}.story-layout h2{font-size:3rem}.service-area{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.area-list{display:grid;grid-template-columns:1fr 1fr;gap:0 25px}.area-list span{border-bottom:1px solid var(--line);padding:22px 0;font-family:var(--serif);font-size:22px}.contact-layout{display:grid;grid-template-columns:1.35fr .75fr;gap:9%;padding-bottom:50px;align-items:start}.quote-panel{padding:38px;background:white;border:1px solid #e0e0e0}.quote-panel>h2{font-size:34px;margin-bottom:15px}.quote-panel>p{font-size:15px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.quote-panel label{display:block;margin-bottom:20px;font-size:14px;font-weight:500}.form-grid label{margin-bottom:0}.form-grid{margin-bottom:20px}.quote-panel label>span{color:#a61920}.quote-panel label>small{color:#858585;font-size:12px;font-weight:400}.quote-panel input,.quote-panel textarea,.quote-panel select{display:block;width:100%;min-width:0;border:1px solid #c4c4c4;border-radius:0;background:#ffffff;padding:12px;color:#2d2d2d;margin-top:8px;font-size:16px}.quote-panel textarea{resize:vertical}.quote-panel .fine-print a{text-decoration:underline}.quote-panel form>.button{margin:10px 0}.contact-aside{padding-top:10px}.contact-aside h2{font-size:3rem;margin-bottom:30px}.contact-phone{display:block;font-size:25px}.contact-email{display:block;font-size:15px;margin:8px 0 30px;overflow-wrap:anywhere}.contact-block{border-top:1px solid var(--line);padding-top:22px;margin-top:28px}.contact-block h3{font-size:17px;margin-bottom:8px}.contact-block p{font-size:15px}.quote-design{background:#f2f2f2;border:1px solid #d9d9d9;padding:20px;margin:25px 0}.quote-design-heading{display:flex;justify-content:space-between;align-items:baseline;gap:20px;font-size:14px}.quote-design-heading a{text-decoration:underline;font-size:12px;flex:none}.quote-design dl{margin:20px 0;display:grid;grid-template-columns:95px 1fr;gap:8px 12px;font-size:13px}.quote-design dt{color:#7f7f7f}.quote-design dd{margin:0}.plain-button{border:0;border-bottom:1px solid #7e7e7e;padding:0 0 3px;background:none;font-size:13px;color:#5d5d5d}.request-review h2{font-size:30px}.request-review pre{font:14px/1.75 var(--sans);white-space:pre-wrap;overflow-wrap:anywhere;background:#f5f5f5;padding:20px;border:1px solid #e3e3e3;color:#565656}.review-tools{display:flex;gap:20px;margin:23px 0}.request-review:focus{outline:0}.reading-section{max-width:760px;padding-bottom:80px}.reading-section h2{font-size:28px;margin-top:38px}.reading-section a{text-decoration:underline}.error-actions{display:flex;gap:20px;margin-bottom:80px}
@media(min-width:1500px){.hero-home{min-height:720px}.hero-copy{padding-top:95px;padding-bottom:95px}.hero-photo>img{object-position:50% 60%}}
@media(max-width:1150px){.nav-links{gap:17px;font-size:13px}.header .button{font-size:13px;padding:12px}.identity{gap:10px}.identity span{font-size:15px}.studio-feature-inner{gap:5%}.contact-layout{gap:6%}.quote-panel{padding:28px}.hero-copy h1{font-size:4.15rem}}
@media(max-width:900px){.nav-links{gap:13px}.identity span{display:none}.studio-feature-inner{grid-template-columns:1fr 1fr}.studio-feature-image>img{min-height:400px}.studio-feature-image .photo-caption{font-size:9px}.project-card h3{font-size:22px}.review-grid{gap:25px}.review-grid blockquote{font-size:22px}.detail-layout{gap:5%}.detail-layout h2{font-size:2.3rem}.contact-layout{grid-template-columns:1.3fr .8fr;gap:5%}.quote-panel{padding:23px}.form-grid{grid-template-columns:1fr}.hero-copy h1{font-size:3.6rem}}
@media(max-width:760px){.identity span{display:block}.section-heading{display:block;margin-bottom:28px}.section-heading .text-link,.section-heading>p{margin-top:18px}.project-cards{grid-template-columns:1fr;gap:35px}.project-card>img{aspect-ratio:4/3}.project-card h3{font-size:25px}.studio-feature{padding:55px 0}.studio-feature-inner{display:flex;flex-direction:column;gap:33px}.studio-feature-image{width:100%}.studio-feature-image>img{min-height:0;aspect-ratio:1440/1072}.studio-feature-copy h2{font-size:3rem}.studio-feature-copy h2 br:nth-child(2){display:none}.studio-feature-copy .fine-print{max-width:none}.material-links{grid-template-columns:1fr}.material-links h3{font-size:25px}.review-grid{grid-template-columns:1fr;gap:15px}.review-grid figure{padding-top:22px}.review-grid blockquote{font-size:25px}.review-grid figcaption span{display:inline;margin-left:12px}.faq-layout{grid-template-columns:1fr;gap:25px}.faq-layout h2{margin-bottom:20px}.faq-list details{padding:18px 0}.closing{padding:55px 0}.closing-inner{display:block}.closing-inner>div+div{margin-top:28px}.closing h2{font-size:2.7rem}.page-lead{padding-top:45px;padding-bottom:30px}.page-lead h1{font-size:3.1rem}.page-lead .lede{font-size:16px}.gallery-grid{grid-template-columns:1fr 1fr;gap:27px 15px}.gallery-caption>span{font-size:20px}.gallery-caption small{font-size:11px}.filter-bar{gap:7px}.filter-bar button{padding:10px 12px;font-size:12px}.project-modal-footer{padding:20px;display:block}.project-modal-footer h2{font-size:25px;margin-bottom:22px}.project-dialog{width:94vw;max-height:90vh}.material-banner>img{min-height:280px}.detail-layout{grid-template-columns:1fr;gap:25px}.detail-layout h2{font-size:2.3rem}.detail-layout>div>img{max-height:390px}.inline-note{display:block}.inline-note .button{margin-top:25px}.service-layout{grid-template-columns:1fr;gap:35px;padding-bottom:45px}.service-photo{position:static}.service-photo>img{aspect-ratio:4/3}.service-list h2{font-size:27px}.process-grid{grid-template-columns:1fr;gap:20px}.process-grid h3{margin:16px 0 10px}.story-layout{grid-template-columns:1fr;gap:30px;padding-bottom:55px}.story-layout>div>img{aspect-ratio:4/3}.story-layout h2{font-size:2.5rem}.service-area{grid-template-columns:1fr;gap:30px}.area-list span{font-size:20px;padding:16px 0}.contact-layout{grid-template-columns:1fr;gap:35px}.quote-panel{padding:23px}.contact-aside{padding:10px 0 0}.contact-aside h2 br{display:none}.form-grid{grid-template-columns:1fr}.quote-panel>h2{font-size:30px}.quote-design-heading{display:block}.quote-design-heading a{display:block;margin-top:5px}.quote-design{padding:16px}.quote-design dl{grid-template-columns:75px 1fr;gap:9px;font-size:12px}.request-review pre{padding:13px;font-size:13px}.quote-panel>.fine-print{font-size:12px}.contact-phone{font-size:27px}.reading-section{padding-bottom:55px}.hero-copy h1{font-size:3.45rem}.footer .identity span{display:block}.footer .identity img{width:75px;height:75px}}
@media(max-width:380px){.identity span{font-size:13px}.identity small{font-size:8px}.hero-copy h1{font-size:3rem}.gallery-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}.footer-inner>div:first-child{grid-column:auto}.quote-panel{padding:18px}.quote-panel .button{padding:14px 15px}}
@media print{.header,.footer,.mobile-contact,.review-tools,.request-review>.button,.quote-panel>h2,.quote-panel>p,.contact-aside,.page-lead{display:none!important}.contact-layout,.quote-panel{display:block;width:100%;border:0;padding:0}.request-review pre{border:0;background:none}.request-review>.fine-print{display:none}}
.button:disabled{opacity:.5;cursor:wait;transform:none}
@media(max-width:760px){.studio-feature-copy h2 br:nth-child(2){display:initial}.contact-aside h2 br{display:initial}.contact-aside h2{font-size:2.6rem}}
/* The Heiar wordmark: clear, type-led identity at every size. */
.heiar-brand{display:inline-flex;flex-direction:column;align-items:stretch;flex:none;width:198px;color:#f0f0f0;text-align:center;line-height:1;text-decoration:none!important;padding:3px 0}.heiar-wordmark{font-family:var(--serif);font-size:38px;font-weight:400;letter-spacing:.2em;padding-left:.2em;line-height:1.13;display:block}.heiar-descriptor{display:block;border-top:1px solid #a61920;margin-top:8px;padding-top:8px;font-family:var(--sans);font-size:10px;font-weight:500;line-height:1.3;letter-spacing:.19em;padding-left:.19em;white-space:nowrap}.footer .heiar-brand{width:220px}.footer .heiar-wordmark{font-size:43px}.footer .heiar-descriptor{font-size:11px}.header .heiar-brand:hover{color:#ef8c91}
@media(min-width:761px) and (max-width:1050px){.header .nav-toggle{display:block}.header .nav-links{display:none;position:absolute;top:96px;left:0;right:0;background:#101010;padding:25px 5.5%;flex-direction:column;align-items:stretch;gap:20px;border-top:1px solid #4c4c4c}.header .nav-links.open{display:flex}}
@media(max-width:760px){.heiar-brand{width:173px}.heiar-wordmark{font-size:31px}.heiar-descriptor{font-size:9px;margin-top:6px;padding-top:6px;letter-spacing:.18em}.footer .heiar-brand{width:200px}.footer .heiar-wordmark{font-size:38px}.footer .heiar-descriptor{font-size:10px}}
/* Heiar's supplied apparel identity, always presented on solid black. */
:root{--serif:'Oswald','Arial Narrow',Arial,sans-serif}
.header,.footer{background:#000000}.header-inner{min-height:132px}.apparel-brand,.footer .apparel-brand{background:#000000;width:245px;padding:8px 0;display:block;line-height:0}.apparel-brand img{display:block;width:100%;height:auto;background:#000000}.footer .apparel-brand{width:285px}.header .apparel-brand:hover{opacity:.92}
h1,h2{font-weight:600;letter-spacing:-.025em;text-transform:uppercase;line-height:1.1}.hero-copy h1 em{font-style:normal;color:#a61920}.hero-copy h1{font-size:clamp(3.3rem,5.6vw,5.7rem);line-height:1.04}.project-card h3,.material-links h3,.gallery-caption>span,.process-grid h3,.area-list span{font-family:var(--serif);font-weight:500;letter-spacing:.005em}.review-grid blockquote{font-family:var(--sans);font-size:23px;font-weight:500}.button{font-weight:700;border-radius:0}.header .button{border-bottom:3px solid #a61920}.eyebrow{font-weight:700}.trust-strip{border-top:3px solid #272727}.hero-photo>img{object-position:center}.studio h1,.materials-heading h2{font-family:var(--serif);font-weight:600}.footer h3{font-family:var(--sans)}
@media(min-width:761px) and (max-width:1050px){.header .nav-links{top:132px;background:#000000}}
@media(max-width:760px){.header-inner{min-height:112px}.apparel-brand{width:205px;padding:8px 0}.footer .apparel-brand{width:245px}.header .nav-links{top:112px;background:#000000}.hero-copy h1{font-size:3.8rem}.hero-copy{padding-top:38px}.page-lead h1{font-size:3.2rem}.nav-toggle{border-color:#626262}.studio-heading h1{font-size:35px}.review-grid blockquote{font-size:22px}}
@media(max-width:380px){.apparel-brand{width:190px}.hero-copy h1{font-size:3.3rem}}
/* Heiar: black, silver and logo red. */
:root{--ink:#202020;--paper:#f5f5f5;--white:#fff;--muted:#646464;--line:#d5d5d5;--accent:#a61920;--dark:#101010;--red:#b31820}
.header,.footer{background:#000}.button{background:var(--red);border-color:var(--red);color:#fff}.button:hover{background:#8e1017;border-color:#8e1017}.header .button,.button.light{background:var(--red);border-color:var(--red);color:#fff}.header .button:hover,.button.light:hover{background:#8e1017;color:#fff}.button.outline{color:#181818;border-color:#858585;background:transparent}.button.outline:hover{background:#e8e8e8;border-color:#333}.hero-copy h1 em{color:var(--red)}.closing,.studio-feature{background:#111;border-top:3px solid var(--red)}.closing .eyebrow,.studio-feature-copy .eyebrow{color:#ef8b91}.gallery-teaser,.reviews,.process-section{background:#ebebeb}.nav-links a:hover{color:#ef8b91}.filter-bar button[aria-pressed=true]{background:var(--red);border-color:var(--red)}.text-link:hover{color:var(--red);border-color:var(--red)}.quote-design{border-left:3px solid var(--red)}
