/* ==================== ABOUT PAGE — EDITORIAL ====================
   Port of HowTo Home Edition /about, repaletted for Finance.
   lime #7CFF5A  →  mint #99edc3 (decorative) + forest #013220 (italic accent)
   brown #3E2F25 →  forest #013220 / forest-ink #021c13
   cream #F5F1EA →  fog #f8f9fa
=================================================================== */

.abt {
  background: var(--fog);
  color: var(--forest);
  font-family: var(--ff-body);
}

.abt__main {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- HERO ---------- */
.abt-hero {
  text-align: center;
  padding: 120px 0 96px;
}
.abt-kicker {
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--forest-2);
  margin-bottom: 40px;
}
.abt-hero__h1 {
  font-family: "Cormorant Garamond", "Newsreader", "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(56px, 11vw, 128px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--forest);
  margin: 0 0 40px;
}
.abt-hero__h1 em {
  color: var(--forest-2);
  font-style: italic;
  font-weight: 500;
  position: relative;
}
.abt-hero__h1 em::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: 8%;
  height: 18%;
  background: var(--mint);
  opacity: 0.55;
  z-index: -1;
  border-radius: 2px;
}
.abt-hero__sub {
  font-family: "Cormorant Garamond", "Newsreader", serif;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.45;
  color: var(--forest);
  opacity: 0.7;
  max-width: 600px;
  margin: 0 auto;
}

/* ---------- TWO-COLUMN ROW (Grandmother / Ohio Dad) ---------- */
.abt-row {
  margin-bottom: 192px;
}
.abt-row--left {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
}
.abt-row--right {
  text-align: right;
  max-width: 860px;
  margin-left: auto;
  margin-right: 0;
}

.abt-row__h {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--forest);
  margin: 0 0 32px;
}
.abt-row__h em {
  font-style: italic;
  color: var(--forest-2);
  position: relative;
}
.abt-row__h em::after {
  content: "";
  position: absolute;
  left: -3%;
  right: -3%;
  bottom: 6%;
  height: 22%;
  background: var(--mint);
  opacity: 0.55;
  z-index: -1;
  border-radius: 2px;
}
.abt-em {
  color: var(--forest-2);
  font-weight: 500;
}
.abt-row__p {
  font-family: var(--ff-body);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.6;
  color: var(--forest);
  opacity: 0.65;
  margin: 0 0 24px;
  max-width: 560px;
}
.abt-row--right .abt-row__p {
  margin-left: auto;
}
.abt-row__quote {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.3;
  color: var(--forest-2);
  margin: 32px 0 0;
  position: relative;
  display: inline-block;
}
.abt-row__quote::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  height: 18%;
  background: var(--mint);
  opacity: 0.5;
  z-index: -1;
  border-radius: 2px;
}
.abt-row__img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px -20px rgba(1, 50, 32, 0.25);
  aspect-ratio: 4 / 5;
  background: var(--fog-2);
}
.abt-row__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- WHITE CARD ---------- */
.abt-card {
  position: relative;
  background: var(--paper);
  border: 1px solid rgba(1, 50, 32, 0.06);
  border-radius: 48px;
  padding: 96px 64px;
  margin-bottom: 256px;
  box-shadow: 0 40px 100px -30px rgba(1, 50, 32, 0.22);
  overflow: hidden;
}
.abt-card__glow {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 400px;
  height: 400px;
  background: var(--mint);
  opacity: 0.18;
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
}
.abt-card__h {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--forest);
  margin: 0 0 64px;
  position: relative;
}
.abt-card__h em {
  font-style: italic;
  color: var(--forest-2);
  position: relative;
}
.abt-card__h em::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: 8%;
  height: 20%;
  background: var(--mint);
  opacity: 0.6;
  z-index: -1;
  border-radius: 2px;
}
.abt-card__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  position: relative;
}
.abt-card__grid > div { max-width: 260px; }
.abt-card__label {
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--forest-2);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--mint);
  display: inline-block;
}
.abt-card__grid p {
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--forest);
  opacity: 0.75;
  margin: 0;
}
.abt-card__rule {
  border: 0;
  border-top: 1px solid rgba(1, 50, 32, 0.1);
  margin: 64px 0 32px;
}
.abt-card__close {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(20px, 2vw, 26px);
  color: var(--forest);
  opacity: 0.8;
  margin: 0;
}

/* ---------- STICKY 2-COL ---------- */
.abt-sticky {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 256px;
  align-items: start;
}
.abt-sticky__left {
  position: sticky;
  top: 120px;
}
.abt-sticky__h {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--forest);
  margin: 0 0 24px;
}
.abt-sticky__bar {
  display: block;
  width: 80px;
  height: 3px;
  background: var(--mint);
}
.abt-sticky__right {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.abt-sticky__right p {
  font-family: var(--ff-body);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
  color: var(--forest);
  opacity: 0.7;
  margin: 0;
  font-weight: 300;
}
.abt-sticky__big {
  font-family: "Cormorant Garamond", serif !important;
  font-size: clamp(24px, 2.6vw, 30px) !important;
  line-height: 1.25 !important;
  opacity: 1 !important;
  color: var(--forest) !important;
  font-weight: 400 !important;
}
.abt-sticky__quote {
  font-family: "Cormorant Garamond", serif !important;
  font-style: italic !important;
  font-size: clamp(20px, 2vw, 26px) !important;
  color: var(--forest-2) !important;
  opacity: 1 !important;
  font-weight: 400 !important;
  position: relative;
  display: inline-block;
  align-self: flex-start;
}
.abt-sticky__quote::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  height: 20%;
  background: var(--mint);
  opacity: 0.55;
  z-index: -1;
  border-radius: 2px;
}

/* ---------- EIGHT LANGUAGES ---------- */
.abt-langs {
  text-align: center;
  margin-bottom: 256px;
}
.abt-langs__h {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(44px, 8vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--forest);
  margin: 0 0 48px;
}
.abt-langs__h em {
  font-style: italic;
  color: var(--forest-2);
  position: relative;
}
.abt-langs__h em::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: 8%;
  height: 20%;
  background: var(--mint);
  opacity: 0.6;
  z-index: -1;
  border-radius: 2px;
}
.abt-langs__sub {
  font-family: var(--ff-body);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.6;
  color: var(--forest);
  opacity: 0.65;
  max-width: 700px;
  margin: 0 auto 48px;
}
.abt-langs__pill {
  display: inline-block;
  background: var(--forest-ink);
  color: var(--mint);
  padding: 18px 36px;
  border-radius: 999px;
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .abt__main { padding: 0 20px; }
  .abt-hero { padding: 80px 0 64px; }
  .abt-row { margin-bottom: 120px; }
  .abt-row--left { grid-template-columns: 1fr; gap: 40px; }
  .abt-row--right { text-align: left; }
  .abt-card { padding: 56px 28px; border-radius: 28px; margin-bottom: 160px; }
  .abt-card__grid { grid-template-columns: 1fr; gap: 40px; }
  .abt-card__grid > div { max-width: none; }
  .abt-sticky { grid-template-columns: 1fr; gap: 48px; margin-bottom: 160px; }
  .abt-sticky__left { position: static; }
  .abt-sticky__right { gap: 40px; }
  .abt-langs { margin-bottom: 160px; }
}
