/* ═══════════════════════════════════════════════════════════════
   ABOUT.CSS — about.html-only redesign layer, loaded after
   styles.min.css. Brings the page into the same visual language as
   the new homepage (home.css): Big Shoulders Display type, orange accent,
   black atmosphere + grain, numbered eyebrows, flat buttons.
   Shared foundational rules are intentionally duplicated from
   home.css rather than centralized — matches this site's existing
   page-scoped-override pattern (no shared-file risk, no build step).
   ═══════════════════════════════════════════════════════════════ */

body {
  --cream: #F3ECDF;
  --accent: var(--orange);
  --ink: #0c0a08;
  --display: 'Big Shoulders Display', Impact, sans-serif;
  --mono: 'Space Mono', 'Space Grotesk', monospace;
  background: #000 !important;
  background-image: none !important;
  color: var(--cream);
}
body::after {
  display: block !important; content: ''; position: fixed; inset: 0; z-index: -1;
  pointer-events: none; opacity: .05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 140px 140px;
}
body::before {
  content: '';
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 40% at 10% 8%, rgba(247,147,30,.16), transparent),
    radial-gradient(ellipse 50% 38% at 92% 14%, rgba(233,30,99,.14), transparent),
    radial-gradient(ellipse 55% 42% at 50% 88%, rgba(47,167,167,.12), transparent);
}
main, .footer { color: var(--cream); }
main .lead, main p { color: rgba(243,236,223,.62); }

.fade { filter: blur(6px); transition: opacity .6s ease, transform .6s ease, filter .6s ease; }
.fade.in { filter: blur(0); }

main h2 {
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem); line-height: .95; letter-spacing: 0;
  margin: 0; color: var(--cream);
}
.section, .section-sm { border-color: rgba(243,236,223,.1) !important; }

/* ── BUTTONS / LINKS: flat, matches homepage ── */
.btn { border-radius: 0; padding: 1rem 1.9rem; text-transform: uppercase; font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; font-weight: 700; }
.btn-primary { background: var(--accent); color: var(--ink); border: 1px solid var(--accent); box-shadow: none; }
.btn-primary:hover { background: transparent; color: var(--cream); opacity: 1; }
.btn-secondary { background: transparent; border: 1px solid rgba(243,236,223,.25); color: var(--cream); }
.btn-secondary:hover { border-color: var(--cream); background: rgba(243,236,223,.06); color: var(--cream); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--mono); text-transform: uppercase; font-size: .78rem; font-weight: 700; letter-spacing: .06em; color: var(--cream); border-bottom: 1px solid var(--accent); padding-bottom: .2rem; }
.text-link:hover { color: var(--accent); }

