﻿/* =====================================================================
   QWOOD â€” QuiÃ©nes somos
   Archivo canÃ³nico sugerido: /wp-content/uploads/qwood/qwood-about.css
   ===================================================================== */

.qw-about{
  /* Proxies al design-system canÃ³nico â€” cambiar tokens solo en design-system.css (audit 2026-04-20) */
  --qw-font: var(--qwood-font-sans, 'Montserrat',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif);
  --qw-green: var(--qwood-color-primary, #1bcf17);
  --qw-green-dark: var(--qwood-color-primary-dark, #1bcf17);
  --qw-ink: var(--qwood-color-text, #102033);
  --qw-sub: var(--qwood-color-muted, #4d6178);
  --qw-line: var(--qwood-color-border, rgba(16,32,51,.10));
  --qw-soft:#f3f8f2;                /* verde muy pÃ¡lido especÃ­fico de About â€” no canÃ³nico */
  --qw-soft-2:#eef6f0;              /* verde pÃ¡lido 2 â€” no canÃ³nico */
  --qw-card: var(--qwood-color-card-bg, #ffffff);
  --qw-radius:32px;                 /* radius especÃ­fico de About */
  --qw-radius-sm: var(--qwood-radius-lg, 24px);
  --qw-shadow: var(--qwood-shadow-strong, 0 20px 48px rgba(16,32,51,.08));
  --qw-shadow-soft: var(--qwood-shadow-soft, 0 12px 28px rgba(16,32,51,.05));
  font-family:var(--qw-font);
  color:var(--qw-ink);
}

/* Page bg blanco en QuiÃ©nes somos â€” bold aesthetic 2026-05-08. */
body.page-template-default.qw-about-page,
body:has(.qw-about) {
  background: #ffffff !important;
}

.qw-about .qw-wrap{
  max-width:1240px;                /* SSOT canonico, mismo que .qw-inner (home) */
  margin:0 auto;
  padding:26px 24px 70px;
  display:flex;                    /* rhythm unificado via gap, mata margin-tops individuales */
  flex-direction:column;
  gap:60px;
}

.qw-about .qw-hero{
  position:relative;
  overflow:hidden;
  border-radius:var(--qw-radius);
  border:none;
  box-shadow:var(--qw-shadow);
  background:#ffffff;
}

.qw-about .qw-hero::before{
  content:"";
  position:absolute;
  top:-40px;
  left:-30px;
  width:300px;
  height:300px;
  background-repeat:no-repeat;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Cpath d='M254 38c-57 13-108 48-143 96-31 42-49 94-50 148 55-9 104-34 146-74 42-40 69-99 79-170Z' fill='%23e4f0e0'/%3E%3C/svg%3E");
  opacity:1;
  pointer-events:none;
}

.qw-about .qw-hero::after{
  content:"";
  position:absolute;
  right:-50px;
  bottom:-60px;
  width:330px;
  height:330px;
  background-repeat:no-repeat;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Cpath d='M60 264c13-56 41-108 84-148 41-39 94-66 152-73-12 60-39 113-79 152-42 41-96 65-157 69Z' fill='%23e1efdc'/%3E%3C/svg%3E");
  opacity:1;
  pointer-events:none;
}

.qw-about .qw-hero-inner{
  position:relative;
  z-index:1;
  display:block;
  padding:42px 34px 34px;
  text-align:center;
}

.qw-about .qw-brand{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:18px;
}

.qw-about .qw-logo{
  height:64px;
  width:auto;
  display:block;
}

.qw-about h1{
  margin:0 0 18px;
  font-size:clamp(38px,5vw,64px);
  line-height:1.02;
  font-weight:900;
  letter-spacing:-.045em;
  text-align:center;
}

.qw-about .qw-intro{
  margin:0 auto;
  max-width:820px;
  color:var(--qw-sub);
  font-size:17px;
  line-height:2;
  text-align:center;
}

.qw-about .qw-hero-media{
  position:relative;
  margin-top:28px;
  border-radius:28px;
  overflow:hidden;
  min-height:470px;
  width:100%;
  background:#fff;
  border:none;
  box-shadow:0 16px 34px rgba(16,32,51,.10);
}

.qw-about .qw-hero-media img{
  width:100%;
  height:100%;
  min-height:470px;
  object-fit:cover;
  display:block;
}

.qw-about .qw-sections{
  display:grid;
  gap:20px;
  /* margin-top gestionado por gap de .qw-wrap (audit 2026-04-10) */
}

.qw-about .qw-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.qw-about .qw-card,
.qw-about .qw-manifesto,
.qw-about .qw-quote,
.qw-about .qw-cta-band{
  /* Bloque unificado tras audit 2026-04-10 (previamente duplicado en linea ~348). */
  position:relative;
  overflow:hidden;
  padding:32px 28px;
  text-align:center;
  background:#ffffff;
  border:none;
  border-radius:var(--qw-radius-sm);
  box-shadow:var(--qw-shadow-soft);
}

.qw-about .qw-card{
  padding:24px 24px 22px;
  isolation:isolate;
}

.qw-about .qw-card > *{
  position:relative;
  z-index:1;
}

.qw-about .qw-card::before{
  content:"";
  position:absolute;
  top:-8px;
  right:-6px;
  width:170px;
  height:170px;
  background-repeat:no-repeat;
  background-size:contain;
  opacity:.95;
  pointer-events:none;
  z-index:0;
}

.qw-about .qw-card:nth-child(1)::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpath d='M184 32c-42 9-79 34-106 69-23 31-37 70-38 111 40-7 77-25 108-54 30-28 50-69 58-126Z' fill='%23dcecd8'/%3E%3C/svg%3E");
}

.qw-about .qw-card:nth-child(2)::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpath d='M110 22c39 15 66 42 78 82-24 8-49 10-73 4-28-7-52-24-75-53 19-19 41-30 70-33Z' fill='%23e3f1df'/%3E%3C/svg%3E");
}

.qw-about .qw-card:nth-child(3)::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpath d='M170 28c-18 13-32 31-41 53-9 23-11 48-5 74 22-10 41-27 56-50 15-23 23-49 20-77Z' fill='%23dbead7'/%3E%3C/svg%3E");
}

.qw-about .qw-card-tag{
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 12px;
  border-radius:999px;
  background:#ffffff;
  box-shadow:0 2px 6px rgba(15,23,42,.08);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--qw-green-dark);
}

.qw-about .qw-card h2{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.03em;
}

.qw-about .qw-card p{
  margin:0;
  color:var(--qw-sub);
  font-size:15px;
  line-height:1.85;
}

.qw-about .qw-focus{
  display:grid;
  grid-template-columns:minmax(0,1.38fr) minmax(280px,.62fr);
  gap:18px;
  align-items:stretch;
}

.qw-about .qw-manifesto{
  padding:30px 28px;
  background:#ffffff;
}

.qw-about .qw-manifesto::before{
  content:"";
  position:absolute;
  top:-22px;
  right:-18px;
  width:220px;
  height:220px;
  background-repeat:no-repeat;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 260'%3E%3Cpath d='M210 36c-49 10-92 38-123 77-27 35-43 78-45 124 47-8 90-30 126-64 36-34 59-83 67-137Z' fill='%23eef5e9'/%3E%3C/svg%3E");
  pointer-events:none;
  opacity:.95;
}

.qw-about .qw-manifesto h3,
.qw-about .qw-manifesto p,
.qw-about .qw-list{
  position:relative;
  z-index:1;
}

.qw-about .qw-manifesto h3{
  margin:0 0 16px;
  font-size:26px;
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.03em;
}

.qw-about .qw-manifesto p{
  margin:0 0 18px;
  color:var(--qw-sub);
  line-height:1.9;
  font-size:16px;
  max-width:60ch;
}

.qw-about .qw-list{
  display:grid;
  gap:12px;
  margin:6px 0 0;
  padding:0;
  list-style:none;
}

.qw-about .qw-list li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:15px 16px;
  border-radius:16px;
  background:#ffffff;
  border:none;
  color:var(--qw-sub);
  line-height:1.75;
  text-align:left;
}

