/* About page — clean editorial layout (white/off-white, no card UI) */

:root{
  --about-ink:#1f1c19;
  --about-muted:rgba(63,58,53,.76);
  --about-muted-2:rgba(63,58,53,.60);
  --about-line:rgba(0,0,0,.08);
}

.about-hero .section-lead{max-width:860px}

.about-prose{
  max-width:980px;
  margin:0 auto;
}

.about-prose .section-title{max-width:980px}

.about-text{
  font-family:"Outfit",sans-serif;
  font-size:1.22rem;
  line-height:1.92;
  color:var(--about-muted);
  max-width:980px;
}
.about-text strong{color:var(--about-ink);font-weight:600}
.about-text em{color:var(--about-muted-2)}

.about-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  align-items:start;
  margin-top:22px;
}

.about-rule{
  height:1px;
  background:var(--about-line);
  margin:38px 0;
}

.about-block h3{
  font-family:"Outfit",sans-serif;
  font-size:1.55rem;
  color:var(--about-ink);
  margin:0 0 12px;
}
.about-block p{margin:0 0 14px}

.about-list{
  margin:0;
  padding-left:18px;
  line-height:2.0;
  color:var(--about-muted);
  font-size:1.02rem;
}
.about-list li{margin:6px 0}
.about-list a{
  color:var(--about-ink);
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}

.about-note{
  margin-top:18px;
  padding:16px 18px;
  border-left:3px solid rgba(155,123,92,.55);
  background:rgba(155,123,92,.06);
  color:var(--about-muted);
}

/* Contact section (About) */
.about-contact .section-lead{max-width:780px}
.about-contact-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:22px;
  margin-top:28px;
}
.about-contact-card{
  border:1px solid rgba(0,0,0,.08);
  background:rgba(246,244,241,.62);
  border-radius:14px;
  padding:22px 22px 24px;
}
.about-contact-card h3{
  font-family:"Outfit",sans-serif;
  font-size:1.45rem;
  color:var(--about-ink);
  margin:0 0 14px;
}
.about-contact-row{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:14px;
  padding:12px 0;
  border-top:1px solid rgba(0,0,0,.06);
}
.about-contact-row:first-of-type{border-top:0;padding-top:0}
.about-contact-label{
  font-size:.72rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--about-muted-2);
  font-family:"Outfit",sans-serif;
}
.about-contact-val{
  color:var(--about-muted);
  font-family:"Outfit",sans-serif;
  font-size:1.15rem;
  line-height:1.6;
}
.about-contact-val a{
  color:var(--about-ink);
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.about-socials{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.about-social{
  width:44px;height:44px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:rgba(0,0,0,.04);
  border:1px solid rgba(0,0,0,.08);
  color:rgba(31,28,25,.75);
  transition:transform .2s,background .2s,border-color .2s,color .2s;
}
.about-social:hover{transform:translateY(-3px);background:rgba(155,123,92,.12);border-color:rgba(155,123,92,.28);color:var(--about-ink)}
.about-contact-copy{
  margin:0 0 16px;
  font-family:"Outfit",sans-serif;
  font-size:1.15rem;
  line-height:1.7;
  color:var(--about-muted);
}
.about-contact-fine{
  margin:14px 0 0;
  font-size:.88rem;
  color:rgba(63,58,53,.65);
  line-height:1.6;
}
.about-contact-fine code{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;font-size:.86em}

/* Full-width image slider (About) */
.about-slider{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-top:0;
  margin-bottom:0;
  height:56vh;
  min-height:420px;
  overflow:hidden;
  background:#fff;
}
.about-slider .hero-caption{display:none}
.about-slider .hero-dots{display:none}
.about-slider .hero-counter{display:none}
.about-slider .hero-arrows{right:3%}
.about-slider .hero-slide::after{
  background:linear-gradient(105deg,rgba(255,255,255,.72) 0%,rgba(255,255,255,.36) 42%,rgba(255,255,255,.12) 72%);
}
.about-slider .hero-caption{
  left:6%;
  right:6%;
  bottom:34px;
  max-width:820px;
  color:var(--about-ink);
}
.about-slider .hero-caption h2{
  color:var(--about-ink);
  font-size:clamp(2rem,4vw,3.2rem);
}
.about-slider .hero-caption p{color:var(--about-muted)}
.about-slider .btn-dark{background:var(--about-ink)}

@media(max-width:900px){
  .about-split{grid-template-columns:1fr}
  .about-contact-grid{grid-template-columns:1fr}
}
@media(max-width:768px){
  .about-text{font-size:1.15rem}
  .about-rule{margin:30px 0}
  .about-slider{height:44vh;min-height:320px;margin-top:0;margin-bottom:0}
  .about-slider .hero-arrows{right:4%}
  .about-contact-row{grid-template-columns:1fr}
}
