/* ============================================================
   VINOVE — About Page
   VNV-VIS-001 v1.0 · VNV-VOX-001 v4.1

   §0  Hero            — dark typographic full-height
   §1  The Model       — light three-column Build/Own/Stay
   §1b Founder's View  — dark full-bleed quote
   §2  The Record      — dark proof band
   §3  Why Parent Stays Back — warm light two-column
   §4  The Five Companies   — paper scroll strip
   §5  CTA Split       — dark two-column call-to-action
   ============================================================ */


/* ╔═══════════════════════════════════════════════════════╗
   §0  HERO
   ╚═══════════════════════════════════════════════════════╝ */

#about-hero {
  background: var(--ink);
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc(var(--nav-h) + 5rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  position: relative;
  overflow: hidden;
}

/* hero background image */
.page-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* hero gradient overlay — keeps text legible over the image */
.page-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(160deg, rgba(9,12,21,.9) 0%, rgba(9,12,21,.6) 45%, rgba(9,12,21,.82) 100%),
    linear-gradient(to right, rgba(9,12,21,.6) 0%, transparent 65%);
}

/* subtle noise texture overlay */
#about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
  z-index: 2;
}

/* faint terra radial glow bottom-left */
#about-hero::after {
  content: '';
  position: absolute;
  left: -10%;
  bottom: -10%;
  width: 60vw;
  height: 60vw;
  max-width: 700px;
  max-height: 700px;
  background: radial-gradient(ellipse at center, rgba(200,85,61,.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 2;
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
}

.about-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 2.5rem;
}

.about-hero-eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--terra);
  border-radius: 2px;
  flex-shrink: 0;
}

.about-hero-h1 {
  font-family: var(--font);
  font-size: clamp(2.75rem, 7vw, 6.5rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.03em;
  color: var(--ink-text-strong);
  margin-bottom: 2rem;
  max-width: 14ch;
}

.about-hero-h1 .terra {
  color: var(--terra);
  display: block;
}

.about-hero-sub {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
  color: var(--ink-text-body);
  max-width: 56ch;
  margin-bottom: 3rem;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

/* scroll cue */
.about-hero-scroll {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  color: var(--ink-text-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.about-hero-scroll svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(4px); }
}


/* ╔═══════════════════════════════════════════════════════╗
   §1  THE MODEL
   ╚═══════════════════════════════════════════════════════╝ */

#about-model {
  background: var(--paper);
  padding: clamp(5rem, 10vw, 9rem) var(--gutter);
}

.about-model-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.about-model-hd {
  text-align: center;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.about-model-hd .eyebrow-terra {
  margin-bottom: 1.25rem;
}

.about-model-hd h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--text-strong);
  line-height: 1.1;
}

.about-model-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
}

.about-model-col {
  position: relative;
}

.about-model-word {
  font-size: clamp(2.75rem, 6vw, 4rem);
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--text-strong);
  line-height: 1;
  margin-bottom: 1.25rem;
}

.about-model-rule {
  width: 32px;
  height: 3px;
  background: var(--terra);
  border-radius: 3px;
  margin-bottom: 1.5rem;
}

.about-model-col p {
  font-size: .9375rem;
  line-height: 1.7;
  color: var(--text-body);
}

.about-model-col p + p {
  margin-top: .75rem;
}

.about-model-footnote {
  text-align: center;
  margin-top: clamp(3rem, 5vw, 4.5rem);
  font-size: clamp(.875rem, 1.2vw, 1rem);
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: .01em;
}


/* ╔═══════════════════════════════════════════════════════╗
   §2  THE RECORD
   ╚═══════════════════════════════════════════════════════╝ */

#about-record {
  background: #0D1525;
  padding: clamp(5rem, 9vw, 8rem) var(--gutter);
  position: relative;
  overflow: hidden;
}

/* subtle grid watermark */
#about-record::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.about-record-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
}

.about-record-hd {
  margin-bottom: clamp(3rem, 5vw, 4rem);
}

.about-record-hd .eyebrow {
  color: var(--ink-text-muted);
  margin-bottom: 1rem;
}

.about-record-hd h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--ink-text-strong);
  line-height: 1.15;
}

.about-record-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.about-record-cell {
  background: var(--ink);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-lg);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  position: relative;
  overflow: hidden;
  transition: border-color var(--dur-base) var(--ease),
              transform var(--dur-base) var(--ease);
}