.qw-about .qw-list-mark{
  flex:0 0 auto;
  width:30px;
  height:30px;
  border-radius:999px;
  background:#ffffff;
  box-shadow:0 2px 8px rgba(15,23,42,.10);
  color:var(--qw-green-dark);
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:18px;
  margin-top:1px;
}

.qw-about .qw-list strong{
  color:var(--qw-green-dark);
}

.qw-about .qw-quote{
  padding:30px 28px;
  background:#ffffff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.qw-about .qw-quote::before{
  content:"";
  position:absolute;
  right:-18px;
  top:-12px;
  width:180px;
  height:180px;
  background-repeat:no-repeat;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpath d='M38 170c11-46 35-88 68-121 33-31 75-52 123-57-10 48-31 91-64 123-34 33-77 52-127 55Z' fill='%23e4f1df'/%3E%3C/svg%3E");
  pointer-events:none;
  opacity:.92;
}

.qw-about .qw-quote p,
.qw-about .qw-quote strong{
  position:relative;
  z-index:1;
}

.qw-about .qw-quote p{
  margin:0 0 16px;
  font-size:17px;
  line-height:1.9;
  color:var(--qw-ink);
  max-width:26ch;
}

.qw-about .qw-quote strong{
  display:block;
  margin-top:2px;
  font-size:14px;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:var(--qw-green-dark);
}

