/* ============================================================
   CONTENT PAGES (About / Creators / Brands) — shared styles
   ============================================================ */
.phero { padding: calc(var(--nav-h) + 96px) 0 80px; position: relative; overflow: hidden; background: transparent; }
.phero__inner { position: relative; z-index: 2; max-width: 920px; }
.phero__title { font-size: clamp(40px, 7vw, 92px); margin: 16px 0 0; }
.phero__lede { color: var(--text-dim); font-size: clamp(15px, 1.7vw, 19px); line-height: 1.7; max-width: 56ch; margin: 26px 0 0; }
.phero__mark { position: absolute; right: -80px; top: 50%; transform: translateY(-50%); width: 460px; opacity: 0.06; z-index: 1; pointer-events: none; }
.phero::after { content: ""; position: absolute; right: -140px; top: 50%; transform: translateY(-50%); width: 640px; height: 640px; border-radius: 50%; background: conic-gradient(from 0deg, rgba(199,168,109,0), rgba(139,58,85,0.32), rgba(199,168,109,0.24), rgba(90,16,39,0.30), rgba(199,168,109,0)); filter: blur(72px); opacity: 0.7; z-index: 1; pointer-events: none; animation: slow-spin 80s linear infinite; will-change: transform; }
@media (prefers-reduced-motion: reduce){ .phero::after{ animation: none; } }

