@charset "UTF-8";
:root{--ink:#11394c;--muted:#536772;--paper:#fff;--soft:#eef3f5;--line:#d4e0e5;--accent:#12607b;--display:Georgia,'Times New Roman',serif;color-scheme:light;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-size:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{margin:0}a{color:inherit;text-underline-offset:5px}button,input,select,textarea{font:inherit}img{display:block;width:100%;height:auto}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #de9d35;outline-offset:4px}h1,h2,h3,p,figure{margin:0}h1,h2{font-family:var(--display);font-weight:400;letter-spacing:-.045em;line-height:1.03}h1{font-size:clamp(3rem,5.8vw,6rem)}h2{font-size:clamp(2.4rem,4vw,4rem)}h3{font-size:1.25rem;line-height:1.3}p{font-size:1rem;line-height:1.75}.wrap{width:min(1280px,88%);margin-inline:auto}.eyebrow{font-size:.875rem;letter-spacing:.13em;text-transform:uppercase;font-weight:700;line-height:1.5}.button{display:inline-flex;align-items:center;justify-content:center;gap:1rem;background:var(--ink);color:var(--paper);min-height:52px;padding:.85rem 1.5rem;font-size:.9375rem;font-weight:700;text-decoration:none;border:1px solid var(--ink);transition:background .2s,color .2s}.button:hover{background:var(--accent);color:#fff}.button.secondary{background:transparent;color:var(--ink)}.text-link{font-size:.9375rem;font-weight:700;display:inline-flex;align-items:center;gap:.75rem;min-height:44px}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2rem}.skip{position:absolute;left:1rem;top:-6rem;background:#fff;padding:1rem;z-index:20;color:#102e3d}.skip:focus{top:1rem}.preview-bar{background:#e9eff2;color:#243e4b;padding:.65rem 6%;display:flex;justify-content:space-between;gap:.75rem;align-items:center;font-size:.875rem;line-height:1.5}.preview-bar a{font-weight:700;white-space:nowrap}.site-header{width:min(1400px,88%);margin:auto;min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:block;flex-shrink:0}.logo img{width:132px;height:82px;object-fit:contain}.site-nav{display:flex;align-items:center;gap:2rem;font-size:.9375rem}.site-nav a{text-decoration:none;display:flex;align-items:center;min-height:44px}.site-nav a:hover{text-decoration:underline}.menu-toggle{display:none;padding:.65rem 1rem;border:1px solid var(--line);background:transparent;color:inherit;min-height:44px}.hero{position:relative}.hero .eyebrow{margin-bottom:1.5rem}.hero-copy>p:not(.eyebrow){margin-top:1.7rem;max-width:39ch;color:var(--muted);font-size:1.125rem}.hero-copy{padding-block:3rem}.hero-photo{position:relative;overflow:hidden}.hero-photo img{height:100%;object-fit:cover}.photo-label{font-size:.875rem;line-height:1.5}.service-strip{border-block:1px solid var(--line);padding:1.4rem 0}.service-strip .wrap{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.875rem;font-weight:700;letter-spacing:.04em}.section{padding-block:6rem}.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:3rem;margin-bottom:2.5rem}.section-top .eyebrow{margin-bottom:1rem}.section-top p:not(.eyebrow){max-width:37ch;color:var(--muted)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service{border-top:1px solid var(--line);padding-top:1.5rem}.service-number{font-size:.875rem;color:var(--muted);display:block;margin-bottom:2rem}.service h3{margin-bottom:1rem}.service p{color:var(--muted)}.exact-intro{max-width:84ch;color:var(--muted);margin-top:2.5rem}.projects{background:var(--soft)}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.project-grid figure a{display:block;overflow:hidden}.project-grid img{aspect-ratio:4/3;object-fit:cover;transition:transform .35s}.project-grid a:hover img{transform:scale(1.025)}figcaption{padding-top:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:1rem;line-height:1.5}figcaption span{color:var(--muted);font-size:.875rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:center}.about-grid>img{aspect-ratio:4/5;object-fit:cover;max-height:590px}.about-copy .eyebrow{margin-bottom:1.3rem}.about-copy h2{margin-bottom:1.7rem}.about-copy p{color:var(--muted);margin-top:1rem}.fabric-note{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line);font-size:.875rem;line-height:1.7}.quote-section{background:var(--soft)}.quote-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:10%}.quote-intro .eyebrow{margin-bottom:1.2rem}.quote-intro>p:not(.eyebrow){color:var(--muted);margin-top:1.5rem}.direct-contact{margin-top:2.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:1.3rem}.quote-form label{font-size:.9375rem;font-weight:700;line-height:1.5;display:flex;flex-direction:column;gap:.6rem}.quote-form input,.quote-form textarea{border:1px solid var(--line);background:var(--paper);color:var(--ink);padding:.9rem;width:100%;min-height:50px;border-radius:0}.quote-form textarea{resize:vertical;min-height:125px}.quote-form .full{grid-column:1/-1}.form-note{font-size:.875rem;color:var(--muted);line-height:1.6}.quote-form button[disabled]{opacity:.72;cursor:not-allowed}.site-footer{padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.3fr 1.2fr 1fr;gap:3rem;padding-bottom:3rem}.footer-brand{font-family:var(--display);font-size:1.8rem}.footer-grid h3{font-size:.875rem;letter-spacing:.07em;text-transform:uppercase;margin-bottom:0}.footer-grid p{font-size:.9375rem;color:var(--muted)}.footer-bottom{border-top:1px solid var(--line);padding-top:1.3rem;display:flex;gap:1rem;justify-content:space-between;flex-wrap:wrap;font-size:.875rem;color:var(--muted)}.mobile-contact{display:none}
/* 01 — Coastal: airy asymmetry, blue ink, a framed view of the work. */
.coastal .hero{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;width:min(1400px,88%);margin:0 auto 3rem;gap:5%}.coastal .hero-copy{padding-block:3rem 5rem}.coastal .hero h1 em{color:#14758e;font-weight:400}.coastal .hero-photo{height:610px}.coastal .hero-photo img{object-position:53% center}.coastal .hero-photo:after{content:"";position:absolute;inset:auto 0 0;height:25%;background:linear-gradient(transparent,rgba(0,25,34,.65));pointer-events:none}.coastal .photo-label{position:absolute;left:2rem;bottom:1.8rem;color:#fff;z-index:1}.coastal .hero .photo-mark{position:absolute;right:-1rem;top:2rem;width:12px;height:100px;background:#1b6d86}.coastal .services-grid{gap:4rem}
/* 02 — Architectural: bold photography, lighter stone and gray-green surfaces. */
.architectural{--ink:#263c33;--muted:#51625a;--paper:#f3f5f2;--soft:#e1e8e1;--line:#bfcac0;--accent:#41634f;--display:Arial,Helvetica,sans-serif;background:var(--paper);color:var(--ink)}.architectural .preview-bar{background:#d2ddd4;color:#263c33}.architectural .site-header{min-height:100px}.architectural .hero{min-height:690px;display:flex;align-items:flex-end;padding:5rem 0;color:#fff}.architectural .hero-photo{position:absolute;inset:0}.architectural .hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,29,22,.72),rgba(13,29,22,.06)),linear-gradient(0deg,rgba(13,29,22,.42),transparent 65%)}.architectural .hero-copy{position:relative;z-index:1;padding:0;width:min(1280px,88%);margin:auto}.architectural .hero h1{font-weight:600;font-size:clamp(3rem,6vw,6rem);max-width:12ch;letter-spacing:-.06em}.architectural .hero-copy>p:not(.eyebrow){color:#fff;max-width:43ch}.architectural .hero .button{background:#f4f4ee;color:#17241c}.architectural .photo-label{position:absolute;right:6%;bottom:2rem;z-index:1;color:#fff}.architectural h2{font-weight:500;letter-spacing:-.045em}.architectural .section-top h2{max-width:15ch}.architectural .service-number{color:#49634f}.architectural .project-grid{grid-template-columns:1.5fr 1fr}.architectural .project-grid figure:first-child{grid-row:span 2}.architectural .project-grid figure:first-child img{aspect-ratio:auto;height:620px}.architectural .project-grid figure:not(:first-child) img{height:258px;aspect-ratio:auto}.architectural .project-grid figcaption span{display:none}.architectural .about-grid{grid-template-columns:1.1fr .9fr}.architectural .about-grid>img{aspect-ratio:1/1}.architectural .quote-form button,.architectural .site-nav .button{background:var(--ink);color:#fff}.architectural .quote-form button:hover,.architectural .site-nav .button:hover{background:var(--accent)}.architectural .hero .button:hover{background:#fff;color:#17241c}.architectural .service-strip,.architectural .site-footer{background:#d5dfd7}.architectural .fit-promise{margin-top:1.8rem;padding:1.4rem 1.5rem;border-left:3px solid var(--accent);background:var(--soft)}.architectural .fit-promise h3{font-size:1.125rem;line-height:1.4}.architectural .fit-promise p{margin-top:.6rem}
/* 03 — Classic: editorial masthead, centered typography, rich oxblood details. */
.classic{--ink:#392126;--muted:#715a5e;--paper:#fffdfb;--soft:#f4edeb;--line:#ddcdcd;--accent:#82414c;--display:Georgia,'Times New Roman',serif;background:var(--paper)}.classic .preview-bar{background:#eee4e4;color:#452831}.classic .site-header{border-bottom:1px solid var(--line);min-height:116px;display:grid;grid-template-columns:1fr auto 1fr;gap:2rem}.classic .logo img{width:145px;height:94px}.classic .header-note{font-size:.875rem;line-height:1.7;letter-spacing:.03em}.classic .site-nav{justify-content:flex-end;gap:1.5rem}.classic .site-nav .button{padding:.6rem 1rem;min-height:46px}.classic .hero-copy{text-align:center;width:min(980px,88%);margin:0 auto;padding:3.8rem 0 3rem}.classic .hero h1{font-size:clamp(3rem,6.2vw,6.5rem)}.classic .hero h1 em{font-weight:400;color:var(--accent)}.classic .hero-copy>p:not(.eyebrow){margin:1.5rem auto 0;max-width:56ch}.classic .hero .actions{justify-content:center}.classic .hero-photo{width:min(1400px,88%);height:480px;margin:auto}.classic .hero-photo img{object-position:50% 53%}.classic .photo-label{position:absolute;bottom:1.4rem;left:1.5rem;background:var(--paper);padding:.5rem .85rem}.classic .service-strip{margin-top:3rem}.classic .section-top{align-items:center;flex-direction:column;text-align:center;gap:1rem}.classic .section-top p:not(.eyebrow){max-width:57ch}.classic .service{text-align:center;border-top:0;border-right:1px solid var(--line);padding:0 2rem}.classic .service:last-child{border-right:0}.classic .service-number{font-family:Georgia,serif;font-size:1.5rem;color:var(--accent);margin-bottom:1.5rem}.classic .service h3{font-family:Georgia,serif;font-weight:400;font-size:1.5rem}.classic .exact-intro{margin:3rem auto 0;text-align:center}.classic .project-grid{gap:2.2rem}.classic .project-grid img{aspect-ratio:3/4}.classic .project-grid figcaption{flex-direction:column;align-items:flex-start;gap:.2rem}.classic .project-grid figure:nth-child(2){margin-top:4rem}.classic .about-grid{grid-template-columns:1fr 1fr}.classic .about-grid>img{aspect-ratio:1/1}.classic .about-copy h2{font-style:italic}.classic .site-footer{border-top:1px solid var(--line)}
@media(min-width:1600px){.architectural .hero{min-height:760px}}
@media(max-width:1000px){.site-nav{gap:1rem}.hero h1{font-size:clamp(3rem,6vw,4.5rem)}.coastal .hero-photo{height:540px}.section{padding-block:4rem}.services-grid,.coastal .services-grid{gap:1.5rem}.quote-grid{gap:6%}.classic .header-note{display:none}.classic .site-header{display:flex}.classic .project-grid{gap:1.2rem}.architectural .hero .photo-label{position:relative;bottom:auto;right:auto;margin:2rem 6% 0}.architectural .hero{display:block;padding:4rem 0;min-height:640px}.architectural .project-grid figure:first-child img{height:525px}.architectural .project-grid figure:not(:first-child) img{height:210px}}
@media(max-width:720px){html{scroll-padding-top:1rem}.wrap,.site-header{width:88%}.preview-bar{align-items:flex-start;flex-direction:column;gap:.2rem;font-size:.875rem}.site-header,.classic .site-header{min-height:92px;position:relative;gap:1rem;flex-wrap:wrap}.logo img,.classic .logo img{width:108px;height:74px}.menu-toggle{display:block}.site-nav,.classic .site-nav{display:none;width:100%;flex-direction:column;align-items:stretch;gap:.25rem;padding-bottom:1rem}.site-nav[data-open]{display:flex}.site-nav a{justify-content:center}.coastal .hero{display:flex;flex-direction:column;gap:0;margin-bottom:2rem;align-items:stretch}.coastal .hero-copy{padding:2rem 0 2.5rem}.hero h1,.coastal .hero h1,.architectural .hero h1,.classic .hero h1{font-size:clamp(2.8rem,10.8vw,4.6rem);line-height:1.04}.hero-copy>p:not(.eyebrow){font-size:1.0625rem;max-width:none}.coastal .hero-photo{height:390px}.coastal .photo-label{left:1.1rem;bottom:1.1rem}.actions{gap:1rem}.service-strip .wrap{display:grid;grid-template-columns:1fr 1fr;gap:1rem;font-size:.875rem}.section{padding-block:3.5rem}.section-top{display:block;margin-bottom:2rem}.section-top>p{margin-top:1.2rem}.services-grid,.project-grid,.architectural .project-grid,.about-grid,.architectural .about-grid,.classic .about-grid,.quote-grid{grid-template-columns:1fr}.service{padding-top:1.3rem}.service-number{margin-bottom:.7rem}.services-grid{gap:2rem}.exact-intro{margin-top:2rem}.project-grid{gap:2rem}.about-grid{gap:2.3rem}.about-grid>img{max-height:430px;aspect-ratio:1/1}.quote-grid{gap:2.5rem}.quote-form{gap:1.1rem}.quote-form label{grid-column:1/-1}.footer-grid{grid-template-columns:1fr;gap:2rem}.site-footer{padding-bottom:5.5rem}.footer-bottom{font-size:.875rem}.mobile-contact{position:fixed;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr;background:var(--paper);border-top:1px solid var(--line);z-index:10;padding:.55rem 6%;gap:1rem;padding-bottom:max(.55rem,env(safe-area-inset-bottom))}.mobile-contact a{min-height:46px;display:flex;justify-content:center;align-items:center;text-decoration:none;font-size:.9375rem;font-weight:700}.mobile-contact a:last-child{background:var(--ink);color:var(--paper)}.architectural .hero{min-height:650px;padding:4rem 0 3rem}.architectural .hero-photo img{object-position:60% center}.architectural .hero-photo:after{background:linear-gradient(90deg,rgba(13,29,22,.75),rgba(13,29,22,.24))}.architectural .project-grid figure:first-child{grid-row:auto}.architectural .project-grid figure:first-child img,.architectural .project-grid figure:not(:first-child) img{height:auto;aspect-ratio:4/3}.architectural .hero h1{max-width:12ch}.classic .hero-copy{padding:2.5rem 0}.classic .hero-photo{height:330px}.classic .hero-photo .photo-label{font-size:.875rem;left:1rem;right:1rem;bottom:1rem}.classic .service{padding:0 0 1.8rem;border-right:0;border-bottom:1px solid var(--line)}.classic .service:last-child{border-bottom:0;padding-bottom:0}.classic .service-number{margin-bottom:.7rem}.classic .project-grid figure:nth-child(2){margin-top:0}.classic .project-grid img{aspect-ratio:4/3}.classic .section-top{display:flex}.classic .about-copy h2{font-size:2.75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