/* (.qw-cta-band unificado mas arriba tras audit 2026-04-10) */

.qw-about .qw-cta-band::before{
  content:"";
  position:absolute;
  left:-20px;
  bottom:-24px;
  width:220px;
  height:220px;
  background-repeat:no-repeat;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cpath d='M192 36c-46 9-86 35-114 72-25 32-40 72-42 114 43-7 83-27 117-58 34-31 56-76 64-128Z' fill='%23e5f1e2'/%3E%3C/svg%3E");
  opacity:.95;
  pointer-events:none;
}

.qw-about .qw-cta-band h3,
.qw-about .qw-cta-band p{
  position:relative;
  z-index:1;
}

.qw-about .qw-cta-band h3{
  margin:0 0 12px;
  font-size:clamp(28px,3vw,40px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.03em;
}

.qw-about .qw-cta-band p{
  margin:0 auto;
  max-width:820px;
  color:var(--qw-sub);
  line-height:1.95;
  font-size:17px;
}

@media (max-width:1080px){
  .qw-about .qw-grid{
    grid-template-columns:1fr;
  }
  .qw-about .qw-card h2,
  .qw-about .qw-card p{
    max-width:none;
  }
  .qw-about .qw-focus{
    grid-template-columns:1fr;
  }
  .qw-about .qw-quote p{
    max-width:none;
  }
}

@media (max-width:820px){
  .qw-about .qw-hero-inner{
    padding:28px 20px 20px;
  }
  .qw-about .qw-logo{
    height:54px;
  }
  .qw-about .qw-intro{
    font-size:16px;
    line-height:1.9;
  }
  .qw-about .qw-hero-media,
  .qw-about .qw-hero-media img{
    min-height:300px;
  }
}

@media (max-width:620px){
  .qw-about .qw-wrap{
    padding:18px 14px 48px;
  }
  .qw-about .qw-card,
  .qw-about .qw-manifesto,
  .qw-about .qw-quote,
  .qw-about .qw-cta-band{
    padding-left:18px;
    padding-right:18px;
  }
  .qw-about h1{
    font-size:clamp(30px,10vw,44px);
  }
  .qw-about .qw-logo{
    height:48px;
  }
  .qw-about .qw-hero-media,
  .qw-about .qw-hero-media img{
    min-height:230px;
  }
}


.qw-about{
  position:relative;
  isolation:isolate;
}
.qw-about .qw-wm{
  position:absolute;
  z-index:0;
  width:min(420px,44vw);
  color:rgba(27,207,23,.08);
  pointer-events:none;
  user-select:none;
}
.qw-about .qw-wm--left{ left:-140px; top:120px; }
.qw-about .qw-wm--right{ right:-140px; top:520px; }
.qw-about .qw-wm-svg{ display:block; width:100%; height:auto; }
.qw-about .qw-wrap{ position:relative; z-index:1; }

.qw-about .qw-team-band{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);
  gap:18px;
  align-items:center;
  padding:28px 28px;
  background:#ffffff;
  border:none;
  border-radius:var(--qw-radius-sm);
  box-shadow:var(--qw-shadow-soft);
}
.qw-about .qw-team-band::before{
  content:"";
  position:absolute;
  right:-24px;
  bottom:-32px;
  width:220px;
  height:220px;
  background-repeat:no-repeat;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cpath d='M192 36c-46 9-86 35-114 72-25 32-40 72-42 114 43-7 83-27 117-58 34-31 56-76 64-128Z' fill='%23e7f3e3'/%3E%3C/svg%3E");
  pointer-events:none;
  opacity:.95;
}
.qw-about .qw-team-band__copy,
.qw-about .qw-team-band__cta{ position:relative; z-index:1; }
.qw-about .qw-team-band__eyebrow{
  display:inline-flex;
  margin-bottom:12px;
  padding:8px 12px;
  border-radius:999px;
  background:#ffffff;
  box-shadow:0 2px 6px rgba(15,23,42,.08);
  color:var(--qw-green-dark);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.qw-about .qw-team-band h3{
  margin:0 0 12px;
  font-size:clamp(25px,2.5vw,34px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.03em;
  max-width:18ch;
}
.qw-about .qw-team-band p{
  margin:0;
  color:var(--qw-sub);
  line-height:1.85;
}
.qw-about .qw-team-band__cta{
  display:grid;
  gap:12px;
  align-content:start;
  justify-items:start;
}
.qw-about .qw-team-band__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  background:var(--qw-green);
  color:#fff;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 14px 30px rgba(27,207,23,.18);
}
.qw-about .qw-team-band__button:hover{
  background:var(--qw-green-dark);
  color:#fff;
}
.qw-about .qw-team-band__note{
  font-size:14px;
  color:var(--qw-sub);
  max-width:30ch;
}
@media (max-width: 980px){
  .qw-about .qw-team-band{
    grid-template-columns:1fr;
  }
  .qw-about .qw-team-band h3{
    max-width:none;
  }
}
@media (max-width: 700px){
  .qw-about .qw-wm{
    width:min(280px,70vw);
  }
  .qw-about .qw-wm--left{ left:-110px; top:110px; }
  .qw-about .qw-wm--right{ right:-110px; top:640px; }
}

/* ============================================================
   AUDIT 2026-04-06 â€” Secciones nuevas EEAT (migradas desde inline)
   timeline + stats + sustain + contact-cta + section helpers

   Â¿Por quÃ© estÃ¡n aquÃ­?
   El bloque <style> inline del shortcode qwood_quienes_somos_shortcode()
   solo se imprime si NO existe este asset externo (es un fallback).
   Cuando se aÃ±adieron las secciones nuevas en el HTML, las reglas se
   crearon solo en el inline y este archivo quedÃ³ sin los selectores,
   por lo que en producciÃ³n las nuevas secciones aparecÃ­an sin estilo.
   ============================================================ */

.qw-about .qw-section-kicker{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--qw-green);
  margin-bottom:10px;
}
.qw-about .qw-section-intro{
  color:var(--qw-sub);
  font-size:17px;
  font-weight:700;
  line-height:1.7;
  max-width:62ch;
  margin:0 auto 28px;
}
.qw-about .qw-section-intro strong{ color:var(--qw-ink); }

