(landing) added Closets section

This commit is contained in:
Dominique Deschatre
2026-04-17 19:18:10 -03:00
parent 89f0eb5cb3
commit e5f5009f80
3 changed files with 43 additions and 17 deletions
+12 -9
View File
@@ -31,7 +31,7 @@ body.mempalace-active { overflow-x: hidden; }
--hair: rgba(158, 216, 255, 0.14);
--hair-strong: rgba(158, 216, 255, 0.28);
--ice: #EAF4FF;
--ice-dim: #B8C7D9;
--ice-dim: #aabbcf;
--ice-ghost: rgba(234, 244, 255, 0.56);
--prism: #9ED8FF;
--prism-core: #4AA3FF;
@@ -156,8 +156,8 @@ body.mempalace-active { overflow-x: hidden; }
.mempalace-landing .display em { font-style: italic; color: var(--prism); }
.mempalace-landing .lede {
font-family: var(--f-display);
font-style: italic;
font-weight: 300;
/* font-style: italic; */
font-weight: 400;
color: var(--ice-dim);
font-size: clamp(1.2rem, 1.8vw, 1.55rem);
line-height: 1.45;
@@ -813,16 +813,19 @@ body.mempalace-active { overflow-x: hidden; }
.mempalace-landing .anatomy-diagram {
position: relative;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(1rem, 3vw, 2.5rem);
grid-template-columns: repeat(4, 1fr);
gap: clamp(1rem, 2.2vw, 1.75rem);
padding: 2rem 0;
}
@media (max-width: 1200px) {
.mempalace-landing .anatomy-diagram { grid-template-columns: repeat(2, 1fr); }
}
.mempalace-landing .stratum {
position: relative;
border: var(--rule) solid var(--hair);
padding: 2rem 1.5rem;
padding: 1.75rem 1.25rem;
background: linear-gradient(180deg, rgba(17,21,28,0.6), rgba(10,13,18,0.2));
min-height: 360px;
min-height: 340px;
display: flex;
flex-direction: column;
transition: border-color 0.4s ease, transform 0.4s ease;
@@ -845,9 +848,9 @@ body.mempalace-active { overflow-x: hidden; }
.mempalace-landing .stratum h3 {
font-family: var(--f-display);
font-weight: 400;
font-size: 2.4rem;
font-size: clamp(1.75rem, 2vw, 2.1rem);
letter-spacing: -0.01em;
margin: 1.5rem 0 0.25rem;
margin: 1.25rem 0 0.25rem;
color: var(--ice);
}
.mempalace-landing .stratum h3 em { font-style: italic; color: var(--prism); font-weight: 300; }