/* founders */
.founders__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.founder { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); overflow: hidden; transition: border-color .4s var(--ease); }
.founder:hover { border-color: var(--border-strong); }
.founder__photo { aspect-ratio: 4/5; position: relative; display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(45deg, #15151a 0 2px, #0d0d11 2px 11px); border-bottom: 1px solid var(--border); }
.founder__photo .avatar__ph { font-size: 9px; letter-spacing: 0.25em; }
.founder__init { font-family: var(--font-display); font-weight: 700; font-size: 48px; color: rgba(255,255,255,0.7); }
.founder__body { padding: 24px; }
.founder__name { font-size: 20px; font-weight: 600; }
.founder__role { color: var(--text-mute); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }
.founder__bio { color: var(--text-dim); font-size: 14px; line-height: 1.7; margin: 16px 0 0; }
@media (max-width: 820px){ .founders__grid{ grid-template-columns: 1fr; } }

/* founder feature (single) */
.founderfeat { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); }
.founderfeat__photo { position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(45deg, #15151a 0 2px, #0d0d11 2px 11px); border-right: 1px solid var(--border); }
.founderfeat__photo .founder__init { font-size: 64px; }
.founderfeat__photo--img { background: #0d0d11; padding: 0; }
.founderfeat__photo--img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; display: block; }
.founderfeat__photo .avatar__ph { font-size: 9px; letter-spacing: 0.25em; }
.founderfeat__body { padding: 48px 44px; }
.founderfeat__name { font-size: clamp(28px, 3.6vw, 40px); }
.founderfeat__body .founder__role { margin: 6px 0 24px; }
.founderfeat__bio p { color: var(--text-dim); font-size: 15px; line-height: 1.75; margin: 0 0 16px; }
.founderfeat__bio p:last-child { margin-bottom: 0; }
@media (max-width: 760px){ .founderfeat{ grid-template-columns: 1fr; } .founderfeat__photo{ min-height: 260px; border-right: 0; border-bottom: 1px solid var(--border); } }

/* feat grid 4-up + cta cell */
.feat__grid--4 { grid-template-columns: repeat(4, 1fr); }
.feat--cta { display: flex; flex-direction: column; justify-content: center; background: var(--surface) !important; }
@media (max-width: 1080px){ .feat__grid--4{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .feat__grid--4{ grid-template-columns: 1fr; } }

/* the noetic difference */
.diff__row { display: flex; flex-wrap: wrap; gap: 12px; }
.diff { display: inline-flex; align-items: center; gap: 12px; border: 1px solid var(--border); border-radius: var(--radius-pill); padding: 14px 22px; font-size: 15px; color: var(--text); background: var(--surface); transition: border-color .3s var(--ease); }
.diff:hover { border-color: var(--border-strong); }
.diff__star { color: var(--text-mute); font-size: 11px; }

/* brands services list */
.svclist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.svcrow { display: flex; align-items: center; gap: 20px; background: var(--bg); padding: 26px 30px; transition: background .4s var(--ease); }
.svcrow:hover { background: var(--surface); }
.svcrow__n { font-size: 22px; color: var(--text-mute); opacity: 0.5; }
.svcrow__t { font-size: 17px; font-weight: 500; }
@media (max-width: 700px){ .svclist{ grid-template-columns: 1fr; } }

/* brand logo grid */
.brands__lede { color: var(--text-dim); font-size: 16px; line-height: 1.7; max-width: 60ch; margin: -28px 0 44px; }
.logogrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.logocell { background: var(--bg); display: flex; align-items: center; justify-content: center; min-height: 130px; padding: 24px; font-family: var(--font-display); font-weight: 700; font-size: clamp(18px, 2vw, 24px); letter-spacing: 0.04em; color: var(--text-mute); text-align: center; transition: color .4s var(--ease), background .4s var(--ease); }
.logocell:hover { color: var(--text); background: var(--surface); }
.logocell__img { max-width: 70%; max-height: 44px; width: auto; object-fit: contain; opacity: 0.72; filter: brightness(0) invert(1); transition: opacity .4s var(--ease); }
.logocell:hover .logocell__img { opacity: 1; }
@media (max-width: 700px){ .logogrid{ grid-template-columns: 1fr 1fr; } }

/* generic feature/perk grid */
.feat__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.feat { background: var(--bg); padding: 36px 32px 42px; transition: background .5s var(--ease); }
.feat:hover { background: var(--surface); }
.feat__ico { width: 34px; height: 34px; border: 1px solid var(--border-strong); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 15px; }
.feat__t { font-size: 18px; font-weight: 600; margin: 22px 0 12px; }
.feat__d { color: var(--text-dim); font-size: 14px; line-height: 1.7; }
@media (max-width: 820px){ .feat__grid{ grid-template-columns: 1fr; } }

/* quotes */
.quotes__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.quote { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); padding: 34px 32px; position: relative; }
.quote__mark { font-family: var(--font-display); font-size: 56px; line-height: 0.5; color: var(--text-mute); opacity: 0.4; height: 28px; }
.quote__text { font-size: 18px; line-height: 1.6; letter-spacing: -0.01em; margin: 0 0 24px; }
.quote__who { display: flex; align-items: center; gap: 12px; }
.quote__av { width: 40px; height: 40px; border-radius: 50%; background: repeating-linear-gradient(45deg, #1c1c22 0 2px, #0e0e12 2px 9px); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 13px; color: rgba(255,255,255,0.8); flex: none; }
.quote__name { font-weight: 600; font-size: 14px; }
.quote__meta { color: var(--text-mute); font-size: 12px; }
@media (max-width: 720px){ .quotes__grid{ grid-template-columns: 1fr; } }

/* case studies */
.case { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); margin-bottom: 16px; }
.case__media { position: relative; min-height: 240px; background: repeating-linear-gradient(45deg, #15151a 0 2px, #0d0d11 2px 12px); display: flex; align-items: center; justify-content: center; border-right: 1px solid var(--border); }
.case__brand { font-family: var(--font-display); font-weight: 700; font-size: 28px; letter-spacing: 0.08em; color: rgba(255,255,255,0.55); }
.case__body { padding: 40px 40px 36px; }
.case__tag { margin-bottom: 18px; }
.case__head { font-size: clamp(20px, 2.4vw, 28px); font-weight: 600; line-height: 1.3; margin: 0 0 16px; letter-spacing: -0.01em; }
.case__desc { color: var(--text-dim); font-size: 14px; line-height: 1.7; margin: 0 0 28px; max-width: 52ch; }
.case__stats { display: flex; gap: 40px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid var(--border); }
.case__stat .num { font-family: var(--font-display); font-weight: 700; font-size: 30px; display: block; }
.case__stat em { font-style: normal; color: var(--text-mute); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
@media (max-width: 760px){ .case{ grid-template-columns: 1fr; } .case__media{ min-height: 150px; border-right: 0; border-bottom: 1px solid var(--border); } }

/* noetic realms band */
.realms { display: grid; grid-template-columns: 0.7fr 1.3fr; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); }
.realms__media { min-height: 230px; background: repeating-linear-gradient(45deg, #15151a 0 2px, #0d0d11 2px 11px); display: flex; align-items: center; justify-content: center; border-right: 1px solid var(--border); }
.realms__media--logo { background: #060608; padding: 40px; }
.realms__media--logo img { width: 100%; max-width: 280px; height: auto; object-fit: contain; }
.realms__body { padding: 44px 44px; }
.realms__title { font-size: clamp(24px, 3vw, 36px); margin: 14px 0 16px; }
.realms__text { color: var(--text-dim); font-size: 15px; line-height: 1.75; margin: 0; max-width: 62ch; }
@media (max-width: 760px){ .realms{ grid-template-columns: 1fr; } .realms__media{ min-height: 150px; border-right: 0; border-bottom: 1px solid var(--border); } }

/* ============================================================
   REWORKED PAGE SECTIONS
   ============================================================ */
/* About — Our Story */
.story { display: grid; grid-template-columns: 1fr 0.9fr; gap: 56px; align-items: center; }
.story__title { font-size: clamp(28px, 3.6vw, 46px); margin: 14px 0 26px; }
.story__text p { color: var(--text-dim); font-size: 16px; line-height: 1.8; margin: 0 0 18px; max-width: 56ch; }
.story__text p:last-child { margin-bottom: 0; }
.story__text em { color: var(--text); font-style: italic; }
.story__media { position: relative; aspect-ratio: 4/5; }
.story__media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
@media (max-width: 860px){ .story{ grid-template-columns: 1fr; gap: 32px; } .story__media{ aspect-ratio: 16/10; } }

/* About — section rhythm */
.section--realms { background: transparent; }

/* About — Leadership (3 bios) */
.leaders__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.leader { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); transition: border-color .4s var(--ease); }
.leader:hover { border-color: var(--border-strong); }
.leader__photo { position: relative; aspect-ratio: 4/5; background: repeating-linear-gradient(45deg, #26121a 0 2px, #1a0d13 2px 11px); border-bottom: 1px solid var(--border); }
.leader__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; display: block; }
.leader__photo image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.leader__body { padding: 24px 26px 28px; }
.leader__name { font-size: 22px; }
.leader .founder__role { margin: 7px 0 0; }
.leader__bio { color: var(--text-dim); font-size: 14px; line-height: 1.7; margin: 16px 0 0; }
@media (max-width: 820px){ .leaders__grid{ grid-template-columns: 1fr; } }

/* Creators — why join (6) */
.reasons__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.reason { background: var(--bg); padding: 38px 34px 42px; transition: background .5s var(--ease); }
.reason:hover { background: var(--surface); }
.reason__ico { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--accent); background: radial-gradient(circle at 50% 30%, rgba(199,168,109,0.16), transparent 70%); }
.reason__t { font-size: 19px; font-weight: 600; margin: 22px 0 12px; }
.reason__d { color: var(--text-dim); font-size: 14px; line-height: 1.7; }
@media (max-width: 860px){ .reasons__grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .reasons__grid{ grid-template-columns: 1fr; } }

/* Creators — feature band */
.cfeature { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); }
.cfeature__media { position: relative; min-height: 430px; border-right: 1px solid var(--border); background: var(--bg); }
.cfeature__media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.cfeature__body { padding: 48px 46px; display: flex; flex-direction: column; justify-content: center; }
.cfeature__title { font-size: clamp(26px, 3vw, 38px); margin: 14px 0 18px; }
.cfeature__body p { color: var(--text-dim); font-size: 16px; line-height: 1.8; margin: 0 0 24px; max-width: 46ch; }
@media (max-width: 820px){ .cfeature{ grid-template-columns: 1fr; } .cfeature__media{ min-height: 280px; border-right: 0; border-bottom: 1px solid var(--border); } }

/* Creators — testimonial draft marker + photo avatar */
.quote__draft { display: inline-block; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); border: 1px solid var(--border-strong); border-radius: var(--radius-pill); padding: 4px 11px; margin-bottom: 18px; }
.quote__av--photo { overflow: hidden; padding: 0; }
.quote__av--photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Brands — what we deliver (6) */
.deliver__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.deliver { display: flex; align-items: center; gap: 18px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); padding: 24px 26px; transition: border-color .4s var(--ease), background .4s var(--ease); }
.deliver:hover { border-color: var(--border-strong); background: var(--surface-2); }
.deliver__ico { flex: none; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--accent); background: radial-gradient(circle at 50% 30%, rgba(199,168,109,0.16), transparent 70%); }
.deliver__t { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }
@media (max-width: 820px){ .deliver__grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px){ .deliver__grid{ grid-template-columns: 1fr; } }

/* Brands — why noetic (5) */
.whygrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.whyrow { display: grid; grid-template-columns: auto 1fr; gap: 22px; background: var(--bg); padding: 32px 34px; align-items: start; }
.whyrow:nth-child(5){ grid-column: 1 / -1; }
.whyrow__n { font-size: 26px; color: var(--accent); opacity: 0.9; min-width: 36px; }
.whyrow__t { font-size: 19px; font-weight: 600; margin: 0 0 8px; }
.whyrow__d { color: var(--text-dim); font-size: 14px; line-height: 1.7; margin: 0; max-width: 56ch; }
@media (max-width: 760px){ .whygrid{ grid-template-columns: 1fr; } .whyrow:nth-child(5){ grid-column: auto; } }

/* Brands — logo wall: keep trusted-by dark for white logos */
.logocell__word { font-family: var(--font-display); font-weight: 700; font-size: clamp(17px, 1.9vw, 22px); letter-spacing: 0.02em; color: var(--text-mute); transition: color .4s var(--ease); }
.logocell:hover .logocell__word { color: var(--text); }

/* Brands — case studies */
.bcase { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); margin-bottom: 16px; }
.bcase__media { position: relative; min-height: 320px; border-right: 1px solid var(--border); background: var(--bg); }
.bcase__media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.bcase__body { padding: 40px 42px 38px; display: flex; flex-direction: column; }
.bcase__head { font-size: clamp(22px, 2.6vw, 30px); font-weight: 600; line-height: 1.3; margin: 16px 0 16px; letter-spacing: -0.01em; }
.bcase__desc { color: var(--text-dim); font-size: 15px; line-height: 1.75; margin: 0 0 28px; max-width: 54ch; }
.bcase__stats { display: flex; gap: 40px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid var(--border); margin-top: auto; }
.bcase__stats > div .num { font-family: var(--font-display); font-weight: 700; font-size: 30px; display: block; }
.bcase__stats em { font-style: normal; color: var(--text-mute); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.bcase__quote { font-size: 18px; line-height: 1.62; margin: 16px 0 18px; letter-spacing: -0.01em; }
.bcase__cite { color: var(--text-mute); font-size: 13px; margin-top: auto; }
@media (max-width: 760px){ .bcase{ grid-template-columns: 1fr; } .bcase__media{ min-height: 200px; border-right: 0; border-bottom: 1px solid var(--border); } }

/* CTA band */
.ctaband { position: relative; overflow: hidden; background: radial-gradient(70% 56% at 50% 54%, rgba(107,23,49,0.26), transparent 72%); }
.ctaband__inner { text-align: center; max-width: 720px; margin: 0 auto; position: relative; z-index: 2; }
.ctaband__title { font-size: clamp(32px, 5vw, 64px); margin: 18px 0 22px; }
.ctaband__sub { color: var(--text-dim); font-size: 16px; line-height: 1.7; margin: 0 auto 38px; max-width: 46ch; }
.ctaband__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: start; }
.contact__aside-title { font-size: clamp(28px, 3.4vw, 44px); margin: 14px 0 30px; }
.contact__list { list-style: none; margin: 0 0 30px; padding: 0; display: flex; flex-direction: column; gap: 22px; }
.contact__list li { display: flex; flex-direction: column; gap: 6px; padding-bottom: 22px; border-bottom: 1px solid var(--border-soft); }
.contact__list li:last-child { border-bottom: 0; padding-bottom: 0; }
.contact__k { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.contact__v { color: var(--text-dim); font-size: 15px; line-height: 1.6; max-width: 42ch; }
.contact__alt { color: var(--text-mute); font-size: 14px; }
.contact__alt a { color: var(--text); border-bottom: 1px solid var(--border-strong); padding-bottom: 1px; }
.contact__alt a:hover { color: var(--accent); border-color: var(--accent); }
.contact__alt .arr { transition: transform .4s var(--ease); display: inline-block; }
.contact__alt a:hover .arr { transform: translateX(3px); }
.contact__formcard { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); padding: 36px 34px 30px; }
@media (max-width: 860px){ .contact__grid{ grid-template-columns: 1fr; gap: 38px; } }

/* inline form (ported from roster.css so content pages can use it) */
.inq { display: flex; flex-direction: column; gap: 16px; }
.inq__row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px){ .inq__row2{ grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 7px; }
.field__label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mute); }
.field__err { color: #ff6b6b; letter-spacing: 0.04em; }
.field input, .field textarea, .field select { width: 100%; font-family: var(--font-sans); font-size: 14px; background: var(--bg-elev); border: 1px solid var(--border); border-radius: var(--radius); padding: 12px 14px; color: var(--text); outline: none; transition: border-color .3s var(--ease); resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--border-strong); }
.field input::placeholder, .field textarea::placeholder { color: var(--text-mute); }
.field--err input, .field--err textarea { border-color: rgba(255,107,107,0.5); }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--text-mute) 50%), linear-gradient(135deg, var(--text-mute) 50%, transparent 50%); background-position: calc(100% - 16px) center, calc(100% - 11px) center; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 34px; cursor: pointer; }
.inq__submit { justify-content: center; margin-top: 4px; width: 100%; }
.inq__fine { color: var(--text-mute); font-size: 11px; text-align: center; margin: 2px 0 0; }
.inq--done { align-items: center; text-align: center; padding: 26px 0; gap: 14px; }
.inq--done h4 { font-size: 26px; margin: 0; }
.inq--done p { color: var(--text-dim); font-size: 14px; line-height: 1.7; max-width: 40ch; margin: 0; }
.inq__ref { font-size: 12px; letter-spacing: 0.1em; color: var(--text-mute); border: 1px dashed var(--border-strong); border-radius: var(--radius); padding: 10px 16px; }


