/**
 * about.css — the story page: hero, the metrics ribbon, story pillars, the
 * values band, the investor split and the contact form.
 */

.about-hero {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(48px, 7.5vw, 84px) var(--gutter) clamp(44px, 6.5vw, 64px);
  text-align: center;
}
.about-hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(30px, 5.8vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 40px rgba(224, 163, 37, .26);
}
.about-hero p {
  margin-inline: auto;
  font-size: clamp(15px, 1.8vw, 17.5px);
  line-height: 1.65;
  color: rgba(255, 248, 240, .84);
  max-width: 56ch;
}

/* ================= METRICS ================= */
.metrics {
  padding-block: clamp(22px, 3vw, 28px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 18px clamp(20px, 3vw, 32px);
  text-align: center;
}
.metrics b {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(24px, 3.4vw, 32px);
  font-weight: 600;
  color: var(--maroon-800);
  line-height: 1.1;
}
.metrics span { display: block; margin-top: 5px; font-size: 13px; color: var(--gold-deep); line-height: 1.5; }

/* ================= STORY ================= */
.story {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 5vw, 56px);
  align-items: flex-start;
}
.story__copy { flex: 1 1 380px; min-width: 0; }
.story__copy h2 { margin: 10px 0 14px; font-size: clamp(25px, 4vw, 32px); line-height: 1.16; }
.story__copy p { margin-bottom: 14px; font-size: 15px; color: var(--ink-2); line-height: 1.75; }
.story__copy p:last-child { margin-bottom: 0; }
.pillars { flex: 1 1 320px; min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.pillar {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  transition: all var(--t-slow);
}
.pillar:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px -20px rgba(224, 163, 37, 1);
}
.pillar h3 { margin: 0 0 6px; font-family: var(--font-body); font-size: 15.5px; font-weight: 700; line-height: 1.3; }
.pillar p { font-size: 13.5px; color: var(--ink-3); line-height: 1.6; }

/* ================= VALUES ================= */
.values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(14px, 2vw, 18px);
}
.value {
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 253, 248, .06);
  border: 1px solid rgba(238, 246, 242, .16);
  transition: all var(--t-slow);
}
.value:hover { border-color: rgba(224, 163, 37, .6); background: rgba(255, 253, 248, .1); }
.value > svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--gold); }
.value h3 { margin: 14px 0 8px; font-family: var(--font-body); font-size: 15.5px; font-weight: 700; line-height: 1.3; }
.value p { font-size: 13.5px; color: rgba(238, 246, 242, .74); line-height: 1.6; }

/* ================= INVESTORS ================= */
.investors {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 4vw, 44px);
  align-items: flex-start;
}
.investors__copy { flex: 1 1 380px; min-width: 0; }
.investors__copy h2 { margin: 10px 0 14px; font-size: clamp(25px, 4vw, 32px); line-height: 1.16; }
.investors__copy p { margin-bottom: 14px; font-size: 15px; color: var(--ink-2); line-height: 1.75; }
.thesis { flex: 1 1 300px; min-width: 0; max-width: 380px; display: flex; flex-direction: column; gap: 12px; }
.thesis > div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--maroon-tint);
  border: 1px solid var(--maroon-tint-border);
}
.thesis svg { width: 19px; height: 19px; flex-shrink: 0; color: var(--maroon-600); margin-top: 1px; }
.thesis strong { display: block; font-size: 14px; margin-bottom: 4px; color: var(--maroon-800); }
.thesis span { font-size: 13.5px; color: #4a2b31; line-height: 1.6; }

/* ================= CONTACT ================= */
.contact { display: flex; flex-wrap: wrap; gap: clamp(28px, 5vw, 56px); }
.contact__copy { flex: 1 1 340px; min-width: 0; }
.contact__copy h2 {
  margin-bottom: 12px;
  font-size: clamp(26px, 4.4vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 20ch;
}
.contact__copy > p {
  margin-bottom: 26px;
  font-size: clamp(15px, 1.7vw, 16.5px);
  color: rgba(255, 248, 240, .82);
  line-height: 1.6;
  max-width: 44ch;
}
.contact__lines { display: flex; flex-direction: column; gap: 14px; }
.contact__line {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: var(--on-dark);
  font-size: 15px;
}
.contact__line:hover { color: var(--gold); }
.contact__line > span:first-child {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(224, 163, 37, .16);
  color: var(--gold);
  border: 1px solid rgba(224, 163, 37, .4);
}
.contact__line svg { width: 17px; height: 17px; }

.contact__form-wrap { flex: 1 1 380px; min-width: 0; max-width: 480px; }
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(20px, 3vw, 26px);
  border-radius: var(--radius-lg);
  background: rgba(255, 248, 240, .08);
  border: 1px solid rgba(255, 248, 240, .2);
}
.contact-form .field__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 248, 240, .85);
}
.contact-form .input,
.contact-form .textarea {
  border-color: rgba(255, 248, 240, .28);
  background: rgba(255, 253, 248, .95);
}
.contact-form .btn { align-self: flex-start; }
.contact-form .form-error { background: rgba(248, 230, 226, .95); }

.contact-sent {
  padding: clamp(24px, 4vw, 30px);
  border-radius: var(--radius-lg);
  background: rgba(255, 248, 240, .1);
  border: 1px solid rgba(224, 163, 37, .5);
  text-align: center;
}
.contact-sent > svg { width: 30px; height: 30px; color: var(--gold); }
.contact-sent h3 { margin: 14px 0 6px; font-size: 19px; }
.contact-sent p { font-size: 14px; color: rgba(255, 248, 240, .8); line-height: 1.6; }