.about-record-cell:hover {
  border-color: rgba(200,85,61,.4);
  transform: translateY(-2px);
}

.about-record-cell::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--terra), transparent);
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease);
}

.about-record-cell:hover::after {
  opacity: 1;
}

.about-record-num {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -.03em;
  color: #fff;
  line-height: 1;
  margin-bottom: .5rem;
}

.about-record-num sup {
  font-size: .45em;
  font-weight: 700;
  color: var(--terra);
  vertical-align: super;
  letter-spacing: 0;
}

.about-record-label {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-text-muted);
  margin-bottom: .25rem;
}

.about-record-desc {
  font-size: .8125rem;
  color: var(--ink-text-muted);
  line-height: 1.55;
  opacity: .7;
}

.about-record-body {
  max-width: 64ch;
}

.about-record-body p {
  font-size: clamp(.9375rem, 1.2vw, 1.0625rem);
  line-height: 1.7;
  color: var(--ink-text-body);
}


/* ╔═══════════════════════════════════════════════════════╗
   §3  WHY THE PARENT STAYS BACK
   ╚═══════════════════════════════════════════════════════╝ */

#about-parent {
  background: var(--surface-2);
  padding: clamp(5rem, 10vw, 9rem) var(--gutter);
}

.about-parent-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.about-parent-left {
  position: sticky;
  top: calc(var(--nav-h) + 2rem);
}

.about-parent-eyebrow {
  margin-bottom: 1.5rem;
}

.about-parent-quote {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.1;
  color: var(--text-strong);
}

.about-parent-quote em {
  color: var(--terra);
  font-style: normal;
}

.about-parent-quote-rule {
  width: 48px;
  height: 3px;
  background: var(--terra);
  border-radius: 3px;
  margin-top: 2rem;
}

.about-parent-right {
  padding-top: .25rem;
}

.about-parent-right p {
  font-size: clamp(.9375rem, 1.25vw, 1.0625rem);
  line-height: 1.75;
  color: var(--text-body);
}

.about-parent-right p + p {
  margin-top: 1.5rem;
}

.about-parent-note {
  margin-top: 2.5rem;
  padding: 1.25rem 1.5rem;
  background: var(--paper);
  border-left: 3px solid var(--terra);
  border-radius: 0 var(--r-md) var(--r-md) 0;
}

.about-parent-note p {
  font-size: .875rem !important;
  color: var(--text-muted) !important;
  line-height: 1.6 !important;
  margin-top: 0 !important;
}

.about-parent-note strong {
  color: var(--text-strong);
  font-weight: 600;
}


/* ╔═══════════════════════════════════════════════════════╗
   §4a  VISION & MISSION
   ╚═══════════════════════════════════════════════════════╝ */

#about-vision {
  background: var(--paper);
  padding: clamp(5rem, 10vw, 9rem) var(--gutter);
}

.about-section-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.vm-card {
  border-left: 3px solid var(--terra);
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
}

.vm-card-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 1rem;
}

.vm-card-title {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.2;
  color: var(--text-strong);
}

.vm-card-text {
  font-size: clamp(15px, 1.5vw, 17px);
  color: var(--text-body);
  line-height: 1.78;
}


/* ╔═══════════════════════════════════════════════════════╗
   §4b  CORE VALUES
   ╚═══════════════════════════════════════════════════════╝ */

#about-values {
  background: var(--ink);
  padding: clamp(5rem, 10vw, 9rem) var(--gutter);
}

.values-header {
  margin-bottom: clamp(3rem, 5vw, 4rem);
}

.eyebrow-dim {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
  display: block;
  margin-bottom: .75rem;
}

.values-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -.03em;
  color: #fff;
  line-height: 1.1;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .08);
  border-radius: 20px;
  overflow: hidden;
}

.value-card {
  background: var(--ink);
  padding: clamp(2rem, 3.5vw, 3rem);
  transition: background .3s;
}

.value-card:hover {
  background: rgba(255, 255, 255, .03);
}

.value-n {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--terra);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.value-title {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  letter-spacing: -.02em;
  color: #fff;
  margin-bottom: .75rem;
}

.value-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, .62);
  line-height: 1.68;
}