/* ============================================================
   V3 feedback additions
   ============================================================ */

/* Brands hero — partner logos floating in zero-G behind the headline */
.phero--logos .phero__logofield { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.16; -webkit-mask-image: linear-gradient(100deg, rgba(0,0,0,0) 16%, rgba(0,0,0,0.5) 42%, #000 78%); mask-image: linear-gradient(100deg, rgba(0,0,0,0) 16%, rgba(0,0,0,0.5) 42%, #000 78%); }
.phero__floater { position: absolute; left: 0; top: 0; will-change: transform; }
.phero__logoimg { max-width: 128px; max-height: 40px; width: auto; height: auto; object-fit: contain; filter: brightness(0) invert(1); }
@media (max-width: 820px){ .phero--logos .phero__logofield{ opacity: 0.1; } }

/* hero glow circles: fade out radially so the section edge never hard-clips the blur (seam fix) */
.phero::after { -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, #000 40%, rgba(0,0,0,0) 78%); mask-image: radial-gradient(50% 50% at 50% 50%, #000 40%, rgba(0,0,0,0) 78%); animation: phero-spin 80s linear infinite; }
/* slow-spin's keyframes drop the translateY(-50%), shoving the glow past the hero's bottom edge — spin in place instead */
@keyframes phero-spin { from { transform: translateY(-50%) rotate(0deg); } to { transform: translateY(-50%) rotate(360deg); } }
/* the watermark mark fades before the hero clips it (visible on short heroes like Contact) */
.phero__mark { -webkit-mask-image: linear-gradient(to bottom, #000 50%, rgba(0,0,0,0) 96%); mask-image: linear-gradient(to bottom, #000 50%, rgba(0,0,0,0) 96%); }

/* Creators — day-to-day video slot */
.cfeature__media--video { display: flex; }
.vslot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; background: #0a0a0d; }
.vslot--empty { display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(45deg, #15151a 0 2px, #0d0d11 2px 11px); }
.vslot--empty .mono-label { color: var(--text-mute); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }

/* Creators — Naysy quote in the day-to-day band */
.dayquote { font-size: clamp(30px, 3.6vw, 48px); line-height: 1.15; letter-spacing: -0.01em; margin: 18px 0 0; quotes: none; }
.dayquote__cite { color: var(--text-mute); font-size: 13px; letter-spacing: 0.08em; margin-top: 18px; }

/* Creators — approach lede inside light wave section */
.approach__lede { font-size: clamp(17px, 2vw, 22px); line-height: 1.65; color: var(--text-dim); max-width: 62ch; margin: 0; }

/* About — mission supporting paragraph */
.manifesto__para { color: var(--text-dim); font-size: 16px; line-height: 1.8; max-width: 62ch; margin: 30px auto 0; }