/* Timeline */
.qw-about .qw-timeline{
  /* margin-top gestionado por gap de .qw-wrap (audit 2026-04-10) */
  padding:48px 40px;
  background:#ffffff;
  border:none;
  border-radius:var(--qw-radius);
  box-shadow:var(--qw-shadow-soft);
}
.qw-about .qw-timeline h2{
  font-size:clamp(24px,3vw,34px);
  font-weight:900;
  margin:0 0 6px;
  line-height:1.18;
}
.qw-about .qw-timeline-list{
  list-style:none;
  padding:0;
  margin:0;
  position:relative;
}
.qw-about .qw-timeline-list::before{
  content:"";
  position:absolute;
  left:54px;
  top:8px;
  bottom:8px;
  width:2px;
  background:var(--qw-green);
  border-radius:2px;
}
.qw-about .qw-timeline-item{
  position:relative;
  display:grid;
  grid-template-columns:120px 1fr;
  gap:24px;
  padding:18px 0;
  align-items:flex-start;
}
.qw-about .qw-timeline-year{
  position:relative;
  display:inline-grid;
  place-items:center;
  width:100px;
  height:42px;
  background:var(--qw-green);
  color:#fff;
  font-size:18px;
  font-weight:900;
  border-radius:999px;
  box-shadow:0 6px 18px rgba(27,207,23,.20);
  z-index:2;
}
.qw-about .qw-timeline-body h3{
  font-size:1.15rem;
  font-weight:900;
  margin:6px 0 6px;
  color:var(--qw-ink);
}
.qw-about .qw-timeline-body p{
  font-size:15px;
  font-weight:700;
  line-height:1.7;
  color:var(--qw-sub);
  margin:0;
}
.qw-about .qw-timeline-body strong{ color:var(--qw-green-dark); }

