Move HOME quote below project card as full-width block

Pull the long neuroaesthetics quote out of the two-column grid
and place it as a standalone full-width element beneath the HOME
project card, styled as a dark block with gold accent border.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-19 15:47:59 -07:00
parent c48139e0fb
commit feb02967f8
1 changed files with 13 additions and 1 deletions

View File

@ -283,6 +283,18 @@
color: var(--gold);
}
.project-quote {
margin-top: 3rem;
padding: 2.5rem;
background: var(--earth);
color: var(--sand);
border-left: 3px solid var(--gold);
font-family: 'Cormorant Garamond', serif;
font-size: clamp(1.1rem, 2vw, 1.35rem);
font-style: italic;
line-height: 1.7;
}
/* INSTALLATIONS */
.installations-section {
background: var(--midnight);
@ -854,9 +866,9 @@
<span class="sensory-tag">Cinemagraphs</span>
<span class="sensory-tag">Scent</span>
</div>
<div class="quote" style="margin-top: 1.5rem;">&ldquo;How can we create both an externalized nervous system through design technology and an internalized nervous regulator through story and somatic sensory experiencing &mdash; linking the knowledge and ancient tech that has always been there to the technology of today?&rdquo;</div>
</div>
</div>
<div class="quote project-quote reveal">&ldquo;How can we create both an externalized nervous system through design technology and an internalized nervous regulator through story and somatic sensory experiencing &mdash; linking the knowledge and ancient tech that has always been there to the technology of today?&rdquo;</div>
</div>
</section>