:root{--bg:#f4f6f3;--surface:#ffffff;--ink:#13221d;--ink-soft:#445b54;--brand:#3f5750;--brand-light:#cfe3db;--accent:#d58d2a}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:var(--bg);color:var(--ink)}.container{width:min(1120px,92vw);margin:0 auto}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #d7e2dc}.nav-shell{display:flex;justify-content:space-between;gap:1rem;min-height:74px}.brand,.nav-shell{align-items:center}.brand{display:inline-flex;gap:.65rem;text-decoration:none;color:var(--ink);font-weight:700}.brand img{width:48px;height:48px;object-fit:contain}.nav-links{display:inline-flex;gap:1rem}.nav-links a{padding:.35rem .55rem;border-radius:8px;transition:background-color .18s ease,color .18s ease}.nav-links a:focus-visible,.nav-links a:hover{background:rgba(63,87,80,.1)}.menu-toggle{display:none;width:42px;height:42px;border:1px solid #c9d8d1;border-radius:10px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{display:block;width:18px;height:2px;background:#1f322c;border-radius:999px}.back-link,.cta-link,.nav-links a,.project-link{text-decoration:none;color:var(--ink)}.cta-link{padding:.55rem .9rem;border-radius:999px;background:var(--brand);color:#fff}.hero{min-height:75vh;display:flex;align-items:center;color:#fff;background-size:cover;background-position:50%;transition:background-image .35s ease}.hero-content{padding:5rem 0}.hero h1{font-size:clamp(2rem,5vw,3.4rem);max-width:780px;margin:.6rem 0 1rem}.hero p{max-width:680px;font-size:1.05rem;line-height:1.75}.hero-kicker{letter-spacing:.12em;text-transform:uppercase;opacity:.85}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.4rem}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.7rem 1rem;text-decoration:none;font-weight:600}.btn-primary{background:var(--accent);color:#fff}.btn-light{border:1px solid rgba(255,255,255,.7);color:#fff}.hero-dots{margin-top:1.25rem;display:flex;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%;border:0;background:rgba(255,255,255,.45);cursor:pointer}.dot.active{background:#fff}.section{padding:4rem 0}.stack-lg{display:grid;gap:1.25rem}.section-light{background:var(--bg)}.section-dark{background:#22352f;color:#f2f7f5}.section-dark .service-card,.section-dark .service-card h3{color:#13221d}.section-dark .service-card p{color:#445b54}.story-label{margin-bottom:.65rem;color:#48645a}.story-accent{width:6px;border-radius:999px;background:linear-gradient(180deg,#7fc4a4,#356b57)}.story-content{display:flex;flex-direction:column;justify-content:flex-start}.story-panel{border-radius:6px;padding:1.2rem}.enhanced-story-panel{position:relative;overflow:hidden;display:grid;grid-template-columns:6px 1fr;gap:1.1rem;padding:1.5rem;background:linear-gradient(180deg,#ffffff,#f7fbf9);border:1px solid #dce8e2;box-shadow:0 10px 28px rgba(15,35,28,.08)}.enhanced-story-panel h3{margin:0 0 .85rem;font-size:1.65rem;line-height:1.2;font-weight:800;color:#13221d}.enhanced-story-panel p{margin:0 0 1rem;max-width:760px;color:#4b6259;line-height:1.9;font-size:1rem}.enhanced-story-panel p:last-child{margin-bottom:0}.story-panel h3{margin:0 0 .65rem}.story-panel p{margin:.45rem 0;line-height:1.75}.profile-grid .service-card{border-radius:14px}.service-card ul{margin:.75rem 0 0;padding-left:1.1rem;line-height:1.7}.role-strip{display:flex;flex-wrap:wrap;gap:.55rem}.role-pill{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #cbdad2;padding:.38rem .72rem;background:#fff;font-size:.86rem;font-weight:600;color:#29423b}.about-feature-stack{display:grid;gap:1.25rem}.about-feature-card{background:#fff;display:grid;grid-template-columns:1fr 1fr;height:380px;max-height:380px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.about-feature-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px rgba(0,0,0,.14)}.about-feature-card:nth-child(2n) .about-feature-content{order:2}.about-feature-card:nth-child(2n) .about-feature-image{order:1}.about-feature-card.reverse{grid-template-columns:1fr 1.1fr}.about-feature-content{padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-start}.about-feature-content h3{margin:0 0 .75rem;font-size:2rem;font-weight:800;line-height:1.2}.about-feature-content p{margin:0 0 .85rem;line-height:1.7}.about-feature-content ul{margin:0;padding-left:1rem;line-height:1.7}.about-feature-image{width:100%;height:100%}.about-feature-image img{width:100%;height:100%;object-fit:cover;display:block}.split-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:1.25rem}.panel{background:var(--surface);border:1px solid #d8e4de;border-radius:14px;padding:1rem}.panel ul{margin:0;padding-left:1.1rem;line-height:1.8}.card-grid,.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.project-card,.service-card{background:#fff;border:1px solid #d8e3dd;border-radius:4px;overflow:hidden}.service-card{padding:1rem}.project-image-wrap{background:#e6ede9;aspect-ratio:850/420;height:auto}.gallery-grid img,.project-image-wrap img{width:100%;height:100%;object-fit:cover}.project-image-placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:#4e625b}.project-body{padding:1rem}.project-code{color:#5b726a;font-weight:700;font-size:.8rem}.meta{color:#4f635d;font-size:.9rem}.project-link{display:inline-block;margin-top:.75rem;color:var(--brand);font-weight:700}.project-carousel{display:grid;gap:.85rem}.project-carousel-window{overflow:hidden}.project-carousel-track{display:flex;transition:transform .45s ease}.project-carousel-slide{min-width:100%}.project-pair-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.project-preview-card{text-decoration:none;color:inherit;background:#fff;border:1px solid #d8e3dd;border-radius:14px;overflow:hidden;min-height:420px;display:grid;grid-template-rows:75% 25%;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.project-preview-card:hover{transform:translateY(-2px);border-color:#9bb7ab;box-shadow:0 14px 30px rgba(19,34,29,.12)}.project-preview-image{width:100%;height:100%;background:#e6ede9}.project-preview-image img{width:100%;height:100%;object-fit:cover;display:block}.project-preview-content{display:grid;align-content:center;gap:.25rem;padding:.7rem .85rem}.project-preview-content h3{margin:0;font-size:1rem;color:#20352f}.project-preview-content p{margin:0;font-size:.88rem;color:#4b5f58}.project-carousel-dots{display:flex;justify-content:center;gap:.45rem}.contact-block,.empty-state,.section-header p{color:inherit}.phone-link{color:white;text-decoration:underline}.phone-link:active,.phone-link:hover,.phone-link:visited{color:white}.about-header{max-width:760px;margin-bottom:1.5rem}.about-header h2{margin:0 0 .85rem;font-size:clamp(2rem,3vw,3.2rem);line-height:1.1;font-weight:800;color:#13221d}.about-header p{margin:0;max-width:700px;font-size:1.05rem;line-height:1.9;color:#4a6158}.company-name{position:relative;display:inline-block;color:#1f5c46;font-weight:800}.company-name:after{content:"";position:absolute;left:0;bottom:.08em;width:100%;height:.38em;background:rgba(127,196,164,.35);z-index:-1;border-radius:2px}.empty-state{background:#fff;border:1px dashed #cad9d1;border-radius:12px;padding:1rem}.project-page{padding:6rem 0 3rem}.back-link{color:var(--brand);font-weight:600}.meta-block{color:#4f625d}.project-summary{max-width:760px;line-height:1.8}.gallery-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.gallery-grid img{aspect-ratio:850/420;height:auto;border-radius:10px;border:1px solid #d5e1db}.services-section{position:relative;overflow:hidden}.services-header{max-width:760px}.section-kicker{display:inline-block;margin-bottom:.8rem;padding:.35rem .8rem;border:1px solid #d7e5df;background:#f5faf7;color:#355248;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.section-dark h2{margin:0 0 .9rem;font-size:clamp(2rem,3vw,3rem);line-height:1.1;font-weight:800;color:#f5fbf8}.section-dark .section-header p{max-width:680px;margin:0;font-size:1.02rem;line-height:1.85;color:#c7d8d0}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.enhanced-service-card{position:relative;padding:1.5rem 1.35rem 1.4rem;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,249,247,.98));border:1px solid rgba(214,227,221,.7);box-shadow:0 10px 30px rgba(0,0,0,.14);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;overflow:hidden}.enhanced-service-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:5px;background:linear-gradient(90deg,#7fc4a4,#4e8f73)}.enhanced-service-card:hover{transform:translateY(-10px);box-shadow:0 20px 45px rgba(0,0,0,.2);border-color:#b8cfc4}.service-card-number{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;width:44px;height:44px;border-radius:50%;background:#e8f1ec;color:#27433a;font-size:.92rem;font-weight:800}.section-dark .enhanced-service-card h3{margin:0 0 .8rem;font-size:1.35rem;line-height:1.25;font-weight:800;color:#13221d}.section-dark .enhanced-service-card p{margin:0;color:#4e635b;font-size:.98rem;line-height:1.8}.system-story-panel{position:relative;overflow:hidden;display:grid;grid-template-columns:6px 1fr;gap:1.1rem;padding:1.5rem;background:linear-gradient(180deg,#ffffff,#f6fbf8);border:1px solid #dce8e2;box-shadow:0 12px 28px rgba(12,28,22,.08)}.system-story-accent{width:6px;border-radius:999px;background:linear-gradient(180deg,#7fc4a4,#2f6c55)}.system-story-content{display:flex;flex-direction:column;justify-content:flex-start}.story-label{display:inline-block;margin-bottom:.7rem;color:#49645a;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.system-story-panel h3{margin:0 0 .85rem;font-size:clamp(1.5rem,2vw,1.9rem);line-height:1.2;font-weight:800;color:#13221d}.system-story-panel p{margin:0 0 1rem;max-width:780px;color:#4c6259;line-height:1.9;font-size:1rem}.system-story-panel p:last-child{margin-bottom:0}.system-highlight{display:inline-block;padding:.08rem .45rem;border-radius:999px;background:#e7f3ed;color:#234d3d;font-weight:700}.company-name.inline{white-space:nowrap}.system-story-panel{transition:transform .3s ease,box-shadow .3s ease}.system-story-panel:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(12,28,22,.12)}.dash-list{list-style:none;padding-left:0}.dash-list li:before{content:"- "}@media (max-width:768px){.about-feature-card{grid-template-columns:1fr;height:auto;max-height:none}.about-feature-card:nth-child(2n) .about-feature-content,.about-feature-card:nth-child(2n) .about-feature-image{order:unset}.about-feature-content{padding:1.2rem;justify-content:flex-start}.about-feature-image{width:100%;height:240px;max-height:none;overflow:hidden}.about-feature-content h3{font-size:1.5rem}.about-header h2{font-size:2rem}.about-header p{font-size:1rem;line-height:1.8}.enhanced-story-panel{grid-template-columns:1fr;gap:.9rem;padding:1.2rem}.story-accent{width:72px;height:5px}.enhanced-story-panel h3{font-size:1.4rem}.system-story-panel{grid-template-columns:1fr;gap:.9rem;padding:1.2rem}.system-story-accent{width:72px;height:5px}.system-story-panel h3{font-size:1.4rem}.system-story-panel p{font-size:.98rem;line-height:1.8}}@media (max-width:640px){.services-grid{grid-template-columns:1fr}.enhanced-service-card{padding:1.25rem 1.1rem 1.2rem;border-radius:16px}.section-dark h2{font-size:2rem}}@media (max-width:900px){.nav-shell{position:relative}.menu-toggle{display:inline-flex}.nav-links{display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;flex-direction:column;background:#fff;border:1px solid #d7e2dc;border-radius:12px;overflow:hidden;box-shadow:0 14px 26px rgba(19,34,29,.12)}.nav-links.open{display:flex}.nav-links a{padding:.85rem 1rem;border-bottom:1px solid #e3ece7}.nav-links a:last-child{border-bottom:0}.about-feature-card,.card-grid,.gallery-grid,.project-grid,.split-grid{grid-template-columns:1fr}.about-feature-card{height:auto;max-height:none}.about-feature-image{height:220px}.project-pair-grid{grid-template-columns:1fr}.cta-link{display:none}}@media (max-width:1200px) and (min-width:901px){.card-grid,.gallery-grid,.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-feature-card,.split-grid{grid-template-columns:1fr 1fr}.about-feature-card{height:380px;max-height:380px}.about-feature-card:nth-child(2n) .about-feature-content{order:2}.about-feature-card:nth-child(2n) .about-feature-image{order:1}.about-feature-image{height:100%}.about-feature-image img{height:100%;object-fit:cover}.about-feature-content h3{font-size:1.5rem}}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}