
:root{--bg:#070707;--panel:#101010;--text:#f4f1eb;--muted:#aaa59d;--line:#292825;--accent:#e9e5dd;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}.nav{position:fixed;z-index:20;inset:0 0 auto;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:linear-gradient(#070707ed,transparent);backdrop-filter:blur(6px)}.brand img{width:132px;height:auto}.navlinks{display:flex;gap:28px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#d0ccc5}.navlinks a:hover{color:#fff}.navcta,.btn{border:1px solid #aaa49a;padding:13px 17px;font-size:11px;letter-spacing:.15em;text-transform:uppercase}.hero{min-height:100vh;position:relative;display:flex;align-items:flex-end;overflow:hidden}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#000b,#0004 45%,#0002),linear-gradient(0deg,#070707,transparent 45%)}.heroimg{position:absolute;inset:0;animation:drift 14s ease-in-out infinite alternate}.hero-content{position:relative;z-index:2;padding:0 7vw 11vh;max-width:930px}.eyebrow,.kicker{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#d0cbc2}.eyebrow{margin-bottom:20px}.hero h1,.statement h2,.section h2{font-family:var(--serif);font-weight:400;letter-spacing:-.055em}.hero h1{font-size:clamp(56px,8.5vw,122px);line-height:.88;margin:0 0 28px}.hero em,.statement em,.section em{font-style:italic;color:#c9c2b6}.hero p{max-width:560px;color:#d0ccc5;font-size:16px;line-height:1.7;margin:0 0 30px}.buttons{display:flex;gap:12px;flex-wrap:wrap}.btn.primary{background:#eeeae2;color:#0a0a0a;border-color:#eeeae2}.scroll{position:absolute;right:5vw;bottom:9vh;z-index:3;font-size:10px;letter-spacing:.18em;color:#aaa59d;writing-mode:vertical-rl}.statement{padding:150px 8vw 130px;display:grid;grid-template-columns:1fr 1.5fr;gap:7vw;border-bottom:1px solid var(--line)}.statement h2,.section h2{font-size:clamp(42px,6vw,78px);line-height:.98;margin:0}.statement p,.section-head p{max-width:590px;color:var(--muted);line-height:1.7}.statement p{font-size:18px;margin:12px 0 0}.section{padding:125px 7vw}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:55px}.section-head p{max-width:390px;margin:0}.services{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.service{padding:32px 24px 35px 0;border-right:1px solid var(--line);min-height:270px}.service:not(:first-child){padding-left:24px}.service:last-child{border-right:0}.num{font-size:11px;color:#77736c;letter-spacing:.15em}.service h3{font-family:var(--serif);font-size:30px;font-weight:400;margin:65px 0 14px}.service p{color:var(--muted);font-size:14px;line-height:1.55;max-width:210px}.service a{display:inline-block;margin-top:15px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;border-bottom:1px solid #77736c;padding-bottom:6px}.work{padding:120px 7vw}.workgrid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}.workitem{position:relative;overflow:hidden;background:#111;min-height:540px}.workitem.tall{min-height:700px}.workitem img,.tile img,.ba-card img{transition:transform .8s cubic-bezier(.2,.7,.2,1)}.workitem:hover img,.tile:hover img,.ba-card:hover img{transform:scale(1.045)}.workitem:after,.ba-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#000b,transparent 45%)}.caption{position:absolute;z-index:2;left:28px;bottom:25px}.caption small{display:block;color:#b5b0a7;font-size:9px;letter-spacing:.18em;margin-bottom:7px}.caption b{font-family:var(--serif);font-weight:400;font-size:28px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}.tile{height:360px;overflow:hidden}.before-after{padding:125px 7vw;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(135deg,#0e0e0e,#070707)}.ba-head{max-width:700px;margin-bottom:52px}.ba-head h2{margin-top:16px}.ba-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ba-card{position:relative;overflow:hidden;aspect-ratio:1.04;background:#111}.ba-card .label{position:absolute;z-index:3;top:20px;left:20px;background:#e9e5dd;color:#0d0d0d;padding:8px 11px;font-size:10px;letter-spacing:.18em;font-weight:700}.ba-card.after .label{background:#c9c2b6}.ba-copy{position:absolute;z-index:3;bottom:24px;left:24px;right:24px}.ba-copy small{font-size:9px;letter-spacing:.18em;color:#c9c2b6}.ba-copy b{display:block;font-family:var(--serif);font-size:31px;font-weight:400;margin-top:7px}.quote{background:#e9e5dd;color:#111;padding:120px 7vw}.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:8vw}.quote h2{font-family:var(--serif);font-weight:400;font-size:clamp(50px,6vw,86px);line-height:.92;letter-spacing:-.05em;margin:12px 0 22px}.quote p{max-width:480px;color:#59564f;line-height:1.7}.form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#69645c}.field input,.field select,.field textarea{font:inherit;background:#f4f1eb;border:1px solid #bdb8ae;padding:15px;color:#111;outline:none}.field textarea{resize:vertical;min-height:110px}.submit{grid-column:1/-1;background:#0a0a0a;color:#fff;border:0;padding:17px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer}.note,.success{grid-column:1/-1;font-size:11px;color:#77736b}.success{display:none;padding:18px;border:1px solid #aaa398;background:#f3efe7}.success.show{display:block}.footer{padding:50px 7vw;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);color:#85817a;font-size:11px;letter-spacing:.08em}.footer img{width:120px;height:auto;opacity:.8}@keyframes drift{from{transform:scale(1.02)}to{transform:scale(1.09) translate3d(-1.2%,-1%,0)}}@media(max-width:800px){.nav{height:68px;padding:0 20px}.navlinks{display:none}.navcta{padding:11px 12px}.brand img{width:105px}.hero-content{padding:0 24px 70px}.hero h1{font-size:60px}.hero p{font-size:14px}.scroll{display:none}.statement,.quote-grid{grid-template-columns:1fr;padding-left:24px;padding-right:24px}.statement{padding-top:90px;padding-bottom:90px;gap:35px}.section,.work,.before-after,.quote{padding-left:24px;padding-right:24px}.section,.before-after{padding-top:85px;padding-bottom:85px}.section-head{display:block}.section-head p{margin-top:20px}.services{grid-template-columns:1fr 1fr}.service{border-bottom:1px solid var(--line);min-height:240px}.service:nth-child(2){border-right:0}.service:nth-child(3){padding-left:0}.workgrid,.ba-grid{grid-template-columns:1fr}.workitem,.workitem.tall{min-height:480px}.gallery{grid-template-columns:1fr 1fr}.tile{height:250px}.ba-card{aspect-ratio:1.1}.form{grid-template-columns:1fr}.field.full,.submit,.note,.success{grid-column:auto}.footer{padding:35px 24px;flex-direction:column}.quote{padding-top:85px;padding-bottom:85px}}

/* Quote-only mobile refinement; desktop rules above remain intact. */
@media (max-width:800px){
  #quote{padding:72px 24px;scroll-margin-top:68px}
  #quote .quote-grid{grid-template-columns:minmax(0,1fr);gap:32px;padding:0}
  #quote .quote-grid>*,#quote .field{min-width:0}
  #quote .kicker{color:#69645c}
  #quote h2{font-size:clamp(44px,10vw,64px);line-height:1;margin:14px 0 20px}
  #quote p{font-size:15px;margin:0;line-height:1.65}
  #quote .form{grid-template-columns:minmax(0,1fr);gap:22px;border-top:1px solid #bdb8ae;padding-top:28px;min-width:0}
  #quote .field label{display:flex;flex-direction:column;gap:10px;min-width:0;font-size:11px;line-height:1.4;letter-spacing:.12em;color:#59564f}
  #quote .field input,#quote .field select,#quote .field textarea{display:block;width:100%;max-width:100%;min-width:0;min-height:52px;box-sizing:border-box;border-radius:2px;padding:14px 12px;font-family:'DM Sans',sans-serif;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:normal;text-transform:none}
  #quote .field select{cursor:pointer;padding-right:8px}
  #quote .field textarea{min-height:140px}
  #quote .field input:focus-visible,#quote .field select:focus-visible,#quote .field textarea:focus-visible,#quote .submit:focus-visible{outline:2px solid #59564f;outline-offset:3px}
  #quote .submit{width:100%;min-height:54px;padding:16px 12px;margin-top:6px;font-size:11px;line-height:1.5;letter-spacing:.13em;border-radius:2px}
  #quote .note,#quote .success{font-size:12px;line-height:1.6;overflow-wrap:anywhere}
  #quote .note{color:#69645c;margin-top:-8px}
}
@media (max-width:360px){#quote{padding-left:20px;padding-right:20px}}

/* Posted service menu, with expandable details to keep the overview concise. */
.service details{font-size:14px;color:var(--muted);line-height:1.6}
.service summary,.service-addons summary{cursor:pointer;min-height:44px;padding:12px 0;color:var(--text)}
.service details ul{padding-left:18px;margin:8px 0 16px}
.service details li{margin:8px 0}
.service-addons{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;margin-top:24px}
.service-addons summary{font-family:var(--serif);font-size:24px}
.service-addons ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:0 40px}
.service-addons li{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line);font-size:14px;color:var(--muted)}
.service-addons b{color:var(--text);font-weight:400;white-space:nowrap}
.service summary:focus-visible,.service-addons summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
@media(max-width:600px){#services .services{grid-template-columns:minmax(0,1fr)}#services .service{padding:28px 0;border-right:0;min-height:0}#services .service h3{margin-top:24px}#services .service p{max-width:none}.service-addons ul{grid-template-columns:minmax(0,1fr)}}

#quote .service-selection{border:0;padding:0;margin:0;min-width:0}
#quote .service-selection legend{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#59564f;padding:0;line-height:1.5}
#quote .selection-help{font-size:13px;line-height:1.5;margin:8px 0 16px}
#quote .service-options{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}
#quote .service-choice{display:flex;flex-direction:row;align-items:center;gap:12px;min-height:52px;padding:13px 12px;background:#f4f1eb;border:1px solid #bdb8ae;border-radius:2px;cursor:pointer;color:#292825;font-size:14px;line-height:1.5;letter-spacing:normal;text-transform:none}
#quote .service-choice input{appearance:auto;flex:0 0 20px;width:20px;height:20px;min-height:20px;padding:0;margin:0;accent-color:#292825;cursor:pointer}
#quote .service-choice:has(input:checked){border-color:#59564f;background:#ded8cc;box-shadow:inset 3px 0 #59564f}
#quote .quote-addons{margin-top:14px}
#quote .quote-addons summary{min-height:48px;padding:14px 0;cursor:pointer;font-size:14px;border-bottom:1px solid #bdb8ae;margin-bottom:12px}
#quote .quote-addons summary:focus-visible{outline:2px solid #59564f;outline-offset:3px}
#quote .selection-error{font-size:13px;color:#842d25;margin:12px 0 0}

/* Compact service rows. Match mobile label specificity so labels stay horizontal. */
#quote .service-selection .service-options{gap:0;border-top:1px solid #b9b2a6}
#quote .service-selection .service-choice{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;min-height:60px;padding:17px 0;margin:0;border:0;border-bottom:1px solid #b9b2a6;border-radius:0;background:transparent;box-shadow:none;color:#292825;font-family:'DM Sans',sans-serif;font-size:15px;font-weight:400;line-height:1.5;letter-spacing:normal;text-transform:none;text-align:left}
#quote .service-selection .service-choice span{order:0;flex:1;min-width:0}
#quote .service-selection .service-choice input{order:1;appearance:auto;-webkit-appearance:checkbox;flex:0 0 20px;display:block;width:20px;max-width:20px;height:20px;min-height:20px;margin:0;padding:0;accent-color:#292825;cursor:pointer}
#quote .service-selection .service-choice:has(input:checked){background:transparent;box-shadow:none;border-color:#59564f;color:#111;font-weight:600}
#quote .service-selection .service-choice:focus-within{outline:2px solid #59564f;outline-offset:4px}
#quote .service-selection .selection-help{font-size:13px;color:#69645c;margin:8px 0 20px;line-height:1.6}
#quote .service-selection .quote-addons{margin-top:16px}
#quote .service-selection .quote-addons summary{font-size:13px;letter-spacing:.02em;border:0;padding:14px 0;margin:0;min-height:48px}
#quote .service-selection .quote-addons .service-choice{font-size:14px;min-height:56px;padding:15px 0}

/* Shared multi-page structure; original palette, photography and typography retained. */
h1{font-family:var(--serif);font-size:clamp(46px,6vw,78px);font-weight:400;letter-spacing:-.055em;line-height:1;margin:16px 0 24px}h1 em{color:#c9c2b6}a,button,input,summary{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:2px solid #c9c2b6;outline-offset:5px}.nav{background:#070707ed}.navlinks{align-items:center;gap:26px}.navlinks a{padding:15px 0}.navlinks a:last-child{border:1px solid #aaa49a;padding:14px 18px}.navlinks a[aria-current]{color:#fff;text-decoration:underline;text-underline-offset:7px}.menu-toggle{display:none}.inner-page main{padding-top:78px}.section,.work,.before-after{padding-top:80px;padding-bottom:80px}.section-head{margin-bottom:36px}.text-link{display:inline-block;padding:14px 0;font-size:11px;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid #77736c}.preview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line)}.preview-card{position:relative;padding:26px 24px 20px 0;border-right:1px solid var(--line)}.preview-card:not(:first-child){padding-left:24px}.preview-card:last-child{border:0}.preview-card h3{font:400 28px var(--serif);margin:24px 0 12px}.preview-card p{color:var(--muted);font-size:14px;line-height:1.6}.featured .workitem,.featured .workitem.tall{min-height:0;height:430px}.compact-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:65px 7vw}.compact-cta h2{font-size:clamp(38px,4.6vw,66px);margin-bottom:0}.compact-cta .btn{background:#111;color:#eeeae2;white-space:nowrap}.quote .kicker{color:#59564f}.social-proof{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:55px 7vw}.social-proof h2{font:400 34px var(--serif);margin:15px 0}.social-proof p{color:var(--muted);line-height:1.7;font-size:14px}.page-services .services{grid-template-columns:1fr 1fr;gap:0 40px}.page-services .service{padding:32px 0;border-right:0;border-bottom:1px solid var(--line);scroll-margin-top:100px}.page-services .service h3{margin-top:25px}.page-services .service p{max-width:500px}.about-statement{padding:95px 7vw 75px}.about-details{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.about-details img{max-height:640px}.about-details p{color:var(--muted);line-height:1.8}.about-details h3{font:400 26px var(--serif);margin-bottom:8px}.about-details h2{font-size:clamp(40px,4vw,60px)}#quote h1{color:#111;font-size:clamp(48px,6vw,80px)}#quote h1 em{color:#59564f}#quote .quote-grid{padding:0}#quote .field{min-width:0}#quote .field label{display:flex;flex-direction:column;gap:10px;font-size:11px}#quote .field input,#quote .field textarea{width:100%;min-width:0;font-size:16px;min-height:52px}#quote .service-selection .service-choice{flex-direction:row}#quote .service-selection input{width:20px;min-height:20px}#quote .form{gap:22px}#quote .phone-option{margin-top:24px}#quote .phone-option a{text-decoration:underline}#quote .submit{min-height:54px}#quote .field input:focus-visible,#quote textarea:focus-visible{outline:2px solid #59564f;outline-offset:3px}.thank-you{min-height:70vh}.thank-you p{margin-bottom:40px;color:var(--muted)}.skip-link{position:fixed;top:-100px;left:20px;background:#eeeae2;color:#111;padding:16px;z-index:100}.skip-link:focus{top:10px}
@media(max-width:800px){.inner-page main{padding-top:68px}.navlinks{display:none;position:absolute;inset:68px 0 auto;background:#101010;padding:18px 24px 28px;border-bottom:1px solid var(--line);gap:0;max-height:calc(100dvh - 68px);overflow:auto}.navlinks.open{display:flex;flex-direction:column;align-items:stretch}.navlinks a{padding:19px 0;font-size:12px}.navlinks a:last-child{margin-top:12px;text-align:center;padding:18px}.menu-toggle{display:flex;align-items:center;gap:10px;min-width:80px;min-height:44px;background:none;border:0;color:var(--text);font-size:11px;letter-spacing:.1em;text-transform:uppercase}.menu-icon{width:20px;height:10px;border-top:1px solid;border-bottom:1px solid;transition:transform .2s}.menu-toggle[aria-expanded=true] .menu-icon{transform:rotate(-45deg)}.hero{min-height:710px;min-height:92svh}.hero-content{padding:120px 24px 65px}.hero h1{font-size:clamp(49px,12vw,60px)}.section,.work,.before-after{padding:52px 24px}.section-head{margin-bottom:26px}.section h2{font-size:42px}.preview-grid{grid-template-columns:1fr 1fr}.preview-card,.preview-card:not(:first-child){padding:20px 12px 20px 0;border-bottom:1px solid var(--line)}.preview-card:nth-child(even){padding-left:15px;border-right:0}.preview-card h3{font-size:24px;margin-top:18px}.preview-card p{font-size:13px}.preview-card:last-child{border-bottom:1px solid var(--line)}.ba-head{margin-bottom:25px}.ba-head p{font-size:14px;line-height:1.6;color:var(--muted)}.ba-grid{grid-template-columns:1fr 1fr;gap:8px}.ba-card{aspect-ratio:.7}.ba-card .label{top:10px;left:10px;font-size:9px;padding:7px}.ba-copy{left:10px;right:10px;bottom:14px}.ba-copy small{font-size:8px;letter-spacing:.08em}.ba-copy b{font-size:19px}.featured .workgrid{grid-template-columns:1fr 1fr;gap:8px}.featured .workitem,.featured .workitem.tall{height:250px;min-height:0}.featured .caption{left:12px;bottom:15px;right:10px}.featured .caption small{font-size:8px;letter-spacing:.08em}.featured .caption b{font-size:20px}.compact-cta{padding:46px 24px;display:block}.compact-cta h2{font-size:42px;line-height:1}.compact-cta .btn{display:inline-block;margin-top:26px}.social-proof{grid-template-columns:1fr;gap:6px;padding:38px 24px}.social-proof h2{font-size:30px}.social-proof p{margin-top:6px}.page-services .services{grid-template-columns:1fr}.page-gallery .workitem,.page-gallery .workitem.tall{min-height:360px}.page-gallery .tile{height:230px}.about-statement{padding:55px 24px;gap:22px}.about-details{grid-template-columns:1fr;gap:35px}.about-details img{height:360px}#quote{padding-top:48px}#quote .form{grid-template-columns:minmax(0,1fr)}.footer a{min-height:44px;display:flex;align-items:center}.footer{gap:10px}.section-head h1{font-size:46px}.quote h1{line-height:1}.nav .brand img{width:105px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/* Give the original transparent logo a legible light treatment on black. */
.brand,.footer>a:first-child{width:140px;height:52px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.nav .brand img,.footer img{width:210px;height:210px;max-width:none;object-fit:contain;flex-shrink:0;filter:invert(1);opacity:1}

[hidden] { display: none !important; }
