/* ============================================
   PAGE: О компании
   ============================================ */

/* ── HERO ── */
.about-hero{
  position:relative;
  padding:clamp(1.5rem,3vw,2.5rem) 0 clamp(3rem,5vw,4rem);
  background:var(--cream);
  overflow:hidden;
}
.about-hero-grid{
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:clamp(2rem,5vw,4rem);
  align-items:center;
  position:relative;z-index:2;
}
.about-hero-title{
  font-family:'Playfair Display',serif;
  font-size:clamp(2rem,3.8vw,3rem);
  font-weight:600;color:var(--text-dark);
  line-height:1.15;margin-bottom:1rem;
  letter-spacing:-.02em;
}
.about-hero-title em{font-style:italic;color:var(--green-dark);font-weight:500}
.about-hero-lead{
  font-size:clamp(.88rem,1.05vw,.96rem);
  color:var(--text-mid);line-height:1.65;
  max-width:500px;margin-bottom:1.5rem;
}
.about-hero-lead strong{color:var(--text-dark);font-weight:600}
.about-hero-actions{display:flex;gap:.6rem;flex-wrap:wrap}

.about-hero-photo{position:relative}
.about-hero-photo-main{
  border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow-hover);
  border:1px solid rgba(221,211,195,.2);
}
.about-hero-photo-main img{width:100%;height:420px;object-fit:cover}
.about-hero-badge{
  position:absolute;bottom:-18px;left:20px;
  display:flex;align-items:center;gap:.6rem;
  padding:.75rem 1.1rem;
  background:var(--white);border-radius:10px;
  box-shadow:var(--shadow-card);
  border:1px solid rgba(221,211,195,.2);z-index:2;
}
.about-hero-badge-icon{
  width:38px;height:38px;border-radius:9px;
  background:var(--green-pale);border:1.5px solid rgba(45,90,39,.1);
  display:flex;align-items:center;justify-content:center;
}
.about-hero-badge-icon svg{width:17px;height:17px;color:var(--green-dark)}
.about-hero-badge strong{font-size:.86rem;color:var(--text-dark);display:block;line-height:1.2}
.about-hero-badge span{font-size:.72rem;color:var(--text-light)}

/* ── STATS ── */
.about-stats{
  padding:clamp(2rem,4vw,3rem) 0;
  background:var(--white);
  border-top:1px solid rgba(221,211,195,.3);
  border-bottom:1px solid rgba(221,211,195,.3);
}
.about-stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:clamp(1rem,2vw,1.5rem);
}
.about-stat{
  text-align:center;
  padding:clamp(1.2rem,2vw,1.8rem) 1rem;
  border-radius:var(--radius);
  background:var(--cream);
  border:1px solid rgba(221,211,195,.25);
  transition:transform var(--transition),box-shadow var(--transition);
}
.about-stat:hover{transform:translateY(-3px);box-shadow:var(--shadow-card)}
.about-stat-value{
  font-family:'Playfair Display',serif;
  font-size:clamp(1.8rem,3vw,2.4rem);
  font-weight:700;color:var(--green-dark);
  line-height:1;margin-bottom:.35rem;
}
.about-stat-label{font-size:.8rem;color:var(--text-light);line-height:1.4}

/* ── FOUNDER (text-only) ── */
.about-founder{
  position:relative;
  padding:clamp(4rem,7vw,6rem) 0;
  background:var(--white);
  overflow:hidden;
}
.about-founder-inner{max-width:900px}
.about-founder-heading{
  font-family:'Playfair Display',serif;
  font-size:clamp(1.5rem,2.5vw,2.1rem);
  font-weight:600;color:var(--text-dark);
  line-height:1.3;margin-bottom:clamp(1.5rem,3vw,2.5rem);
  max-width:680px;
}
.about-founder-heading em{font-style:italic;color:var(--green-dark);font-weight:500}

.about-founder-cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(1.5rem,3vw,2.5rem);
  margin-bottom:clamp(1.5rem,3vw,2.5rem);
}
.about-founder-text{font-size:.9rem;color:var(--text-mid);line-height:1.75}
.about-founder-text p{margin-bottom:.8rem}
.about-founder-text p:last-child{margin-bottom:0}

.about-founder-quote{
  padding:clamp(1.2rem,2vw,1.8rem) clamp(1.5rem,2.5vw,2rem);
  background:var(--green-deep);
  border-radius:var(--radius);
  margin-bottom:clamp(1.5rem,3vw,2rem);
  display:flex;align-items:flex-start;gap:1rem;
  position:relative;
}
.about-founder-quote-mark{
  font-family:'Playfair Display',serif;
  font-size:3.5rem;line-height:.8;
  color:var(--green-mid);opacity:.4;
  flex-shrink:0;
}
.about-founder-quote-text{
  font-size:.92rem;color:rgba(255,255,255,.85);
  line-height:1.6;font-style:italic;
  padding-top:.3rem;
}

.about-founder-sign{
  display:flex;align-items:center;gap:.8rem;
  padding-top:1.2rem;
  border-top:1px solid rgba(221,211,195,.3);
}
.about-founder-sign-avatar{
  width:48px;height:48px;border-radius:50%;
  background:var(--green-pale);border:2px solid rgba(45,90,39,.1);
  display:flex;align-items:center;justify-content:center;
  font-family:'Playfair Display',serif;
  font-size:.95rem;font-weight:700;color:var(--green-dark);
  flex-shrink:0;
}
.about-founder-sign-name{font-size:.86rem;font-weight:700;color:var(--text-dark)}
.about-founder-sign-role{font-size:.76rem;color:var(--text-light)}

