/* Shared additions for the full stack services and homepage. */
.eyebrow{color:var(--teal);font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.1rem}
.hero.full-stack-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:3.5rem;align-items:center;padding:4.6rem 0 3.6rem}
.full-stack-hero h1{font-size:clamp(2.6rem,4.9vw,4.05rem);max-width:16ch;text-wrap:initial;line-height:1.09}
.full-stack-hero h1 span{color:var(--green)}
.full-stack-hero .sub{margin-top:1.5rem;font-size:1.12rem;max-width:45ch}
.full-stack-hero .cta{gap:1.2rem;margin-top:1.7rem}
.developer-card{display:flex;align-items:center;gap:.85rem;margin-top:1.7rem;font-size:.88rem;line-height:1.5}
.developer-card strong{display:block;color:var(--head)}
.developer-card span{color:var(--muted)}
.system-map{background:#142f32;color:#e5f1ec;border-radius:18px;padding:1.9rem;position:relative;box-shadow:0 18px 45px #142f3214}
.system-map .map-label{font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;color:#b3d5c9;display:flex;align-items:center;gap:.6rem}
.system-map .map-label:before{content:"";height:7px;width:7px;border-radius:50%;background:#b9e3ce}
.system-map h2{color:#fff;font-size:1.7rem;line-height:1.2;margin:.9rem 0 1.5rem;max-width:15ch}
.system-map ol{list-style:none;margin:0;padding:0}
.system-map li{padding:1rem 1.1rem;border:1px solid #4e706c;border-radius:8px;background:#ffffff06;position:relative}
.system-map li+li{margin-top:1.15rem}
.system-map li+li:before{content:"";position:absolute;left:1.5rem;bottom:100%;height:1.2rem;border-left:1px solid #88ada1}
.system-map li span{display:block;font-size:.69rem;letter-spacing:.08em;text-transform:uppercase;color:#b3d5c9}
.system-map li strong{display:block;font-size:.98rem;font-weight:600;margin-top:.15rem}
.system-map figcaption{color:#b3d5c9;font-size:.8rem;margin-top:1.25rem}
.stack-strip{border-block:1px solid var(--line);padding:1.2rem 0;display:flex;flex-wrap:wrap;gap:.6rem 1.6rem;align-items:center;font-size:.85rem;color:var(--muted)}
.stack-strip strong{color:var(--head)}
.services.services-expanded{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.3rem 3rem}
.services-expanded .svc:first-child{border-color:var(--green)}
.prodrows.production-first{margin:1.7rem 0 3rem}
.prodrows.production-first h3{font-size:1.45rem}
.full-stack-work .feature{padding-top:2rem;border-top:1px solid var(--line)}
.full-stack-work>.wrap>h2{text-align:left;width:auto}
.service-intro{max-width:48rem;padding:3.5rem 0 1rem}
.service-intro h1{max-width:20ch;font-size:clamp(2.5rem,5vw,3.8rem)}
.service-intro .lead{font-size:1.15rem}
.service-intro .cta{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center;margin-top:1.6rem}
.breadcrumbs{font-size:.85rem;color:var(--muted);margin-bottom:1.6rem}
.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}
.scope-list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 3rem;margin-top:2rem}
.scope-list article{border-top:1px solid var(--line);padding-top:1.2rem}
.scope-list p{color:var(--muted);margin-top:.65rem}
.scope-note{background:#edf2ec;border-left:3px solid var(--green);padding:1.3rem 1.5rem;margin-top:2rem;max-width:58rem}
.scope-note p+p{margin-top:.7rem}
.delivery-list{margin:1.5rem 0 0;padding:0;list-style:none;counter-reset:delivery}
.delivery-list li{padding:1.15rem 0 1.15rem 3rem;border-top:1px solid var(--line);position:relative;counter-increment:delivery}
.delivery-list li:before{content:"0" counter(delivery);position:absolute;left:0;color:var(--green);font-weight:700}
.delivery-list strong{color:var(--head)}
.delivery-list p{margin-top:.3rem;color:var(--muted)}
section[id]{scroll-margin-top:6rem}
@media(max-width:920px){.hero.full-stack-hero{grid-template-columns:1fr;gap:2rem;padding-top:3rem}.full-stack-hero h1{max-width:19ch}.system-map{max-width:38rem;width:100%}.system-map h2{max-width:none}.services.services-expanded{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.hero.full-stack-hero{padding-top:2.5rem}.full-stack-hero h1{font-size:2.8rem;max-width:15ch}.system-map{padding:1.4rem}.stack-strip{gap:.5rem 1rem}.stack-strip strong{width:100%}.services.services-expanded,.scope-list{grid-template-columns:1fr}.service-intro{padding-top:2.4rem}.service-intro .btn{width:100%}.developer-card{margin-top:1.3rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.prod article,.btn{transition:none}.prod article:hover{transform:none}}

/* A more welcoming homepage, with real client work as the invitation. */
.hero.full-stack-hero{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:3.3rem}
.full-stack-hero h1{font-size:clamp(2.5rem,4.6vw,3.8rem);line-height:1.1;max-width:18ch}
.full-stack-hero .sub{max-width:43ch}
.full-stack-hero .btn-primary{background:#285c4d;border-color:#285c4d;border-radius:9px}
.full-stack-hero .btn-primary:hover{background:#194435;border-color:#194435}
.hero-project{margin:0;background:#e9eee5;border-radius:20px;padding:1.7rem;position:relative}
.project-intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.15rem;gap:.75rem}
.project-intro .eyebrow{margin:0;font-size:.68rem;color:#335f4e}
.project-mark{font-size:1.4rem;color:#335f4e;line-height:1}
.project-preview{display:block;overflow:hidden;border:1px solid #d1dbd0;border-radius:9px;background:#fff;box-shadow:0 12px 25px #29473512}
.preview-bar{padding:.55rem .7rem;font-size:.64rem;text-align:center;color:#58675c;background:#f9fbf7;position:relative;border-bottom:1px solid #e3e8df}
.preview-bar span{position:absolute;left:.7rem;color:#93a58c;font-size:.48rem;letter-spacing:.12rem}
.project-preview img{width:100%;height:auto;display:block}
.hero-project figcaption{padding:1.4rem .2rem .3rem}
.hero-project h2{font-size:1.75rem;line-height:1.18;color:#213e34}
.hero-project p{font-size:.94rem;color:#52665b;line-height:1.65;margin:.7rem 0 .9rem;max-width:35ch}
.hero-project .tlink{color:#285c4d;font-size:.9rem}
@media(max-width:920px){.hero.full-stack-hero{grid-template-columns:1fr;gap:2.2rem}.full-stack-hero h1{max-width:20ch}.hero-project{max-width:36rem;width:100%}}
@media(max-width:600px){.full-stack-hero h1{font-size:2.65rem;max-width:18ch}.hero-project{padding:1.25rem}.hero-project h2{font-size:1.65rem}.full-stack-hero .cta{gap:1rem}.full-stack-hero .cta .tlink{font-size:.95rem}.developer-card{font-size:.82rem}}
