/* Pagina Polyspray */
.about-hero { overflow:hidden; color:var(--white); background:linear-gradient(115deg, #101215 0%, #171c21 57%, #6b551f 150%); }
.about-hero-grid { display:grid; grid-template-columns:.95fr 1.05fr; align-items:stretch; min-height:610px; }
.about-hero-copy { display:flex; flex-direction:column; justify-content:center; max-width:650px; padding:108px 58px 92px 0; }
.about-hero h1 { margin-bottom:22px; color:var(--white); font-size:clamp(3rem, 5.2vw, 5.1rem); }
.about-hero-lead { max-width:610px; margin-bottom:14px; color:#f4f5f6; font-size:1.24rem; line-height:1.55; }
.about-hero-text { max-width:610px; color:#c2c9cf; font-size:1rem; }
.about-hero-media { position:relative; min-height:610px; margin:0; }
.about-hero-media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(16,18,21,.42), transparent 46%), linear-gradient(0deg, rgba(16,18,21,.55), transparent 45%); pointer-events:none; }
.about-hero-media img { width:100%; height:100%; object-fit:cover; object-position:center; }
.about-hero-media figcaption { position:absolute; z-index:1; right:25px; bottom:22px; max-width:300px; margin:0; color:rgba(255,255,255,.86); font-size:.78rem; line-height:1.45; text-align:right; }


.about-trust-strip { color:var(--white); background:var(--ink-2); }
.about-trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.about-trust-grid article { min-height:172px; padding:28px 25px; border-right:1px solid rgba(255,255,255,.12); }
.about-trust-grid article:last-child { border-right:0; }
.about-trust-grid span { display:block; margin-bottom:11px; color:var(--amber); font-size:.76rem; font-weight:900; letter-spacing:.11em; }
.about-trust-grid strong { display:block; color:var(--white); font-size:1.1rem; line-height:1.25; }
.about-trust-grid p { margin:8px 0 0; color:#b9c2ca; font-size:.92rem; line-height:1.5; }

.about-section-heading { max-width:850px; margin-bottom:42px; }
.about-section-heading h2 { margin-bottom:16px; }
.about-section-heading p:last-child { max-width:760px; color:var(--muted); font-size:1.08rem; }
.about-service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.about-service-card { display:grid; grid-template-rows:212px 1fr; overflow:hidden; color:var(--text); background:var(--white); border:1px solid var(--line); border-radius:var(--radius); transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.about-service-card:hover { color:var(--text); border-color:var(--amber); box-shadow:var(--shadow); transform:translateY(-5px); }
.about-service-card img { width:100%; height:100%; object-fit:cover; }
.about-service-card > div { padding:22px 21px 23px; }
.about-service-card span { display:block; color:var(--amber-deep); font-size:.78rem; font-weight:900; letter-spacing:.1em; }
.about-service-card h3 { margin:8px 0 9px; font-size:1.36rem; }
.about-service-card p { margin-bottom:18px; color:var(--muted); font-size:.94rem; line-height:1.55; }
.about-service-card b { color:var(--ink); font-size:.88rem; }

.about-work-section { background:var(--paper); }
.about-work-heading { max-width:760px; margin-bottom:36px; }
.about-work-heading h2 { margin-bottom:13px; }
.about-work-heading p:last-child { color:var(--muted); }
.about-work-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.about-work-card { min-height:280px; display:flex; align-items:flex-end; overflow:hidden; position:relative; margin:0; border-radius:15px; background:#20252a; box-shadow:var(--shadow-soft); }
.about-work-card::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(6,8,10,.75),rgba(6,8,10,.02) 64%); }
.about-work-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .24s ease; }
.about-work-card:hover img { transform:scale(1.05); }
.about-work-card figcaption { position:relative; z-index:1; padding:20px; color:#fff; font-size:1rem; font-weight:850; line-height:1.2; }
.about-work-card figcaption small { display:block; margin-top:6px; color:#e4c36e; font-size:.76rem; font-weight:750; letter-spacing:.07em; text-transform:uppercase; }

.about-method-section { color:var(--white); background:var(--ink); }
.about-method-heading { max-width:770px; margin-bottom:42px; }
.about-method-heading h2 { margin-bottom:14px; color:var(--white); }
.about-method-heading p:last-child { margin:0; color:#c1c9d0; }
.about-method-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.about-method-grid article { padding:27px 24px; border:1px solid rgba(255,255,255,.15); border-radius:var(--radius-sm); background:rgba(255,255,255,.035); }
.about-method-grid span { display:inline-flex; align-items:center; justify-content:center; width:35px; height:35px; margin-bottom:15px; color:var(--ink); background:var(--amber); border-radius:50%; font-size:.8rem; font-weight:900; }
.about-method-grid h3 { margin-bottom:9px; color:var(--white); font-size:1.22rem; }
.about-method-grid p { margin:0; color:#bec7ce; font-size:.94rem; line-height:1.55; }

.about-proisol-section { background:var(--white); }
.about-proisol-grid { display:grid; grid-template-columns:.93fr 1.07fr; align-items:center; gap:76px; }
.about-proisol-media { min-height:448px; margin:0; overflow:hidden; border-radius:var(--radius); box-shadow:var(--shadow-soft); }
.about-proisol-media img { width:100%; height:100%; object-fit:cover; }
.about-proisol-copy h2 { margin-bottom:16px; }
.about-proisol-copy p { color:var(--muted); font-size:1.04rem; }
.about-chips { display:flex; flex-wrap:wrap; gap:9px; margin:26px 0 8px; }
.about-chips span { display:inline-flex; align-items:center; min-height:34px; padding:0 13px; color:var(--ink); background:var(--white); border:1px solid var(--line); border-radius:999px; font-size:.86rem; font-weight:750; }

.about-area-section { color:var(--white); background:var(--green); }
.about-area-grid { display:grid; grid-template-columns:1fr 1.02fr; align-items:center; gap:70px; }
.about-area-grid h2 { max-width:610px; margin-bottom:16px; color:var(--white); }
.about-area-grid p { max-width:600px; margin:0; color:rgba(255,255,255,.84); font-size:1.05rem; }
.about-area-tags { display:flex; flex-wrap:wrap; align-content:flex-start; gap:10px; }
.about-area-tags span { display:inline-flex; align-items:center; min-height:40px; padding:0 15px; color:var(--white); border:1px solid rgba(255,255,255,.36); border-radius:999px; font-size:.9rem; }

.about-company-section { background:var(--white); }
.about-company-grid { display:grid; grid-template-columns:.78fr 1.22fr; align-items:start; gap:82px; }
.about-company-grid h2 { margin-bottom:14px; }
.about-company-grid > div > p:last-child { max-width:460px; color:var(--muted); }
.about-company-data { display:grid; overflow:hidden; margin:0; border:1px solid var(--line); border-radius:var(--radius-sm); }
.about-company-data div { display:grid; grid-template-columns:190px 1fr; border-bottom:1px solid var(--line); }
.about-company-data div:last-child { border-bottom:0; }
.about-company-data dt,.about-company-data dd { margin:0; padding:14px 17px; }
.about-company-data dt { color:var(--ink); background:var(--paper); font-weight:850; }
.about-company-data dd { color:var(--muted); }
.about-company-data a { color:var(--amber-deep); font-weight:800; }

@media (max-width:1100px) {
  .about-service-grid,.about-work-grid { grid-template-columns:repeat(2,1fr); }
  .about-method-grid { grid-template-columns:repeat(2,1fr); }
  .about-hero-copy { padding-right:38px; }
}
@media (max-width:900px) {
  .about-hero-grid,.about-proisol-grid,.about-area-grid,.about-company-grid { grid-template-columns:1fr; }
  .about-hero-copy { max-width:none; padding:90px 0 55px; }
  .about-hero-media { min-height:440px; }
  .about-proisol-grid,.about-area-grid,.about-company-grid { gap:45px; }
  .about-trust-grid { grid-template-columns:repeat(2,1fr); }
  .about-trust-grid article:nth-child(2) { border-right:0; }
  .about-trust-grid article:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.12); }
}
@media (max-width:560px) {
  .about-hero-copy { padding:72px 0 46px; }
  .about-hero h1 { font-size:2.85rem; }
  .about-hero-lead { font-size:1.1rem; }
  .about-hero-media { min-height:360px; }
  .about-hero-media figcaption { right:16px; bottom:14px; left:16px; max-width:none; text-align:left; }
  .about-trust-grid,.about-service-grid,.about-method-grid,.about-work-grid { grid-template-columns:1fr; }
  .about-trust-grid article { min-height:0; border-right:0; border-bottom:1px solid rgba(255,255,255,.12) !important; }
  .about-trust-grid article:last-child { border-bottom:0 !important; }
  .about-service-card { grid-template-rows:210px 1fr; }
  .about-work-card { min-height:250px; }
  .about-proisol-media { min-height:300px; }
  .about-company-data div { grid-template-columns:1fr; }
  .about-company-data dt { padding-bottom:5px; }
  .about-company-data dd { padding-top:5px; }
}
