@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --navy-950: #05271a;
  --navy-900: #073b27;
  --navy-800: #0b4d33;
  --navy-700: #106a44;
  --yellow: #16a05d;
  --yellow-strong: #20bc70;
  --paper: #f3f2ed;
  --white: #fff;
  --ink: #10231b;
  --muted: #5f6b76;
  --line: #d8dcd9;
  --green: #25d366;
  --mark-detail: #073b27;
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --body: 'Inter', system-ui, sans-serif;
  --shadow: 0 24px 70px rgba(4, 35, 23, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open, body.panel-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: var(--yellow); color: var(--ink); padding: .75rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.topbar { position: relative; z-index: 20; color: #dce5ed; background: var(--navy-950); font-size: 12px; letter-spacing: .04em; }
.topbar__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; }
.topbar__promise { color: var(--white); font-weight: 700; }
.topbar__promise i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(22, 160, 93, .16); }

.site-header { position: absolute; top: 35px; z-index: 18; width: 100%; border-bottom: 1px solid rgba(255,255,255,.16); color: var(--white); transition: .25s ease; }
.site-header.is-fixed { position: fixed; top: 0; color: var(--ink); background: rgba(255,255,255,.96); border-color: var(--line); box-shadow: 0 6px 30px rgba(5,19,33,.08); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: .9; }
.brand__mark { width: 49px; height: 49px; color: var(--white); }
.site-header:not(.is-fixed), .brand--footer { --mark-detail: #073b27; }
.site-header.is-fixed { --mark-detail: #fff; }
.is-fixed .brand__mark { color: var(--navy-900); }
.brand span { display: grid; gap: 5px; }
.brand strong { font: 800 21px/1 var(--display); letter-spacing: .055em; }
.brand small { font-size: 8px; letter-spacing: .18em; opacity: .75; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; padding-block: 12px; }
.main-nav > a:not(.button)::after { content: ''; position: absolute; inset: auto 50% 5px; height: 2px; background: var(--yellow); transition: .2s ease; }
.main-nav > a:hover::after { inset-inline: 0; }
.nav-toggle { display: none; border: 0; background: none; padding: 10px; }
.nav-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 51px; padding: 0 25px; border: 1px solid var(--yellow); background: var(--yellow); color: var(--navy-950); font-weight: 800; font-size: 13px; letter-spacing: .025em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--yellow-strong); }
.button--small { min-height: 42px; padding-inline: 18px; color: var(--navy-950) !important; }
.button--light { background: var(--yellow); }
.button--dark { border-color: var(--navy-900); background: var(--navy-900); color: var(--white); }
.button--dark:hover { background: var(--navy-700); }
.button--full { width: 100%; }