/* ── NAV: same stacked two-line corner links as the homepage ── */
.nav { background: transparent; border-bottom: 1px solid transparent; height: 96px; }
.nav.scrolled { background: rgba(0,0,0,.9); backdrop-filter: blur(16px); border-color: rgba(243,236,223,.1); }
.nav-inner { height: 96px; align-items: center; }
.nav-brand-word { background: none; -webkit-text-fill-color: currentColor; color: var(--cream); font-family: var(--display); font-weight: 900; letter-spacing: .04em; }
.nav-links { gap: clamp(1rem, 3vw, 2.4rem); }
.nav-links a {
  display: flex; flex-direction: column; line-height: 1.05;
  font-family: var(--display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(.85rem, 1.3vw, 1.05rem);
  color: rgba(243,236,223,.55);
}
.nav-links a span:first-child { color: rgba(243,236,223,.35); font-size: .8em; }
.nav-links a:hover, .nav-links a.active { color: var(--cream); }
.nav-links a:hover span:first-child, .nav-links a.active span:first-child { color: var(--accent); }
.nav-links a::after { display: none; }
.nav-cta { background: none; border: none; padding: 0; font-family: var(--mono); text-transform: uppercase; font-size: .7rem; letter-spacing: .08em; color: var(--cream); border-bottom: 1px solid var(--accent); }
.nav-cta:hover { border-color: var(--cream); transform: none; }
.nav-drawer a { font-family: var(--display); font-weight: 900; text-transform: uppercase; }

/* ── SECTION EYEBROW WITH NUMBER ── */
.eyebrow-num { display: flex; align-items: baseline; gap: .7rem; font-family: var(--mono); margin-bottom: 1.4rem; }
.eyebrow-num em { font-style: normal; font-weight: 700; font-size: .95rem; color: var(--accent); }
.eyebrow-num span { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(243,236,223,.5); }

/* ── ANIMATED TEXT: per-word stagger, driven by the shared .fade/.in reveal ── */
.split-unit { display: inline-block; opacity: 0; transform: translateY(.5em) rotate(2deg); transition: opacity .5s ease, transform .5s ease; }
.in .split-unit, .fade.in .split-unit { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .split-unit { transition-delay: 0s !important; } }

/* ── GRAIN TEXTURE (visible on color panels) ── */
.grain { position: absolute; inset: 0; pointer-events: none; opacity: .12; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── CORNER VIEWFINDER BRACKETS + PANEL NUMBERS ── */
.frame-mark { position: absolute; width: 20px; height: 20px; z-index: 3; }
.frame-mark--tl { top: 22px; left: 22px; border-left: 1px solid currentColor; border-top: 1px solid currentColor; }
.frame-mark--tr { top: 22px; right: 22px; border-right: 1px solid currentColor; border-top: 1px solid currentColor; }
.frame-mark--bl { bottom: 22px; left: 22px; border-left: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.frame-mark--br { bottom: 22px; right: 22px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.panel-corner-num { position: absolute; top: 26px; font-family: var(--mono); font-size: .78rem; font-weight: 700; opacity: .5; z-index: 2; }
.panel-corner-num--l { left: 30px; }
.panel-corner-num--r { right: 30px; }

/* ── FULL-BLEED COLOR PANEL (same framed-tile treatment as the homepage) ── */
.color-panel {
  position: relative; overflow: hidden;
  background: var(--accent); color: var(--ink);
  border-top: none !important;
  padding: clamp(3rem, 8vw, 5.5rem) 0 !important;
  margin: 0 clamp(10px, 2vw, 20px) clamp(10px, 2vw, 20px);
  border-radius: clamp(12px, 2vw, 20px);
}
.color-panel .wrap { position: relative; z-index: 2; }
.color-panel .eyebrow-num em, .color-panel .eyebrow-num span { color: var(--ink); opacity: .55; }
.color-panel .frame-mark { color: var(--ink); opacity: .4; }
.color-panel[data-color="mag"]  { background: var(--mag); }
.color-panel[data-color="red"]  { background: var(--red); }
.color-panel[data-color="teal"] { background: var(--teal); }
.color-panel h2, .color-panel h3, .color-panel h4 { color: var(--ink) !important; }
.color-panel p { color: var(--ink) !important; opacity: .75; }
.color-panel .btn-primary { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.color-panel .btn-primary:hover { background: transparent; color: var(--ink); }
.color-panel .btn-secondary { border-color: rgba(12,10,8,.35); color: var(--ink); }
.color-panel .btn-secondary:hover { border-color: var(--ink); background: rgba(12,10,8,.08); }
.color-panel .text-link { color: var(--ink); border-color: var(--ink); }

/* Panel statement — big stacked headline, like the homepage craft panel */
.panel-stack { font-family: var(--display); font-weight: 900; text-transform: uppercase; line-height: .94; font-size: clamp(2.6rem, 7vw, 5.4rem); margin-bottom: 1.6rem; }
.panel-stack > span { display: block; }
.panel-foot { display: flex; justify-content: center; margin-top: 2rem; }
.panel-copy { max-width: 640px; margin: 0 auto; text-align: center; font-size: 1.1rem; line-height: 1.7; }

/* ── HERO: animated drifting gradient orbs behind the headline ── */
.sub-hero { position: relative; overflow: hidden; }
.hero-orbs { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .5; mix-blend-mode: screen; animation: orbDrift 22s ease-in-out infinite; }
.hero-orb--1 { width: 420px; height: 420px; background: var(--orange); top: -120px; left: -80px; animation-duration: 24s; }
.hero-orb--2 { width: 380px; height: 380px; background: var(--mag); top: 40px; right: -100px; animation-duration: 28s; animation-direction: reverse; }
.hero-orb--3 { width: 320px; height: 320px; background: var(--teal); bottom: -140px; left: 30%; animation-duration: 20s; }
@keyframes orbDrift { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(6%, 5%) scale(1.12); } }
@media (prefers-reduced-motion: reduce) { .hero-orb { animation: none; } }
.sub-hero > *:not(.hero-orbs) { position: relative; z-index: 2; }

/* ── ABOUT HERO (layout/padding from the shared .sub-hero, type overridden here) ──
   Shared styles.css caps .sub-hero at max-width:var(--max) + auto margins for the
   plain legacy sub-pages (Privacy/Terms) — reset that here so the orb background
   bleeds full-width like every other redesigned hero on the site. */
.sub-hero { border-color: rgba(243,236,223,.1) !important; max-width: none; margin: 0; }
.sub-hero h1 {
  font-family: var(--display); text-transform: uppercase; font-weight: 900; letter-spacing: 0;
  font-size: clamp(2.8rem, 7vw, 5.6rem); line-height: .94; margin: 0 0 1.4rem; color: var(--cream);
}
.sub-hero p { font-size: 1.25rem; line-height: 1.7; max-width: 640px; color: rgba(243,236,223,.62); font-weight: 400; }

/* ── STUDIO VISUAL CARD ── */
.about-visual-card {
  background: rgba(243,236,223,.03); border: 1px solid rgba(243,236,223,.1);
  border-radius: clamp(12px, 2vw, 18px); padding: clamp(1.6rem, 3vw, 2.2rem);
}
.avc-mark { width: 40px; height: 40px; margin-bottom: 1rem; }
.avc-label { font-family: var(--mono); text-transform: uppercase; font-size: .72rem; letter-spacing: .08em; color: var(--accent); margin-bottom: .9rem; }
.avc-desc { font-size: .95rem; line-height: 1.7; color: rgba(243,236,223,.62); margin: 0; }
.avc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: 1.8rem; padding-top: 1.8rem; border-top: 1px solid rgba(243,236,223,.1); }
.avc-stat strong { display: block; font-family: var(--display); font-weight: 900; font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--cream); line-height: 1; margin-bottom: .4rem; }
.avc-stat span { font-family: var(--mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; color: rgba(243,236,223,.5); }
.about-full-grid + .card, .about-visual-card + .card {
  background: rgba(243,236,223,.03) !important; border: 1px solid rgba(243,236,223,.1) !important;
  border-radius: clamp(10px, 1.5vw, 14px) !important; box-shadow: none !important;
}

.about-full-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start; }
.about-story-heading { font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important; line-height: 1.05 !important; margin-bottom: 1.4rem; }
@media (max-width: 900px) { .about-full-grid { grid-template-columns: 1fr; } }

/* ── STORY VALUES (reuses the homepage service-item look: numbered, border-top, hover accent) ── */
.about-vals { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.5vw, 2rem); margin-top: 1rem; }
.about-val {
  border-top: 3px solid var(--val-color, var(--accent)); padding-top: 1.2rem;
  transition: transform .25s ease, background .25s ease;
}
.about-val:hover { transform: translateY(-4px); background: rgba(243,236,223,.04); }
.about-val:nth-child(1) { --val-color: var(--orange); }
.about-val:nth-child(2) { --val-color: var(--mag); }
.about-val:nth-child(3) { --val-color: var(--teal); }
.about-val:nth-child(4) { --val-color: var(--red); }
.about-val-icon { margin-bottom: .8rem; }
.about-val-icon .exi { color: var(--val-color, var(--accent)) !important; }
.about-val h4 { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: 1.15rem; letter-spacing: 0; color: var(--cream); margin: 0 0 .5rem; }
.about-val p { font-size: .92rem; line-height: 1.6; color: rgba(243,236,223,.6); margin: 0; }
@media (max-width: 600px) { .about-vals { grid-template-columns: 1fr; } }

/* ── FOUNDER CARD ── */
.about-founder-card {
  display: flex; gap: clamp(1.5rem, 3vw, 2.5rem); align-items: center;
  background: rgba(243,236,223,.03); border: 1px solid rgba(243,236,223,.1);
  border-radius: clamp(12px, 2vw, 18px); padding: clamp(1.8rem, 3.5vw, 2.5rem);
}
.about-founder-photo { border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.about-founder-name { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(1.4rem, 2.5vw, 1.9rem); color: var(--cream); letter-spacing: 0; }
.about-founder-role { font-family: var(--mono); text-transform: uppercase; font-size: .72rem; letter-spacing: .06em; color: var(--accent); margin: .4rem 0 1rem; }
.about-founder-body p { font-size: 1rem; line-height: 1.7; color: rgba(243,236,223,.62); max-width: 56ch; }
@media (max-width: 600px) { .about-founder-card { flex-direction: column; text-align: center; } }

/* ── STATS STRIP ── */
.stats-strip { border-top: 1px solid rgba(243,236,223,.1); padding: clamp(3.5rem, 7vw, 6rem) 0; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); }
.stat-item .stat-num { font-family: var(--display); font-weight: 900; font-size: clamp(2.8rem, 6vw, 4.2rem); line-height: 1; color: var(--accent); display: flex; align-items: baseline; gap: .2rem; margin-bottom: 1rem; }
.stat-item .stat-suf { font-family: var(--display); font-weight: 900; font-size: clamp(1.4rem, 3vw, 2rem); color: rgba(243,236,223,.5); }
.stat-item p { font-size: .95rem; line-height: 1.6; color: rgba(243,236,223,.6); max-width: 32ch; }
@media (max-width: 700px) { .stats-row { grid-template-columns: 1fr; gap: 2rem; } }
.divider { border-top: 1px solid rgba(243,236,223,.1); }

/* ── SERVICES OFFERED (same numbered-list component as the homepage) ── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); }
.service-card {
  display: block; color: var(--cream); text-decoration: none;
  border-top: 3px solid var(--card-color, var(--accent)); padding-top: clamp(1.5rem, 3vw, 2rem);
  transition: transform .25s ease, background .25s ease; border-radius: 0 0 10px 10px;
}
.service-card:hover { transform: translateY(-4px); background: rgba(243,236,223,.04); }
.service-card:nth-child(1) { --card-color: var(--orange); }
.service-card:nth-child(2) { --card-color: var(--mag); }
.service-card:nth-child(3) { --card-color: var(--teal); }
.svc-num { font-family: var(--mono); font-size: .78rem; font-weight: 700; color: var(--card-color, var(--accent)); margin-bottom: 1.2rem; }
.svc-icon { color: var(--card-color, var(--accent)); margin-bottom: .9rem; }
.service-card h3 { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(1.4rem, 2.5vw, 1.9rem); line-height: 1.05; margin: 0 0 .8rem; color: var(--cream); }
.service-card p { font-size: .98rem; line-height: 1.6; color: rgba(243,236,223,.62); margin: 0 0 1.2rem; }
.chip-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { font-family: var(--mono); font-size: .66rem; text-transform: uppercase; letter-spacing: .05em; color: rgba(243,236,223,.55); border: 1px solid rgba(243,236,223,.15); padding: .3rem .7rem; }
@media (max-width: 820px) { .services-grid { grid-template-columns: 1fr; } }

/* ── CTA BAND (converted to a full color panel in the HTML) ── */
.why-band.color-panel h2 { font-family: var(--display); font-weight: 900; text-transform: uppercase; }

/* ── FOOTER manifesto CTA (same as homepage) ── */
.footer-manifesto { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 2rem; padding-bottom: clamp(2.5rem, 6vw, 4rem); margin-bottom: clamp(2.5rem, 6vw, 4rem); border-bottom: 1px solid rgba(243,236,223,.1); }
.footer-manifesto h2 { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: clamp(2rem, 5vw, 3.4rem); max-width: 16ch; margin: 0; }
.footer-col-heading { font-family: var(--mono) !important; }
.footer-badges span { font-family: var(--mono); }