/* Stats */
.qw-about .qw-stats{
  /* margin-top gestionado por gap de .qw-wrap (audit 2026-04-10) */
  padding:36px 40px;
  background:#ffffff;
  border:none;
  border-radius:var(--qw-radius);
  box-shadow:var(--qw-shadow-soft);
}
.qw-about .qw-stats-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
  text-align:center;
}
.qw-about .qw-stat-value{
  display:block;
  font-size:clamp(24px,3vw,36px);
  font-weight:900;
  color:var(--qw-green);
  line-height:1.1;
  margin-bottom:6px;
}
.qw-about .qw-stat-label{
  display:block;
  font-size:13px;
  font-weight:800;
  color:var(--qw-sub);
  line-height:1.45;
}

/* Sustain */
.qw-about .qw-sustain{
  padding:48px 40px;
  background:#ffffff;
  border:none;
  border-radius:var(--qw-radius);
  box-shadow:0 6px 24px rgba(15,23,42,.12);
}
.qw-about .qw-sustain h2{
  font-size:clamp(24px,3vw,34px);
  font-weight:900;
  margin:0 0 6px;
  line-height:1.18;
}
.qw-about .qw-sustain-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.qw-about .qw-sustain-card{
  padding:22px 24px;
  background:#ffffff;
  border:none;
  border-radius:var(--qw-radius-sm);
  box-shadow:0 6px 20px rgba(0,0,0,.12);
}
.qw-about .qw-sustain-card::before,
.qw-about .qw-sustain-card::after{
  /* Kill any accent bars / decorative pseudo-elements */
  content:none !important;
  display:none !important;
}
.qw-about .qw-sustain-card h3{
  font-size:1rem;
  font-weight:900;
  margin:0 0 8px;
  color:var(--qw-ink);
}
.qw-about .qw-sustain-card p{
  font-size:14px;
  font-weight:700;
  line-height:1.65;
  color:var(--qw-sub);
  margin:0;
}

/* Compromisos â€” solid color cards 2026-05-27 */