.hero { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero__image { position: absolute; inset: 0; background: url('assets/hero-industrial-equipo.webp') center/cover no-repeat; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,39,26,.99) 0%, rgba(5,39,26,.94) 34%, rgba(5,39,26,.72) 48%, rgba(5,39,26,.12) 72%), linear-gradient(0deg, rgba(5,39,26,.44), transparent 55%); }
.hero__content { position: relative; padding-top: 68px; }
.hero__copy { width: min(650px, 56vw); padding: 45px 0 30px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 29px; height: 2px; background: currentColor; }
.eyebrow--dark { color: #087443; }
.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 700; letter-spacing: -.025em; line-height: .95; text-transform: uppercase; }
.hero h1 { max-width: 640px; font-size: clamp(52px, 4.8vw, 70px); }
.hero h1 em { display: block; color: var(--yellow); font-style: normal; }
.hero__copy > p { max-width: 500px; margin: 20px 0 24px; color: #d3dce5; font-size: 16px; line-height: 1.6; }
.hero__actions { display: flex; align-items: center; gap: 30px; }
.text-link { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 12px; color: var(--yellow); }
.hero__proof { margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.17); display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hero__proof div { display: grid; gap: 4px; }
.hero__proof strong { font: 700 25px/1 var(--display); text-transform: uppercase; }
.hero__proof span { color: #aebbc7; font-size: 10px; letter-spacing: .03em; }

.trust-strip { position: relative; z-index: 5; margin-top: -1px; color: var(--white); background: var(--navy-800); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { min-height: 104px; display: flex; align-items: center; gap: 16px; padding: 20px 22px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid article:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.trust-icon { display: grid; place-items: center; flex: 0 0 37px; height: 37px; border: 1px solid rgba(22,160,93,.62); color: #4ed791; font: 700 13px var(--display); }
.trust-grid article div { display: grid; gap: 3px; }
.trust-grid strong { font-size: 12px; }
.trust-grid small { color: #aebbc7; font-size: 10px; }

.section { padding: 92px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .7fr; align-items: end; gap: 70px; margin-bottom: 53px; }
.section-heading h2, .workwear h2, .quote h2 { font-size: clamp(46px, 5vw, 67px); }
.section-heading > p { margin: 0 0 3px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #ccd1cf; border: 1px solid #ccd1cf; }
.solution-card { position: relative; min-height: 365px; display: flex; flex-direction: column; padding: 29px; overflow: hidden; background: #fafaf7; transition: background .2s ease; }
.solution-card:hover { background: #fff; }
.solution-card--primary { background: #fff; }
.solution-card--primary::before { content: ''; position: absolute; inset: 0 0 auto; height: 5px; background: var(--yellow); }
.solution-card--dark { color: var(--white); background: var(--navy-900); }
.solution-card__visual { height: 105px; display: flex; align-items: center; justify-content: flex-end; margin: -3px 0 10px; }
.solution-card__visual svg { width: 98px; height: 98px; fill: none; stroke: #153b5b; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; opacity: .9; }
.solution-card--dark .solution-card__visual svg { stroke: var(--yellow); opacity: .85; }
.card-kicker { margin-top: auto; color: #087443; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.solution-card h3 { margin: 9px 0 10px; font: 700 28px/1 var(--display); text-transform: uppercase; }
.solution-card p { min-height: 67px; margin: 0 0 23px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.solution-card--dark p { color: #b6c2cc; }
.solution-card a, .card-action { width: fit-content; padding: 0 0 7px; border: 0; border-bottom: 1px solid #b7bdbc; color: inherit; background: none; font-size: 11px; font-weight: 800; cursor: pointer; }
.solution-card a span, .card-action span { margin-left: 9px; color: #087443; }

.industry-showcase { color: var(--white); background: var(--navy-950); }
.industry-showcase .section-heading h2 { color: var(--white); }
.industry-showcase .section-heading > p { color: #afc7ba; }
.industry-showcase .eyebrow--dark { color: #4ed791; }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 330px; gap: 12px; }
.industry-card { position: relative; min-width: 0; overflow: hidden; background: var(--navy-800); }
.industry-card--wide { grid-column: span 2; }
.industry-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,29,19,.96), rgba(3,29,19,.08) 72%); transition: background .3s ease; }
.industry-card:hover::after { background: linear-gradient(0deg, rgba(3,29,19,.94), rgba(3,29,19,.02) 80%); }
.industry-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .5s ease, filter .3s ease; }
.industry-card:hover img { transform: scale(1.035); filter: saturate(1); }
.industry-card > div { position: absolute; z-index: 2; inset: auto 25px 23px; }
.industry-card span { display: block; margin-bottom: 8px; color: #4ed791; font: 800 11px var(--display); letter-spacing: .12em; }
.industry-card h3 { margin: 0; font: 700 30px/.95 var(--display); text-transform: uppercase; }
.industry-card p { max-width: 440px; margin: 9px 0 0; color: #c9d8d0; font-size: 10px; line-height: 1.55; }

.workwear { background: var(--white); }
.section.workwear { padding-block: 72px; }
.workwear__grid { display: grid; grid-template-columns: minmax(0, 440px) 1fr; align-items: center; gap: 64px; }
.workwear__image { position: relative; width: 100%; max-width: 440px; }
.workwear__image::before { content: ''; position: absolute; z-index: 2; inset: -18px auto auto -18px; width: 70px; height: 70px; border-top: 5px solid var(--yellow); border-left: 5px solid var(--yellow); }
.workwear__image img { width: 100%; height: 330px; object-fit: cover; }
.image-note { position: absolute; right: 16px; bottom: 16px; width: min(235px, calc(100% - 32px)); padding: 18px 20px; display: grid; gap: 5px; color: var(--white); background: rgba(5,59,39,.94); }
.image-note strong { color: var(--yellow); font: 700 19px var(--display); text-transform: uppercase; }
.image-note span { font-size: 10px; line-height: 1.6; }
.workwear__copy .lead { margin: 25px 0 29px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.check-list { list-style: none; padding: 0; margin: 0 0 34px; display: grid; gap: 18px; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; }
.check-list li > span { flex: 0 0 25px; height: 25px; display: grid; place-items: center; margin-top: 1px; color: var(--navy-900); background: var(--yellow); font-size: 12px; font-weight: 900; }
.check-list li div { display: grid; gap: 3px; }
.check-list strong { font-size: 12px; }
.check-list small { color: var(--muted); font-size: 11px; }

.company { padding: 105px 0; color: var(--white); background: var(--navy-950); }
.company__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 105px; }
.company h2 { max-width: 530px; font-size: clamp(45px, 4.6vw, 65px); }
.company__text > p { margin: 5px 0 37px; color: #c1cbd4; font-size: 15px; line-height: 1.85; }
.company__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.company__facts div { padding-top: 16px; border-top: 2px solid var(--yellow); display: grid; gap: 8px; }
.company__facts strong { font-size: 11px; }
.company__facts span { color: #9dacb9; font-size: 10px; line-height: 1.55; }

.quote { background: var(--white); }
.quote__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; align-items: start; }
.quote__intro { position: sticky; top: 125px; }
.quote__intro > p { margin: 24px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.quote__promise { margin-top: 33px; display: flex; align-items: center; gap: 16px; }
.quote__promise > span { display: grid; place-items: center; flex: 0 0 59px; height: 59px; color: var(--navy-950); background: var(--yellow); font: 800 22px var(--display); }
.quote__promise p { margin: 0; display: grid; gap: 3px; }
.quote__promise strong { font-size: 12px; }
.quote__promise small { color: var(--muted); font-size: 10px; }
.quote__intro .fineprint { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 10px; }
.quote-form { padding: 39px; border: 1px solid var(--line); background: #f7f7f3; box-shadow: 0 20px 70px rgba(5,19,33,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 18px; color: #394958; font-size: 10px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #cdd2d0; border-radius: 0; outline: 0; background: var(--white); color: var(--ink); font-size: 13px; text-transform: none; transition: border .2s ease, box-shadow .2s ease; }
.quote-form input, .quote-form select { height: 49px; padding: 0 14px; }
.quote-form textarea { resize: vertical; min-height: 100px; padding: 13px 14px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(18,57,93,.1); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

.footer { padding: 55px 0 23px; color: var(--white); background: #030d17; }
.footer__top { display: grid; grid-template-columns: .8fr 1.2fr .7fr; align-items: center; gap: 55px; padding-bottom: 48px; }
.brand--footer .brand__mark { color: var(--white); }
.footer__top > p, .footer__info p { margin: 0; color: #9dabb8; font-size: 12px; }
.footer__cta { justify-self: end; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 12px; font-weight: 700; }
.footer__cta span { margin-left: 14px; color: var(--yellow); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.12); color: #82988c; font-size: 9px; }
.footer__pending { color: #aebfb6; }

.wa-fab { position: fixed; z-index: 50; right: 24px; bottom: 24px; width: 59px; height: 59px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--white); background: var(--green); box-shadow: 0 12px 35px rgba(5,19,33,.3); cursor: pointer; opacity: 0; transform: translateY(12px) scale(.9); pointer-events: none; transition: transform .2s ease, opacity .2s ease; }
.wa-fab.is-ready { opacity: 1; transform: none; pointer-events: auto; }
.wa-fab.is-ready:hover { transform: scale(1.06); }
.wa-fab svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wa-panel { position: fixed; z-index: 49; right: 24px; bottom: 95px; width: min(365px, calc(100vw - 30px)); overflow: hidden; border-radius: 8px; background: #eef1ec; box-shadow: 0 25px 80px rgba(5,19,33,.35); opacity: 0; transform: translateY(15px) scale(.97); pointer-events: none; transition: .22s ease; }
.wa-panel.is-open { opacity: 1; transform: none; pointer-events: auto; }
.wa-panel__header { min-height: 75px; padding: 13px 14px; display: flex; align-items: center; justify-content: space-between; color: var(--white); background: #075e54; }
.wa-panel__header > div { display: flex; align-items: center; gap: 11px; }
.wa-panel__header p { margin: 0; display: grid; }
.wa-panel__header strong { font-size: 12px; }
.wa-panel__header small { color: #d2ece6; font-size: 9px; }
.wa-panel__header small i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: #65df8a; }
.wa-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-900); background: var(--yellow); font: 800 22px var(--display); }
.wa-panel__header button { border: 0; color: var(--white); background: none; font-size: 27px; cursor: pointer; }
.wa-panel__body { padding: 17px; display: grid; gap: 9px; background-color: #e8e2da; background-image: radial-gradient(rgba(7,94,84,.07) 1px, transparent 1px); background-size: 17px 17px; }
.wa-message { width: 86%; margin-bottom: 6px; padding: 12px 13px; border-radius: 0 8px 8px 8px; background: var(--white); box-shadow: 0 2px 6px rgba(5,19,33,.08); font-size: 11px; }
.wa-option { padding: 12px 13px; display: flex; justify-content: space-between; border: 1px solid #d6dcd7; border-radius: 5px; color: #17463d; background: rgba(255,255,255,.93); font-size: 10px; font-weight: 700; text-align: left; cursor: pointer; }
.wa-option span { color: #159c68; font-size: 17px; line-height: .8; }
.wa-panel__footer { padding: 9px; color: #6e7a74; background: #f7f8f5; font-size: 8px; text-align: center; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 25px; max-width: calc(100vw - 40px); padding: 12px 17px; color: var(--white); background: var(--navy-900); box-shadow: var(--shadow); font-size: 11px; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: .2s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .topbar__coverage { display: none; }
  .site-header { top: 35px; }
  .nav-toggle { display: block; color: inherit; }
  .main-nav { position: fixed; inset: 0 0 0 25%; z-index: 30; padding: 105px 35px 35px; flex-direction: column; align-items: stretch; gap: 8px; color: var(--white); background: var(--navy-950); transform: translateX(105%); transition: .25s ease; }
  .main-nav.is-open { transform: none; }
  .main-nav a { padding: 15px 0; font: 700 23px var(--display); text-transform: uppercase; }
  .main-nav .button { margin-top: 15px; font: 800 13px var(--body); }
  .hero { min-height: 620px; }
  .hero__image { inset: 0; width: auto; background-position: 63% center; }
  .hero__shade { inset: 0; width: auto; background: linear-gradient(90deg, rgba(5,39,26,.99), rgba(5,39,26,.8) 58%, rgba(5,39,26,.3)), linear-gradient(0deg, rgba(5,39,26,.48), transparent 55%); }
  .hero__copy { width: 73vw; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-card--wide { grid-column: span 1; }
  .workwear__grid, .company__grid, .quote__grid { grid-template-columns: 1fr; gap: 65px; }
  .workwear__image { max-width: 480px; }
  .workwear__copy { max-width: 680px; }
  .quote__intro { position: static; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__top > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1180px); }
  .topbar__inner { justify-content: center; }
  .topbar__inner > span:first-child { display: none; }
  .nav-wrap { min-height: 73px; }
  .brand__mark { width: 42px; height: 42px; }
  .brand strong { font-size: 18px; }
  .main-nav { left: 10%; }
  .hero { min-height: 680px; align-items: flex-end; padding-top: 0; }
  .hero__image { inset: 0; width: auto; height: auto; border: 0; background-position: 62% center; opacity: 1; }
  .hero__shade { inset: 0; width: auto; height: auto; background: linear-gradient(90deg, rgba(5,39,26,.98), rgba(5,39,26,.8) 72%, rgba(5,39,26,.55)), linear-gradient(0deg, rgba(5,39,26,.74), transparent 65%); }
  .hero__content { padding-top: 100px; }
  .hero__copy { width: 100%; padding: 92px 0 24px; }
  .hero h1 { font-size: 48px; }
  .hero__copy > p { margin-block: 20px 24px; font-size: 15px; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .hero__actions .button { width: 100%; }
  .text-link { width: fit-content; }
  .hero__proof { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 83px; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 80px 0; }
  .section-heading h2, .workwear h2, .quote h2 { font-size: 45px; }
  .solution-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: 1fr; grid-auto-rows: 310px; }
  .industry-card > div { inset: auto 20px 20px; }
  .industry-card h3 { font-size: 27px; }
  .solution-card { min-height: 330px; }
  .workwear__grid { gap: 42px; }
  .workwear__image img { height: 250px; }
  .image-note { right: 12px; bottom: 12px; }
  .company__grid { gap: 45px; }
  .company__facts { grid-template-columns: 1fr; }
  .quote-form { padding: 23px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer__top { grid-template-columns: 1fr; gap: 29px; }
  .footer__top > p { grid-column: auto; grid-row: auto; }
  .footer__cta { justify-self: start; }
  .footer__bottom { flex-direction: column; gap: 8px; }
  .wa-fab { right: 15px; bottom: 15px; }
  .wa-panel { right: 15px; bottom: 84px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Cambios 2026-09-17: productos, galería de indumentaria y carrusel de rubros */
.hero__proof { grid-template-columns: repeat(2, minmax(0, 220px)); }
.section-heading--single { display: flex; justify-content: space-between; align-items: end; gap: 30px; }

.solution-card--gallery { grid-row: span 2; padding-top: 0; }
.solution-card__photos { position: relative; display: block; flex: 1 1 auto; min-height: 330px; margin: 5px -29px 26px; padding: 0; border: 0; overflow: hidden; background: var(--navy-900); cursor: zoom-in; }
.photo-strip { position: absolute; inset: 0; display: flex; width: 400%; height: 100%; transition: transform .6s cubic-bezier(.6,0,.2,1); }
.photo-strip img { width: 25%; height: 100%; object-fit: cover; }
.solution-card--gallery:hover .photo-strip, .solution-card__photos:focus-visible .photo-strip { animation: photo-swipe 4.8s cubic-bezier(.6,0,.2,1) infinite; }
@keyframes photo-swipe {
  0%, 18% { transform: translateX(0); }
  25%, 43% { transform: translateX(-25%); }
  50%, 68% { transform: translateX(-50%); }
  75%, 93% { transform: translateX(-75%); }
  100% { transform: translateX(0); }
}

.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); color: var(--white); background: transparent; font-size: 18px; cursor: pointer; transition: background .2s ease; }
.carousel-controls button:hover { background: var(--yellow); border-color: var(--yellow); }
.carousel { overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: max(20px, calc((100vw - 1180px) / 2)); scrollbar-width: none; outline: none; }
.carousel::-webkit-scrollbar { display: none; }
.carousel__track { display: flex; gap: 12px; width: max-content; padding-inline: max(20px, calc((100vw - 1180px) / 2)); }
.rubro { position: relative; flex: 0 0 auto; width: clamp(260px, 30vw, 380px); height: 460px; margin: 0; overflow: hidden; scroll-snap-align: start; background: var(--navy-800); }
.rubro::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,29,19,.9), rgba(3,29,19,0) 45%); }
.rubro img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .5s ease, filter .3s ease; }
.rubro:hover img { transform: scale(1.04); filter: saturate(1); }
.rubro figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; font: 700 30px/1 var(--display); text-transform: uppercase; }

.gallery { position: fixed; inset: 0; z-index: 100; display: grid; grid-template-columns: 70px minmax(0, 1fr) 70px; align-items: center; gap: 10px; padding: 50px 20px 90px; background: rgba(3,20,13,.98); }
.gallery[hidden] { display: none; }
.gallery__stage { margin: 0; display: grid; gap: 12px; justify-items: center; }
.gallery__stage img { max-width: 100%; max-height: calc(100vh - 190px); object-fit: contain; animation: gallery-in .35s ease; }
@keyframes gallery-in { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }
.gallery__stage figcaption { display: flex; gap: 14px; align-items: baseline; color: var(--white); font: 700 22px var(--display); text-transform: uppercase; }
.gallery__stage small { color: #9dacb9; font: 400 11px sans-serif; text-transform: none; }
.gallery__nav, .gallery__close { width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.3); color: var(--white); background: transparent; font-size: 20px; cursor: pointer; }
.gallery__nav:hover, .gallery__close:hover { background: var(--yellow); border-color: var(--yellow); }
.gallery__close { position: absolute; top: 14px; right: 14px; font-size: 28px; }
.gallery__cta { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); }
body.gallery-open { overflow: hidden; }

@media (max-width: 980px) {
  .rubro { width: 300px; height: 400px; }
}
@media (max-width: 650px) {
  .solution-card--gallery { grid-row: auto; }
  .solution-card__photos { flex: none; min-height: 0; height: 240px; margin-inline: -29px; }
  .section-heading--single { align-items: flex-start; flex-direction: column; }
  .carousel-controls { display: none; }
  .rubro { width: 78vw; height: 360px; }
  .rubro figcaption { font-size: 26px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr auto; padding: 60px 14px 90px; }
  .gallery__stage { grid-column: 1 / -1; grid-row: 1; }
  .gallery__nav { grid-row: 2; justify-self: center; }
}
@media (prefers-reduced-motion: reduce) {
  .solution-card--gallery:hover .photo-strip { animation: none; }
}

/* Logo real (2026-09-17): logotipo vectorizado, toma el color del contexto */
.brand__logo { display: block; width: 210px; height: auto; aspect-ratio: 4704 / 1104; color: var(--white); fill: currentColor; }
.is-fixed .brand__logo { color: #087443; }
.brand--footer .brand__logo { width: 240px; color: var(--white); }
@media (max-width: 650px) {
  .brand__logo { width: 170px; }
}

.footer__info { display: grid; gap: 16px; }
.footer__contact { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 0; padding: 0; list-style: none; color: #dce5ed; font-size: 13px; }
.footer__contact li { display: grid; gap: 3px; }
.footer__contact span { color: #7f9589; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer__contact a { color: var(--white); text-decoration: none; }
.footer__contact a:hover { color: #4ed791; }
@media (max-width: 980px) {
  .footer__info { grid-column: 1 / -1; grid-row: 2; }
}
@media (max-width: 650px) {
  .footer__info { grid-column: auto; grid-row: auto; }
  .footer__contact { flex-direction: column; }
}
