:root{--bg: #f3f5f0;--bg-alt: #ffffff;--ink: #1a2519;--muted: #4d5f4c;--surface: #122014;--surface-2: #1b2d1e;--accent: #2f9f4a;--accent-dark: #237b38;--line: #d8dfd2;--shadow: 0 14px 32px rgba(18, 32, 20, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:radial-gradient(circle at top,#fbfcf8 0%,var(--bg) 48%,#e9efe4 100%);font-family:Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.5}img{max-width:100%}a{color:inherit}main{display:block}.App{min-height:100vh}.skip-link{position:absolute;left:.75rem;top:-120px;z-index:110;padding:.65rem .9rem;background:var(--surface);color:#fff;border-radius:.5rem;font-weight:700;transition:top .2s ease}.skip-link:focus{top:.75rem}@media(max-width:768px){.App{padding-bottom:5.2rem}}.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.95rem 2rem;background:#fffffff0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo-container{display:flex;align-items:center}.logo-icon{width:34px;height:34px;margin-right:.65rem}.logo-full{display:none}.logo-text{font-size:1.05rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:1.2rem}.nav-links a{text-decoration:none;font-size:.95rem;font-weight:700;letter-spacing:.02em;color:var(--muted);transition:color .2s ease}.nav-links a:hover,.nav-links a:focus-visible{color:var(--ink)}.contact-btn{padding:.6rem 1rem;border:1px solid var(--surface);border-radius:999px;color:var(--surface)}.contact-btn:hover,.contact-btn:focus-visible{background:var(--surface);color:#fff}.hamburger{display:none;width:42px;height:42px;align-items:center;justify-content:center;border:0;background:transparent;border-radius:.6rem;cursor:pointer}.hamburger .bar{width:22px;height:2px;border-radius:2px;background-color:var(--ink);position:relative}.hamburger .bar+.bar{margin-top:5px}@media(max-width:860px){.site-header{padding:.45rem 1rem}.logo-icon,.logo-text{display:none}.logo-full{display:block;width:78px;height:auto}.hamburger{display:flex;flex-direction:column}.nav-links{position:absolute;top:100%;right:0;left:0;flex-direction:column;gap:.75rem;padding:0;max-height:0;overflow:hidden;border-bottom:1px solid var(--line);background:#fffffffa;transition:max-height .28s ease,padding .28s ease}.nav-links.open{max-height:260px;padding:.8rem 1rem 1.1rem}.nav-links a{width:min(360px,100%);padding:.55rem .7rem;text-align:center}}.hero-section{position:relative;min-height:clamp(520px,78vh,760px);display:flex;align-items:center;background-image:var(--hero-image);background-size:cover;background-position:center;color:#fff}.hero-overlay{width:100%;min-height:inherit;display:flex;align-items:center;background:linear-gradient(110deg,#081009f0,#081009e6 48%,#08100975 70%,#0810091a)}.hero-content{width:min(680px,92%);margin-left:clamp(1rem,6vw,5rem)}.hero-title{font-size:clamp(2.3rem,6vw,4.2rem);line-height:.95;letter-spacing:.01em;margin-bottom:.9rem}.hero-subtitle{max-width:36ch;font-size:clamp(1rem,2.2vw,1.25rem);color:#f6faf4eb;margin-bottom:1.4rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.hero-btn,.hero-link{display:inline-block;text-decoration:none;border-radius:999px;font-size:.92rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.hero-btn{padding:.85rem 1.2rem;background:var(--accent);color:#fff}.hero-btn:hover,.hero-btn:focus-visible{background:var(--accent-dark)}.hero-link{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.58);color:#f2f8ee}.hero-link:hover,.hero-link:focus-visible{border-color:#fff;background:#ffffff14}@media(max-width:768px){.hero-section{min-height:520px;background-image:var(--hero-image-mobile)}.hero-overlay{background:linear-gradient(180deg,#081009eb,#081009cc 65%,#081009c2)}.hero-content{margin:0 auto;text-align:center}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}}.services-section{padding:1.2rem 1.2rem 4.2rem}.services-container{width:min(1120px,100%);margin:0 auto}.services-title{font-size:clamp(1.9rem,3.2vw,2.5rem);text-align:center;margin-bottom:1.8rem}.services-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.service-card{padding:1.3rem;border-radius:.9rem;background:var(--surface);color:#dce8db;border:1px solid rgba(220,232,219,.14);box-shadow:0 10px 24px #0e1b1038;transition:transform .22s ease,border-color .22s ease}.service-card:hover{transform:translateY(-4px);border-color:#2f9f4acc}.service-card h3{font-size:1.1rem;line-height:1.25;margin-bottom:.55rem;color:#f0f7ed}.service-card p{font-size:.96rem;color:#bdd0bb}.bid-form-section{padding:4.4rem 1.2rem;background:linear-gradient(180deg,#111d13,#17271a);color:#f0f5ed}.bid-form-container{width:min(760px,100%);margin:0 auto}.form-title{font-size:clamp(1.9rem,3.4vw,2.5rem);margin-bottom:.6rem;text-align:center}.form-subtitle{color:#c7d7c5;margin-bottom:1.6rem;text-align:center}.bid-form{display:flex;flex-direction:column;gap:.65rem;padding:clamp(1.3rem,4vw,2rem);border:1px solid rgba(202,220,199,.2);border-radius:1rem;background:linear-gradient(180deg,#2336289e,#16241acc);box-shadow:var(--shadow)}.bid-form label{font-size:.87rem;font-weight:700;letter-spacing:.01em;color:#e2ede0;margin-top:.4rem}.bid-form input,.bid-form textarea{width:100%;padding:.85rem .9rem;border-radius:.55rem;border:1px solid #48644f;background:#0f1d12;color:#f2f7f0;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.bid-form input::placeholder,.bid-form textarea::placeholder{color:#8ca58f}.bid-form input:focus,.bid-form textarea:focus,.bid-form button:focus-visible,.hamburger:focus-visible,.nav-links a:focus-visible,.hero-btn:focus-visible,.hero-link:focus-visible,.site-footer a:focus-visible,.mobile-cta a:focus-visible{outline:none;border-color:#66c37f;box-shadow:0 0 0 3px #55b67040}.bid-form textarea{resize:vertical;min-height:120px}.bid-form button{margin-top:.8rem;padding:.88rem 1rem;border:0;border-radius:.6rem;font-size:.95rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:#fff;background:var(--accent);cursor:pointer;transition:background .2s ease}.bid-form button:hover{background:var(--accent-dark)}.form-submitted{max-width:700px;margin:2rem auto;text-align:center;color:#9dd1aa;font-size:1.2rem}.site-footer{background:#0e170f;color:#d6e3d2;padding:2.8rem 1.2rem 1.8rem}.footer-grid{width:min(1040px,100%);margin:0 auto 1.8rem;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.site-footer h4{color:#f4faf1;margin-bottom:.45rem;font-size:1rem}.site-footer p,.site-footer li{color:#bdd0ba;font-size:.95rem}.site-footer ul{padding-left:1rem;margin:0}.site-footer a{color:#9ed6ac;text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-copy{margin:0;text-align:center;color:#8ca389;font-size:.86rem}.about-section{padding:4.5rem 1.2rem}.about-container{width:min(920px,100%);margin:0 auto;padding:clamp(1.4rem,3vw,2.2rem);border:1px solid var(--line);border-radius:1rem;background:linear-gradient(165deg,#f7faf4,#eef4e9);box-shadow:var(--shadow)}.about-title{font-size:clamp(1.9rem,3.5vw,2.6rem);margin-bottom:1.25rem}.about-text{color:var(--muted);font-size:1.06rem;line-height:1.75}.about-text+.about-text{margin-top:1rem}.faq-section{padding:1rem 1.2rem 4rem}.faq-container{width:min(900px,100%);margin:0 auto}.faq-title{font-size:clamp(1.8rem,3.3vw,2.4rem);text-align:center;margin-bottom:1.2rem}.faq-list{display:grid;gap:.75rem}.faq-item{border:1px solid var(--line);border-radius:.75rem;background:var(--bg-alt);box-shadow:0 8px 18px #14211512;overflow:hidden}.faq-item summary{cursor:pointer;list-style:none;font-weight:700;padding:.95rem 1rem;color:var(--ink)}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin:0;padding:0 1rem 1rem;color:var(--muted)}.mobile-cta{display:none}@media(max-width:768px){.mobile-cta{position:fixed;left:.6rem;right:.6rem;bottom:.6rem;z-index:110;display:grid;grid-template-columns:1fr 1fr;gap:.55rem;padding:.55rem;border:1px solid rgba(188,211,186,.35);border-radius:.85rem;background:#09110af0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 24px #00000047}.mobile-cta a{text-align:center;text-decoration:none;font-size:.86rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;border-radius:.55rem;padding:.72rem .6rem}.mobile-cta-call{color:#d9e9d7;border:1px solid rgba(215,231,212,.45)}.mobile-cta-quote{background:var(--accent);color:#fff}}.gallery-section{padding:1rem 1.2rem 4rem}.gallery-container{width:min(1120px,100%);margin:0 auto}.gallery-title{font-size:clamp(1.9rem,3.2vw,2.5rem);text-align:center;margin-bottom:.5rem}.gallery-subtitle{text-align:center;color:var(--muted);margin-bottom:1.4rem}.gallery-grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.gallery-card{margin:0;border-radius:.9rem;overflow:hidden;border:1px solid var(--line);background:var(--bg-alt);box-shadow:0 10px 24px #15211617}.gallery-card img{width:100%;height:240px;object-fit:cover;display:block}.gallery-card figcaption{padding:.75rem .85rem .85rem;font-size:.92rem;color:var(--muted)}@media(max-width:600px){.gallery-card img{height:210px}}#root{min-height:100vh}h1,h2,h3,h4,p{margin:0}section{scroll-margin-top:6.5rem}