/* 1) Bosques gestionados â€” solid green */
.qw-about .qw-sustain-card:nth-child(1) {
  background: #1bcf17;
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
.qw-about .qw-sustain-card:nth-child(1) h3,
.qw-about .qw-sustain-card:nth-child(1) p { color: #ffffff; }

/* 2) Aprovechamiento del tronco â€” solid orange */
.qw-about .qw-sustain-card:nth-child(2) {
  background: #f97316;
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
.qw-about .qw-sustain-card:nth-child(2) h3,
.qw-about .qw-sustain-card:nth-child(2) p { color: #ffffff; }

/* 3) Cero residuos en obra â€” solid celeste/light blue */
.qw-about .qw-sustain-card:nth-child(3) {
  background: #0ea5e9;
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
.qw-about .qw-sustain-card:nth-child(3) h3,
.qw-about .qw-sustain-card:nth-child(3) p { color: #ffffff; }

/* 4) ProducciÃ³n local en EspaÃ±a â€” white card, stronger shadow + badge */
.qw-about .qw-sustain-card:nth-child(4) {
  background: #ffffff;
  border: 0;
  box-shadow: 0 8px 26px rgba(0,0,0,.14);
  position: relative;
}
.qw-about .qw-sustain-card:nth-child(4)::before {
  content: "Hecho en EspaÃ±a" !important;
  display: block !important;
  position: absolute;
  top: 14px;
  right: 16px;
  background: #1bcf17;
  color: #ffffff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .04em;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
}

/* Contact CTA */
.qw-about .qw-contact-cta{
  /* margin-top gestionado por gap de .qw-wrap (audit 2026-04-10) */
  padding:48px 40px;
  background:#ffffff;
  border:none;
  border-radius:var(--qw-radius);
  box-shadow:var(--qw-shadow-soft);
  text-align:center;
}
.qw-about .qw-contact-cta h2{
  font-size:clamp(28px,3.4vw,40px);
  font-weight:900;
  margin:0 0 6px;
  color:var(--qw-ink);
}
.qw-about .qw-contact-buttons{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-top:28px;
}
.qw-about .qw-contact-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 26px;
  border-radius:999px;
  font-size:15px;
  font-weight:900;
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease;
  min-height:48px;
}
.qw-about .qw-contact-btn--primary{
  background:var(--qw-green);
  color:#fff;
  box-shadow:0 10px 28px rgba(27,207,23,.20);
}
.qw-about .qw-contact-btn--primary:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(27,207,23,.28);
}
.qw-about .qw-contact-btn--ghost{
  background:#fff;
  color:var(--qw-green-dark);
  border:1px solid color-mix(in srgb, var(--qw-green) 28%, transparent);
  box-shadow:0 4px 14px rgba(27,207,23,.08);
}
.qw-about .qw-contact-btn--ghost:hover{
  transform:translateY(-2px);
  border-color:var(--qw-green);
}
.qw-about .qw-contact-meta{
  margin:24px 0 0;
  font-size:13px;
  font-weight:800;
  color:var(--qw-sub);
}

@media (max-width:880px){
  .qw-about .qw-stats-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .qw-about .qw-sustain-grid{
    grid-template-columns:1fr;
  }
  .qw-about .qw-timeline,
  .qw-about .qw-stats,
  .qw-about .qw-sustain,
  .qw-about .qw-contact-cta{
    padding:32px 24px;
  }
}

@media (max-width:540px){
  .qw-about .qw-timeline-item{
    grid-template-columns:1fr;
    gap:10px;
    justify-items:center;
    text-align:center;
  }
  /* Line hidden on mobile: with single-column layout the year pill
     already acts as the visual node. A fixed-offset vertical line
     would cut through the centered pill and look misaligned. */
  .qw-about .qw-timeline-list::before{
    display:none;
  }
  .qw-about .qw-timeline-year{
    width:auto;
    min-width:84px;
    padding:0 18px;
    justify-self:center;
  }
  .qw-about .qw-timeline-body{
    text-align:center;
  }
  /* Stat values: "+12.000 mÂ²" orphan-wraps at the default 24px in the
     145px mobile grid cell. Tighten the size and letter spacing so the
     full value stays on a single line. */
  .qw-about .qw-stat-value{
    font-size:22px;
    letter-spacing:-.01em;
    white-space:nowrap;
  }
  .qw-about .qw-stats{
    padding:28px 18px;
  }
  .qw-about .qw-stats-grid{
    gap:16px;
  }
  .qw-about .qw-contact-buttons{ flex-direction:column; align-items:stretch; }
  .qw-about .qw-contact-btn{ justify-content:center; }
}