/* ╔═══════════════════════════════════════════════════════╗
   §4c  AWARDS & ACCOLADES
   ╚═══════════════════════════════════════════════════════╝ */

#about-awards {
  background: #F1F0EF;
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  overflow: hidden;
}

.awards-header {
  padding: 0 var(--gutter);
  margin-bottom: 2.5rem;
}

.awards-note {
  font-size: 15px;
  color: var(--text-muted);
  margin-top: .5rem;
}

.awards-marquee-track {
  overflow: hidden;
  white-space: nowrap;
}

.awards-marquee-inner {
  display: inline-flex;
  gap: 12px;
  padding: .5rem var(--gutter);
  animation: marquee 40s linear infinite;
}

.awards-marquee-inner:hover {
  animation-play-state: paused;
}

.award-tile {
  display: inline-flex;
  flex-direction: column;
  min-width: 200px;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  flex-shrink: 0;
  gap: .4rem;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  box-shadow: 0 1px 3px rgba(14, 19, 32, .06);
  vertical-align: top;
  white-space: normal;
}

.award-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(14, 19, 32, .1);
}

.award-year {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--terra);
}

.award-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-strong);
  line-height: 1.3;
  white-space: normal;
}

.award-body {
  font-size: 11.5px;
  color: var(--text-muted);
}


/* ╔═══════════════════════════════════════════════════════╗
   §4  THE FIVE COMPANIES
   ╚═══════════════════════════════════════════════════════╝ */

#about-companies {
  background: var(--paper);
  padding: clamp(5rem, 9vw, 8rem) 0;
  overflow: hidden;
}

.about-companies-hd {
  max-width: var(--max);
  margin: 0 auto clamp(2.5rem, 4vw, 3.5rem);
  padding: 0 var(--gutter);
}

.about-companies-hd .eyebrow-terra {
  margin-bottom: 1rem;
}

.about-companies-hd h2 {
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--text-strong);
  margin-bottom: .75rem;
  line-height: 1.1;
}

.about-companies-hd p {
  font-size: clamp(.9375rem, 1.25vw, 1.0625rem);
  color: var(--text-body);
  max-width: 52ch;
  line-height: 1.65;
}

/* scroll strip */
.about-companies-strip {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: .5rem var(--gutter) 2rem;
  scrollbar-width: thin;
  scrollbar-color: var(--border-subtle) transparent;
}

.about-companies-strip::-webkit-scrollbar {
  height: 4px;
}

.about-companies-strip::-webkit-scrollbar-track {
  background: transparent;
}

.about-companies-strip::-webkit-scrollbar-thumb {
  background: var(--border-subtle);
  border-radius: 4px;
}

.about-co-card {
  flex: 0 0 clamp(280px, 28vw, 340px);
  scroll-snap-align: start;
  background: var(--surface-1);
  border: 1px solid var(--border-subtle);
  border-radius: var(--r-lg);
  display: flex;
  overflow: hidden;
  transition: transform var(--dur-base) var(--ease),
              box-shadow var(--dur-base) var(--ease),
              border-color var(--dur-base) var(--ease);
  text-decoration: none;
  color: inherit;
}

.about-co-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
  border-color: var(--border-strong);
}

.about-co-bar {
  width: 6px;
  flex-shrink: 0;
  border-radius: var(--r-lg) 0 0 var(--r-lg);
}

.about-co-body {
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex: 1;
}

.about-co-name {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -.025em;
  color: var(--text-strong);
  line-height: 1.2;
}

.about-co-tag {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .6;
  color: var(--text-body);
}

.about-co-desc {
  font-size: .875rem;
  line-height: 1.6;
  color: var(--text-body);
  margin-top: .25rem;
  flex: 1;
}

.about-co-visit {
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.about-co-visit svg {
  width: 10px;
  height: 10px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* companies page link */
.about-companies-all {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  justify-content: flex-end;
}

.about-companies-all a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 600;
  color: var(--terra);
  transition: gap var(--dur-fast) var(--ease);
}

.about-companies-all a:hover {
  gap: .75rem;
}

.about-companies-all svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ╔═══════════════════════════════════════════════════════╗
   §5  CTA SPLIT
   ╚═══════════════════════════════════════════════════════╝ */

#about-cta {
  background: var(--ink);
  padding: clamp(5rem, 9vw, 8rem) var(--gutter);
  position: relative;
  overflow: hidden;
}

