/* Dirección visual: arena, verde profundo y acentos vivos. */
:root{--paper:#e9e0cf;--ink:#242b24;--green:#153f35;--lime:#c9ef6c;--rust:#a74b2b}
body{background:var(--paper);color:var(--ink)}
::selection{background:var(--green);color:var(--lime)}
.header{background:#e9e0cff2;border-bottom-color:#153f3540}
.wordmark strong{color:var(--green)}
.nav-contact{border:0;background:var(--green);color:var(--paper);border-radius:5px;padding:12px 18px}
.hero{padding-top:52px}
.hero h1{max-width:1100px;font-weight:800;font-size:clamp(3.2rem,6.7vw,6.5rem);letter-spacing:-.065em;line-height:1.03}
.hero h1>span{color:var(--green)}
.hero>.eyebrow{font-size:.78rem}
.hero-bottom p{max-width:650px}
.hero-bottom .text-link{background:var(--lime);border:0;padding:15px 23px;border-radius:4px;white-space:nowrap}
.hero-photo{position:relative}
.hero-photo>img{height:clamp(310px,37vw,510px);border-radius:4px;object-position:center 58%}
.hero-photo figcaption{margin-top:0;padding:13px 16px;background:var(--green);color:var(--paper);font-size:.76rem}
.principles{padding:24px 0;gap:12px 24px}
.principles span{border:0;border-radius:0;padding:0;font-size:1rem}
.principles span:first-child{font-weight:700;color:var(--green)}
.availability{padding-top:68px}
.availability em{color:var(--green)}
.availability h2{font-size:clamp(2.4rem,3.7vw,3.5rem)}
.availability-list article>span{color:var(--rust)}
.section-heading .eyebrow,.profile .eyebrow{color:var(--green)}
.project-image{border-radius:4px}
.watch{border-radius:4px;background:var(--lime);box-shadow:none}
.project h3{letter-spacing:-.045em}
.project-copy .eyebrow{font-size:.8rem;color:var(--rust)}
.tags span{font-size:.875rem}
.button{border-radius:4px}
.dark{background:var(--green);color:#f0e9dc}
.dark .eyebrow,.dark em{color:var(--lime)}
.regional{border-radius:0;border-top:7px solid var(--lime)}
.regional-grid p:not(.large-copy){color:#e2e5d8}
.regional-services span{border-color:#d5e1cd55}
.gallery{max-width:1480px}
.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:auto;gap:30px 18px}
.gallery-grid figure{grid-column:auto;grid-row:auto;background:transparent;overflow:visible}
.gallery-grid figure:nth-child(3n+2){padding-top:50px}
.gallery-link{display:block;position:relative;overflow:hidden;border-radius:3px}
.gallery-grid img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.gallery-grid figcaption{position:static;background:none;border-radius:0;padding:12px 0 0;display:flex;gap:14px;font-size:.875rem;color:var(--ink)}
.gallery-grid figcaption>span{color:var(--rust);font-size:.78rem}
.expand{position:absolute;right:12px;bottom:12px;width:36px;height:36px;display:grid;place-items:center;color:var(--ink);background:var(--lime);border-radius:50%}
.gallery-credit{font-size:.78rem;margin:26px 0 0;color:#525b4e}
.offer-grid article{border-top:3px solid var(--green)}
.small-number{color:var(--rust)}
.technical{background:#d1dfa8;color:var(--ink);border-radius:0;padding:95px 0}
.technical em{color:var(--green)}
.technical .section-heading{margin-bottom:50px}
.capabilities-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px 40px}
.capabilities-grid article{border-top:1px solid #153f3550;padding-top:25px}
.capabilities-grid svg{width:38px;height:38px;display:block;color:var(--green);margin-bottom:22px}
.capabilities-grid h3{font-size:1.4rem;letter-spacing:-.03em;margin-bottom:15px;line-height:1.15}
.capabilities-grid p{font-size:1rem;line-height:1.6;margin:0}
.documentary{background:#1d261f;border:0}
.documentary-copy{padding-top:70px;padding-bottom:70px}
.release-badge{border-color:var(--lime);border-radius:4px;color:var(--lime);font-size:.875rem}
.profile-name img{border-radius:4px}
.fact strong{color:var(--green)}
.contact{border-top:7px solid var(--lime)}
.contact-grid{align-items:start;gap:7%}
.contact-grid>div>.contact-lead{font-size:1.65rem;line-height:1.3;letter-spacing:-.035em;color:var(--lime);margin-bottom:25px}
.opportunities{list-style:none;margin:0 0 28px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:20px;font-size:1rem}
.opportunities li{border-top:1px solid #c9ef6c55;padding-top:12px}
.contact-grid>div>.meeting-copy{font-size:1rem;color:#e2e5d8}
.contact-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:25px}
.contact-options a{display:flex;gap:9px;justify-content:center;align-items:center;border:1px solid #f0e9dc70;padding:15px 8px;border-radius:4px;font-size:.9rem;transition:background .2s,color .2s}
.contact-options a:hover{background:var(--lime);color:var(--ink);border-color:var(--lime)}
.contact-options svg{width:20px;height:20px;flex-shrink:0}
.contact-grid>div>.contact-region{font-size:.875rem;color:#d2dac8;margin-top:22px}
footer{color:#d3dccb;font-size:.78rem}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--rust);outline-offset:5px}
.dark a:focus-visible,dialog button:focus-visible{outline-color:var(--lime)}
.gallery-open{overflow:hidden}
#gallery-viewer{width:min(1120px,96vw);max-width:96vw;max-height:96dvh;padding:50px 20px 16px;border:0;background:#141d18;color:#f0e9dc;border-radius:6px;overflow:auto}
#gallery-viewer::backdrop{background:#08140de8;backdrop-filter:blur(8px)}
#gallery-viewer figure{margin:0}
#viewer-image{width:100%;height:68dvh;object-fit:contain}
#viewer-caption{text-align:center;font-size:.875rem;margin:12px 0}
.viewer-close{position:absolute;right:14px;top:8px;font-size:28px;width:40px;height:40px;border:0;background:transparent;color:inherit;cursor:pointer}
.viewer-controls{display:flex;justify-content:center;align-items:center;gap:25px}
.viewer-controls button{width:44px;height:44px;background:transparent;border:1px solid #f0e9dc70;border-radius:50%;font-size:20px;color:inherit;cursor:pointer}
#viewer-count{font-size:.875rem;min-width:45px;text-align:center}
@media(max-width:1000px){.hero h1{font-size:clamp(3rem,6.9vw,5rem)}.hero-bottom{align-items:start}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-grid figure:nth-child(3n+2){padding-top:0}.gallery-grid figure:nth-child(even){padding-top:35px}.capabilities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-options{grid-template-columns:1fr}.contact-options a{justify-content:flex-start;padding:14px 20px}.contact-grid>div>.contact-lead{font-size:1.45rem}}
@media(max-width:680px){.header nav{font-size:.875rem;max-width:225px;gap:9px 12px}.header{align-items:center}.nav-contact{padding:6px 9px}.hero{padding-top:30px}.hero h1{font-size:clamp(2.35rem,9vw,3.6rem);line-height:1.08;letter-spacing:-.055em}.hero>.eyebrow{font-size:.75rem}.hero-bottom p{font-size:1rem}.hero-photo>img{height:275px;border-radius:3px}.hero-photo figcaption{padding:10px 12px;font-size:.75rem}.hero-photo figcaption span{margin:0}.principles{gap:10px 17px}.availability h2{font-size:2.5rem}.project-copy .eyebrow{font-size:.8rem}.project h3{font-size:2.25rem}.gallery-grid{gap:25px 12px}.gallery-grid figure:nth-child(even){padding-top:25px}.gallery-grid img{aspect-ratio:3/4}.gallery-grid figcaption{font-size:.78rem;gap:6px;flex-wrap:wrap}.gallery-grid figcaption>span{display:none}.gallery-credit{font-size:.75rem}.expand{width:30px;height:30px;bottom:8px;right:8px}.technical{padding:60px 0}.technical h2{font-size:2.5rem}.capabilities-grid{gap:28px 20px}.capabilities-grid h3{font-size:1.25rem;line-height:1.2}.capabilities-grid p{font-size:1rem}.capabilities-grid svg{width:32px;height:32px}.contact-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.contact-options a{flex-direction:column;justify-content:center;padding:14px 6px;gap:8px;font-size:.875rem}.contact .eyebrow{font-size:.78rem}.contact h2{font-size:clamp(2.65rem,11vw,3.5rem)}.contact-grid>div>.contact-lead{font-size:1.6rem}.opportunities{font-size:1rem;gap:18px}.contact footer{font-size:.78rem}#gallery-viewer{padding:50px 12px 15px}#viewer-image{height:60dvh}}
@media(max-width:370px){.capabilities-grid{grid-template-columns:1fr}.header nav{max-width:180px}.gallery-grid{grid-template-columns:1fr}.gallery-grid figure:nth-child(even){padding-top:0}.gallery-grid img{aspect-ratio:4/3}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
