Technical standards, brand guidelines, and working methodologies.
This documentation serves as the authoritative reference for all Glass Elegance creative outputs. It defines the standards, systems, and methodologies that ensure consistency across every project we deliver.
These guidelines apply to all client deliverables, internal projects, and brand materials produced by the studio.
Every design decision must answer to three tests:
Cormorant — A refined, high-contrast serif with roots in Renaissance calligraphy. Used for all headings, body copy, and display text.
font-family: 'Cormorant', Georgia, serif;
font-weight: 300, 400, 500, 600;
font-style: normal, italic;
H1 — clamp(2.8rem, 6vw, 5.5rem), weight 300H2 — clamp(1.8rem, 3.5vw, 3rem), weight 300H3 — clamp(1.3rem, 2.5vw, 1.9rem), weight 400Body — 1.05rem, line-height 1.85, weight 400Small — 0.88rem, letter-spacing 0.15em, uppercaseBurgundy — #2d1b1b — Primary dark, backgroundsSilver — #c0c0c0 — Accent, borders, secondary textIvory — #fffff0 — Primary text, headingsRose Glass — rgba(200,150,150,0.12) — Panel backgroundsRose Glass Alt — rgba(180,120,120,0.08) — Card overlaysIvory Ghost — rgba(255,255,240,0.08) — Hover statesPrimary container component. Creates the stained glass effect through backdrop-filter and subtle border treatments.
.glass-panel {
background: rgba(200, 150, 150, 0.12);
backdrop-filter: blur(20px);
border: 1px solid rgba(200, 150, 150, 0.18);
}
Elevated variant for cards and interactive elements.
.glass-card {
background: linear-gradient(150deg,
rgba(200,150,150,0.14) 0%,
rgba(180,120,120,0.08) 100%);
backdrop-filter: blur(24px);
border: 1px solid rgba(200,150,150,0.20);
}
All layouts use a 12-column grid with a maximum width of
1200px and a gutter of 1.5rem. Containers use
2.5rem side padding on desktop, scaling down responsively.
:focus-visible[Client]-[Project]-[Asset]-[Version].[ext]
Example: GLSE-Brand-Logo-v03.svg