/* faint year watermark */
#about-cta::before {
  content: '2004';
  position: absolute;
  right: -2rem;
  bottom: -3rem;
  font-size: clamp(8rem, 20vw, 16rem);
  font-weight: 800;
  letter-spacing: -.04em;
  color: rgba(255,255,255,.03);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.about-cta-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.about-cta-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-cta-col:last-child {
  align-items: flex-end;
  text-align: right;
}

.about-cta-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-text-muted);
}

.about-cta-head {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.15;
  color: #fff;
}

.about-cta-sub {
  font-size: .9375rem;
  line-height: 1.6;
  color: var(--ink-text-body);
  max-width: 32ch;
}

.about-cta-col:last-child .about-cta-sub {
  margin-left: auto;
}

.about-cta-divider {
  width: 1px;
  height: clamp(80px, 12vw, 140px);
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.2), transparent);
  flex-shrink: 0;
}


/* ╔═══════════════════════════════════════════════════════╗
   Reveal animation
   ╚═══════════════════════════════════════════════════════╝ */

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .65s var(--ease),
    transform .65s var(--ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

[data-delay="1"] { transition-delay: 80ms; }
[data-delay="2"] { transition-delay: 160ms; }
[data-delay="3"] { transition-delay: 240ms; }
[data-delay="4"] { transition-delay: 320ms; }
[data-delay="5"] { transition-delay: 400ms; }
[data-delay="6"] { transition-delay: 480ms; }


/* ╔═══════════════════════════════════════════════════════╗
   Responsive overrides
   ╚═══════════════════════════════════════════════════════╝ */

/* tablet breakpoint */
@media (max-width: 900px) {
  .vm-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-model-cols {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-model-col {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 1.5rem;
    align-items: start;
  }

  .about-model-word {
    grid-row: 1;
    grid-column: 1;
    margin-bottom: 0;
    font-size: clamp(2.5rem, 7vw, 3.25rem);
  }

  .about-model-rule {
    grid-row: 2;
    grid-column: 1;
    margin-bottom: 0;
    margin-top: .75rem;
    width: 24px;
  }

  .about-model-col p {
    grid-row: 1 / 3;
    grid-column: 2;
    margin-top: .5rem;
  }

  .about-record-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-parent-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-parent-left {
    position: static;
  }

  .about-cta-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .about-cta-col:last-child {
    align-items: center;
    text-align: center;
  }

  .about-cta-col:last-child .about-cta-sub {
    margin: 0 auto;
  }

  .about-cta-divider {
    width: clamp(60px, 20vw, 100px);
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255,255,255,.2), transparent);
    margin: 0 auto;
  }
}

/* mobile breakpoint */
@media (max-width: 480px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .about-record-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .about-hero-h1 {
    max-width: 100%;
  }

  .about-co-card {
    flex-basis: 85vw;
  }

  .about-cta-inner {
    gap: 2rem;
  }
}

@media (max-width: 400px) {
  .about-record-grid {
    grid-template-columns: 1fr;
  }

  .about-co-card {
    flex-basis: 90vw;
  }
}


/* ╔═══════════════════════════════════════════════════════╗
   §1b  FOUNDER'S VIEW
   ╚═══════════════════════════════════════════════════════╝ */

#about-founder {
  background: var(--ink);
  padding: clamp(6rem, 12vw, 10rem) var(--gutter);
  position: relative;
  overflow: hidden;
}

.founder-inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}

.founder-quote-mark {
  font-size: clamp(120px, 18vw, 200px);
  font-weight: 800;
  color: var(--terra);
  opacity: .12;
  line-height: 1;
  position: absolute;
  top: -0.4em;
  left: -0.1em;
  pointer-events: none;
  user-select: none;
  font-family: Georgia, serif;
}

.founder-quote {
  font-size: clamp(22px, 3.2vw, 36px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.5;
  color: rgba(255, 255, 255, .88);
  font-style: normal;
  position: relative;
  z-index: 1;
  padding-left: 0;
  border: none;
  margin: 0;
}

.founder-attribution {
  margin-top: 2.5rem;
  padding-left: 2px;
}

.founder-name {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, .75);
  letter-spacing: -.01em;
}

.founder-title {
  font-size: 13px;
  color: rgba(255, 255, 255, .38);
  margin-top: 3px;
  letter-spacing: .02em;
}