/* ── WHY US ── */
.about-why{
  padding:clamp(4rem,7vw,6rem) 0;
  background:var(--cream);
}
.about-why-header{margin-bottom:clamp(2rem,3.5vw,3rem)}
.about-why-heading{
  font-family:'Playfair Display',serif;
  font-size:clamp(1.5rem,2.5vw,2.1rem);
  font-weight:600;color:var(--text-dark);line-height:1.25;
}
.about-why-heading em{font-style:italic;color:var(--green-dark);font-weight:500}
.about-why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:clamp(1rem,2vw,1.5rem);
}
.about-why-card{
  padding:clamp(1.5rem,2vw,2rem);
  background:var(--white);
  border-radius:var(--radius);
  border:1px solid rgba(221,211,195,.25);
  transition:transform var(--transition),box-shadow var(--transition);
}
.about-why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.about-why-icon{
  width:44px;height:44px;border-radius:10px;
  background:var(--green-pale);border:1.5px solid rgba(45,90,39,.1);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:1rem;
}
.about-why-icon svg{width:20px;height:20px;color:var(--green-dark)}
.about-why-card h3{
  font-family:'Playfair Display',serif;
  font-size:1rem;font-weight:600;
  color:var(--text-dark);margin-bottom:.4rem;
}
.about-why-card p{font-size:.84rem;color:var(--text-mid);line-height:1.6}

/* ── GEOGRAPHY ── */
.about-geo{
  position:relative;
  padding:clamp(4rem,7vw,6rem) 0;
  background:var(--white);
  overflow:hidden;
}
.about-geo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(2rem,4vw,3.5rem);
  align-items:center;
  position:relative;z-index:2;
}
.about-geo-heading{
  font-family:'Playfair Display',serif;
  font-size:clamp(1.5rem,2.5vw,2.1rem);
  font-weight:600;color:var(--text-dark);
  line-height:1.25;margin-bottom:1rem;
}
.about-geo-heading em{font-style:italic;color:var(--green-dark);font-weight:500}
.about-geo-text{
  font-size:.88rem;color:var(--text-mid);line-height:1.7;
  margin-bottom:1.5rem;
}
.about-geo-address{display:flex;flex-direction:column;gap:.6rem}
.about-geo-row{
  display:flex;align-items:center;gap:.6rem;
  font-size:.86rem;color:var(--text-mid);
}
.about-geo-row svg{width:18px;height:18px;color:var(--green-dark);flex-shrink:0}
.about-geo-row a{color:var(--green-dark);font-weight:600;transition:opacity .2s}
.about-geo-row a:hover{opacity:.7}
.about-geo-map{
  border-radius:var(--radius);overflow:hidden;
  border:1px solid rgba(221,211,195,.25);
  box-shadow:var(--shadow-soft);
  height:360px;
  background:var(--cream-warm);
}

/* ── CTA ── */
.about-cta{
  padding:clamp(2.5rem,4vw,3.5rem) 0;
  background:var(--green-deep);
  position:relative;overflow:hidden;
}
.about-cta::before{
  content:'';position:absolute;
  top:-50%;left:-15%;width:500px;height:500px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(90,173,80,.08) 0%,transparent 70%);
  pointer-events:none;
}
.about-cta-inner{
  display:flex;align-items:center;justify-content:space-between;
  gap:2rem;flex-wrap:wrap;position:relative;z-index:1;
}
.about-cta-text h2{
  font-family:'Playfair Display',serif;
  font-size:clamp(1.3rem,2.2vw,1.7rem);
  font-weight:600;color:#fff;line-height:1.25;margin-bottom:.3rem;
}
.about-cta-text h2 em{font-style:italic;color:rgba(255,255,255,.4);font-weight:400}
.about-cta-text p{font-size:.84rem;color:rgba(255,255,255,.45)}
.about-cta-actions{display:flex;gap:.6rem;flex-wrap:wrap}
.about-cta-btn{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.75rem 1.4rem;border-radius:8px;
  font-size:.86rem;font-weight:600;
  transition:all var(--transition);
  border:none;cursor:pointer;font-family:inherit;
}
.about-cta-btn svg{width:15px;height:15px}
.about-cta-btn--primary{background:var(--white);color:var(--green-deep)}
.about-cta-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}
.about-cta-btn--secondary{background:rgba(255,255,255,.08);color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.1)}
.about-cta-btn--secondary:hover{background:rgba(255,255,255,.14);color:#fff}

/* ── RESPONSIVE ── */
@media(max-width:960px){
  .about-hero-grid{grid-template-columns:1fr;gap:2rem}
  .about-hero-photo-main img{height:320px}
  .about-founder-cols{grid-template-columns:1fr}
  .about-geo-grid{grid-template-columns:1fr}
  .about-geo-map{height:300px}
}
@media(max-width:768px){
  .about-stats-grid{grid-template-columns:repeat(2,1fr)}
  .about-why-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .about-stats-grid{grid-template-columns:1fr 1fr}
  .about-stat{padding:1rem .8rem}
  .about-hero-photo-main img{height:260px}
  .about-cta-inner{flex-direction:column;text-align:center}
  .about-cta-actions{justify-content:center}
}
