:root{--color-black:#000;--color-navy:#15213d;--color-orange:#f8a116;--color-light-gray:#e6e6e6;--color-white:#fff;color:var(--color-navy);background:var(--color-white);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:7rem}body{margin:0}img{max-width:100%;height:auto;display:block}a{color:inherit}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}.container{width:min(1120px,100% - 2rem);margin-inline:auto}.section{padding:5rem 0}.section-alternate{background:var(--color-light-gray)}.section-heading{max-width:700px;margin-bottom:2rem}.section-label{text-transform:uppercase;letter-spacing:.08em;font-weight:700}.site-header{z-index:100;border-bottom:1px solid var(--color-light-gray);background:var(--color-white);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:5rem;display:flex}.brand{align-items:center;gap:.75rem;font-weight:700;text-decoration:none;display:flex}.brand-logo{object-fit:contain;width:clamp(12rem,24vw,20rem);height:auto}.nav-list{flex-wrap:wrap;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--color-navy);text-decoration:none}.nav-list a:hover,.nav-list a:focus-visible{color:var(--color-orange);text-decoration:underline}.hero{min-height:70vh;color:var(--color-white);background:var(--color-navy);align-items:center;padding:6rem 0;display:grid}.hero h1{max-width:850px;font-size:clamp(2.25rem,7vw,5rem);line-height:1.05}.hero-accent{color:var(--color-orange)}.hero p{max-width:700px;color:var(--color-light-gray)}.hero .section-label{color:var(--color-orange)}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.primary-button,.secondary-button{border:1px solid var(--color-orange);cursor:pointer;justify-content:center;align-items:center;min-height:3rem;padding:.75rem 1.25rem;text-decoration:none;display:inline-flex}.primary-button{color:var(--color-navy);background:var(--color-orange)}.secondary-button{color:var(--color-white);border-color:var(--color-white);background:0 0}.primary-button:hover,.primary-button:focus-visible{color:var(--color-orange);background:var(--color-navy)}.secondary-button:hover,.secondary-button:focus-visible,#services{color:var(--color-navy);background:var(--color-white)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;display:grid}.service-card{color:var(--color-navy);border:1px solid var(--color-light-gray);background:var(--color-white);flex-direction:column;padding:1.5rem;display:flex}.service-icon{object-fit:contain;margin-inline:auto;width:72px;height:72px;margin-bottom:24px;display:block}.service-card h3{margin:0 0 1.25rem;line-height:1.25;transition:color .16s}.service-card p{margin:0}.service-card:hover h3{color:var(--color-orange)}.gallery-controls{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;display:grid}.gallery-window{min-width:0}.gallery-slide[hidden]{display:none}.gallery-arrow{width:3rem;height:3rem;color:var(--color-navy);border:1px solid var(--color-navy);background:var(--color-white);cursor:pointer;border-radius:50%}.project-images{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.project-images figure{margin:0}.project-images img{aspect-ratio:4/3;object-fit:cover;width:100%}.project-images--portrait img{aspect-ratio:3/4}.project-images--mixed img{aspect-ratio:1}.project-images figcaption{color:var(--color-navy);text-transform:uppercase;padding-top:.5rem;font-weight:700}.project-information{color:var(--color-navy);margin-top:1.5rem}.gallery-counter{text-align:center}.about-layout,.contact-layout{grid-template-columns:minmax(250px,.8fr) minmax(0,1.2fr);align-items:start;gap:3rem;display:grid}.about-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.owner-portrait{aspect-ratio:4/3;object-fit:cover;object-position:center;width:100%}.owner-introduction{margin-block:1.5rem 2rem}.owner-introduction p:first-child{margin-top:0}.simple-list{padding-left:1.25rem}.contact-form{gap:1.25rem;display:grid}.form-field{border:0;gap:.4rem;margin:0;padding:0;display:grid}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--color-navy);background:var(--color-white);width:100%;padding:.75rem}.radio-group{flex-wrap:wrap;gap:1rem;display:flex}.radio-group label{gap:.4rem;display:flex}.required-marker{color:#d18408;font-weight:700}.form-error{color:var(--color-white);border-left:.25rem solid var(--color-orange);background:var(--color-navy);margin:0;padding:.875rem 1rem}.contact-form button:disabled{cursor:wait;opacity:.7}.visually-hidden{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.site-footer{color:var(--color-white);border-top:1px solid var(--color-orange);background:var(--color-navy);padding:2rem 0}.site-footer a:hover,.site-footer a:focus-visible{color:var(--color-orange)}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}.success-page{text-align:center;align-items:center;min-height:100vh;display:grid}@media (width<=760px){.header-inner{flex-direction:column;align-items:flex-start;padding:1rem 0}.nav-list{gap:.75rem}.project-images,.about-layout,.contact-layout{grid-template-columns:1fr}.gallery-controls{grid-template-columns:1fr 1fr}.gallery-window{grid-area:1/1/auto/-1}.gallery-arrow{grid-row:2;justify-self:center}}
