:root{--color-brand:#1b4f9c;--color-brand-dark:#133c78;--color-accent:#e3655b;--color-accent-dark:#c74e45;--color-bg:#f5f6f6;--color-surface:#fff;--color-text:#22262a;--color-muted:#5f6f6f;--color-muted-2:#949b96;--color-line:#c5c5c5;--color-footer-bg:var(--color-brand-dark);--color-footer-text:#e9eef5;--radius:8px;--container:68rem;--space-section:clamp(2.75rem, 7vw, 5rem);--font:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--color-text);background:var(--color-bg);-webkit-text-size-adjust:100%;margin:0;line-height:1.6}@media (width<=767px){body{padding-bottom:3.75rem}}img{max-width:100%;display:block}h1,h2,h3{margin:0 0 .6em;line-height:1.2}h1{font-size:clamp(1.9rem,4.5vw,4rem)}h2{font-size:clamp(1.5rem,3vw,2.2rem)}h3{font-size:1.15rem}p{margin:0 0 1em}a{color:var(--color-brand)}:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.container{width:min(var(--container), 100% - 2rem);margin-inline:auto}.section{padding-block:var(--space-section)}.section--surface{background:var(--color-surface)}.section-head{text-align:center;max-width:65ch;margin:0 auto 2rem}.lede{color:var(--color-muted);font-size:1.1rem}.hero{background:linear-gradient(135deg, var(--color-brand-dark), var(--color-brand));color:#fff;text-align:center;padding-block:clamp(3.5rem,9vw,6.5rem)}.hero-logo{color:#fff;width:auto;height:clamp(5rem,15vw,8.5rem);margin:0 auto 1.5rem;display:block}.hero h1{max-width:26ch;margin-inline:auto;font-size:clamp(1.55rem,3.4vw,2.7rem)}.hero .lede{color:#ffffffd9;max-width:55ch;margin-inline:auto;font-size:1.2rem}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;margin:2rem 0 0;display:flex}.hero .btn-ghost{color:#fff;border-color:#ffffffa6}.hero .btn-primary:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark)}.hero .btn-ghost:hover{color:var(--color-brand-dark);background:#fff;border-color:#fff}.about-grid{align-items:center;gap:2rem;display:grid}@media (width>=768px){.about-grid{grid-template-columns:2fr 3fr}}.about-photo{margin:0}.about-photo figcaption{color:var(--color-muted);text-align:center;padding-top:.5rem;font-size:.9rem}.about-body{padding:1rem;font-size:clamp(1rem,2.5vw,1.2rem)}.accreditations-title{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);margin:.75rem 0 0;font-size:.85rem;font-weight:600}.accreditations{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:.75rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.accred{background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius);text-align:left;justify-content:center;align-items:center;gap:.7rem;height:5rem;padding:.5rem 1.25rem;display:flex}.accred-logo{width:auto;height:100%}.accred-icon{width:2.4rem;height:2.4rem;color:var(--color-brand);flex:none}.accred-text{gap:.1rem;display:grid}.accred-label{font-size:.95rem;font-weight:600}.accred-detail{color:var(--color-muted);font-size:.8rem}.wfp{aspect-ratio:var(--ar,4/3);border:1px solid var(--color-line);border-radius:var(--radius);color:#8a8a86;letter-spacing:.08em;text-transform:uppercase;background:repeating-linear-gradient(45deg,#ececec 0 12px,#e3e3e3 12px 24px);place-items:center;font-size:.8rem;display:grid;overflow:hidden}.grid{gap:1rem;display:grid}.grid-2,.grid-3{grid-template-columns:1fr}@media (width>=640px){.grid-2,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius);padding:1.25rem}.card--cta{text-align:center;padding:2.5rem 1.5rem}.btn{border-radius:var(--radius);font:inherit;border:1px solid #0000;padding:.7em 1.4em;font-weight:600;text-decoration:none;display:inline-block}.btn-primary{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.btn-ghost{border-color:var(--color-brand);color:var(--color-brand);background:0 0}.btn-primary:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark);color:#fff}.btn-ghost:hover{background:var(--color-brand);border-color:var(--color-brand);color:#fff}.site-header{background:var(--color-brand);z-index:10;position:sticky;top:0}.site-header .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block:.75rem;display:flex}.logo{color:#fff;display:inline-flex}.logo-svg{width:auto;height:2.4rem;display:block}.nav-toggle{opacity:0;position:absolute}.nav-burger{border-radius:var(--radius);cursor:pointer;color:#fff;background:0 0;border:1px solid #ffffff8c;padding:.4rem .9rem;font-weight:600;display:inline-block}.nav{flex-basis:100%;display:none}.nav-toggle:checked~.nav{display:block}.nav ul{flex-direction:column;gap:.75rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.nav a{color:#fff;font-weight:600;text-decoration:none}.site-header :focus-visible{outline-color:#fff}@media (width>=768px){.nav-burger{display:none}.nav{flex-basis:auto;display:block}.nav ul{flex-direction:row;gap:1.75rem;margin:0}}.site-footer{background:var(--color-footer-bg);color:var(--color-footer-text);margin-top:var(--space-section);border-top:4px solid var(--color-brand)}.footer-inner{text-align:center;justify-items:center;gap:1.1rem;padding-block:3rem 2.5rem;display:grid}.footer-title{margin:0;font-weight:700}.footer-meta{color:#dfe2e5cc;font-size:.95rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.75rem;display:flex}.footer-links a{color:var(--color-footer-text)}.social-row{justify-content:center;gap:1rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.social-btn{background:var(--color-surface);border:1px solid #dfe2e559;border-radius:50%;place-items:center;width:2.75rem;height:2.75rem;transition:background .15s,border-color .15s;display:grid}.social-btn svg{width:1.35rem;height:1.35rem}.social-btn--instagram{color:#e4405f}.social-btn--whatsapp{color:#25d366}.social-btn--facebook{color:#1877f2}.social-btn:hover{background:currentColor;border-color:currentColor}.social-btn:hover svg{color:#fff}.badge-row{flex-wrap:wrap;justify-content:center;gap:.75rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.badge{border-radius:var(--radius);color:#dfe2e5e6;border:1px solid #dfe2e559;padding:.45em 1em;font-size:.85rem}.footer-tagline{color:#dfe2e5d9;margin:1rem 0 0;font-style:italic}.made-by{color:var(--color-footer-text);text-decoration:none}.made-by .heart{transition:color .15s}.made-by:hover .heart,.made-by:focus-visible .heart{color:var(--color-accent)}.sticky-call{background:var(--color-accent);color:#fff;z-index:20;justify-content:center;padding:.9rem;font-weight:700;text-decoration:none;display:flex;position:fixed;inset:auto 0 0}@media (width>=768px){.sticky-call{display:none}}.areas-list{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:800px;margin:0 auto 2rem;padding:0;list-style:none;display:flex}.areas-list li{background:var(--color-surface);border:1px solid var(--color-line);border-radius:999px;padding:.35em .95em;font-size:.95rem}.quote-card blockquote{margin:0 0 .75rem;font-style:italic}.quote-card cite{color:var(--color-muted);font-size:.95rem;font-style:normal;font-weight:600}.contact-grid{gap:2.5rem;display:grid}@media (width>=900px){.contact-grid{grid-template-columns:3fr 2fr;align-items:start}}.contact-info{text-align:center;flex-direction:column;gap:1.25rem;display:flex}.contact-info h3{margin:0}.contact-cards{flex-direction:column;gap:1rem;display:flex}.contact-card{color:inherit;justify-items:center;gap:.35rem;padding:1.5rem 1.25rem;text-decoration:none;display:grid}.contact-card:hover{border-color:var(--color-brand)}.contact-icon{width:2rem;height:2rem;color:var(--color-brand)}.contact-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);font-size:.8rem;font-weight:700}.contact-value{font-weight:600}.contact-note{color:var(--color-muted);margin:0;font-size:.95rem}.form{gap:1.1rem;display:grid}.field{gap:.35rem;display:grid}.field label{font-size:.95rem;font-weight:600}.field input,.field select,.field textarea{border:1px solid var(--color-line);border-radius:var(--radius);font:inherit;background:var(--color-surface);padding:.65em .8em}.field textarea{resize:vertical;min-height:8rem}.consent{color:var(--color-muted);align-items:flex-start;gap:.6rem;font-size:.9rem;display:flex}.hp,.skip{position:absolute;left:-9999px}.skip:focus{background:var(--color-surface);border-radius:var(--radius);z-index:99;padding:.5rem 1rem;top:1rem;left:1rem}section[id]{scroll-margin-top:6.5rem}.service-card{color:inherit;flex-direction:column;padding:1rem;text-decoration:none;display:flex}.service-card:hover{border-color:var(--color-brand)}.service-card .pair{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.9rem;display:grid}.service-card .pair--single{grid-template-columns:1fr}.service-card h3{margin:auto 0 .3rem;padding-top:.9rem;font-size:1.05rem}.service-project{color:var(--color-brand);margin:0 0 .6rem;font-size:.85rem;font-weight:600}.service-card .blurb{color:var(--color-muted);margin:0;font-size:.95rem}.section-more{text-align:center;margin:1.5rem 0 0}.jump-nav{z-index:5;background:var(--color-bg);border-block:1px solid var(--color-line);position:sticky;top:4.3rem}.jump-nav-inner{flex-wrap:wrap;justify-content:center;gap:.5rem;padding-block:.75rem;display:flex}.jump-nav a{background:var(--color-surface);border:1px solid var(--color-line);color:var(--color-text);white-space:nowrap;border-radius:999px;flex:none;padding:.3em .9em;font-size:.9rem;text-decoration:none}.carousel{gap:1.25rem;padding-bottom:.9rem;display:flex;overflow-x:auto}.carousel:focus-visible{outline:2px solid var(--color-brand);outline-offset:4px;border-radius:var(--radius)}.project-card{--media-h:clamp(11rem, 32vw, 22rem);width:max-content;height:calc(var(--media-h) + 10.5rem);background:var(--color-surface);border:1px solid var(--color-line);border-radius:var(--radius);flex-direction:column;flex:none;display:flex;position:relative;overflow:hidden}.project-media{height:var(--media-h);background:var(--color-bg);flex:none;gap:2px;display:flex}.project-shot{flex:none;margin:0;position:relative}.shot-btn{cursor:zoom-in;background:0 0;border:0;height:100%;padding:0;display:block}.shot-btn img{width:auto;height:100%;display:block}.shot-btn:focus-visible{outline:2px solid var(--color-brand);outline-offset:-2px}.lightbox{color:#fff;background:#0f141cf2;border:0;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;position:fixed;inset:0}.lightbox::backdrop{background:#0f141c99}.lightbox-close{z-index:1;color:#fff;cursor:pointer;background:#0f141c99;border:1px solid #fff6;border-radius:50%;place-items:center;width:2.5rem;height:2.5rem;font-size:1.1rem;display:grid;position:absolute;top:1rem;right:1.25rem}.lightbox-close:hover{background:#ffffff26}.lightbox-track{scroll-snap-type:x mandatory;align-items:center;gap:1.25rem;height:100%;padding:2.5rem 3rem 1.5rem;display:flex;overflow-x:auto}.lightbox-shot{scroll-snap-align:start;flex:none;justify-items:center;gap:.7rem;margin:0;display:grid}.lightbox-shot img{border-radius:4px;width:auto;max-width:min(88vw,60rem);height:auto;max-height:min(78dvh,56rem)}.lightbox-shot figcaption{color:#ffffffd9;text-align:center;max-width:60ch;font-size:.9rem}.shot-badge{color:var(--color-text);letter-spacing:.05em;text-transform:uppercase;background:#ffffffeb;border-radius:999px;align-items:center;gap:.4em;padding:.28em .65em;font-size:.68rem;font-weight:600;line-height:1;display:inline-flex;position:absolute;bottom:.5rem;left:.5rem}.shot-badge:before{content:"";background:var(--badge-dot,var(--color-muted-2));border-radius:50%;width:.5em;height:.5em}.shot-badge--progress{--badge-dot:var(--color-accent)}.shot-badge--after{--badge-dot:var(--color-brand)}.project-info{flex-direction:column;width:85%;padding:.75rem 1rem .9rem;display:flex;position:absolute;bottom:0;left:0}.project-title{white-space:nowrap;text-overflow:ellipsis;height:1.35em;margin:0;font-size:1.02rem;line-height:1.35;overflow:hidden}.project-caption{color:var(--color-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.8em;margin:.3rem 0 0;font-size:.9rem;line-height:1.4;display:-webkit-box;overflow:hidden}.project-loc{max-width:66%;color:var(--color-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.7em;margin:.45rem 0 0;font-size:.8rem;line-height:1.35;display:-webkit-box;overflow:hidden}.map-fig{margin:.5rem 0 0}.map-fig img{border-radius:var(--radius);border:1px solid var(--color-line);width:100%;height:auto}.about-photo img{border-radius:var(--radius);width:100%;height:auto}.service-card .pair figure{grid-template-rows:10.5rem auto;gap:.3rem;margin:0;display:grid}.service-card .pair img{object-fit:cover;border-radius:4px;width:100%;height:100%;min-height:0}.service-card .pair figcaption{color:var(--color-muted);text-align:left;padding-top:0;font-size:.78rem}.back-top{margin:1.25rem 0 0;font-size:.9rem}
