*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--gold:    #7B9FD4; --plum:    #4A1942; --black:   #0F0F14; --ink:     #1A1A24; --card-bg: #1A1A24;
--white:   #ffffff;
--silver:  #C8C8D0; --muted:   rgba(200,200,208,0.65);
--dim:     rgba(123,159,212,0.08);
--julius:  'Montserrat', sans-serif;
--archivo: 'Archivo Narrow', sans-serif;
--bask:    'Libre Baskerville', serif;
}
html { scroll-behavior: smooth; }
body {
background-color: var(--black);
color: var(--silver);
font-family: var(--archivo);
font-size: 16px;
line-height: 1.6;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
a { text-decoration: none; }
img { display: block; max-width: 100%; } .reveal {
opacity: 0;
transform: translateY(28px);
transition: opacity 0.75s cubic-bezier(0.23,1,0.32,1), transform 0.75s cubic-bezier(0.23,1,0.32,1);
}
.reveal.visible {
opacity: 1;
transform: translateY(0);
} .onyx-label {
font-family: var(--archivo);
font-size: 0.62rem;
font-weight: 600;
letter-spacing: 0.28em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 0.75rem;
}
.onyx-rule {
width: 40px;
height: 1px;
background: var(--gold);
opacity: 0.6;
margin: 1.5rem 0;
} .onyx-btn--gold {
font-family: var(--archivo);
font-size: 0.68rem;
font-weight: 600;
letter-spacing: 0.2em;
text-transform: uppercase;
background: var(--gold);
color: var(--black);
padding: 0.9rem 2.5rem;
display: inline-block;
transition: background 0.2s, color 0.2s;
border: 1px solid var(--gold);
}
.onyx-btn--gold:hover { background: var(--white); color: var(--black); }
.onyx-btn--outline {
font-family: var(--archivo);
font-size: 0.68rem;
font-weight: 600;
letter-spacing: 0.2em;
text-transform: uppercase;
background: transparent;
color: var(--white);
padding: 0.9rem 2.5rem;
display: inline-block;
border: 1px solid rgba(255,255,255,0.4);
transition: border-color 0.2s, color 0.2s;
}
.onyx-btn--outline:hover { border-color: var(--white); } .onyx-nav {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 100;
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.5rem 3rem;
background: linear-gradient(to bottom, rgba(15,15,20,0.85) 0%, transparent 100%);
}
.onyx-nav__brand {
display: flex;
flex-direction: column;
gap: 2px;
}
.onyx-nav__wordmark {
font-family: var(--julius);
font-weight: 100;
font-size: 1.6rem;
letter-spacing: 0.14em;
color: var(--white);
line-height: 1;
}
.onyx-nav__logo-img {
height: 9px;
filter: invert(1) brightness(1.5);
opacity: 0.5;
}
.onyx-nav__register {
font-family: var(--archivo);
font-size: 0.62rem;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
background: transparent;
color: var(--gold);
padding: 0.65rem 1.5rem;
border: 1px solid var(--gold);
transition: background 0.2s, color 0.2s;
}
.onyx-nav__register:hover { background: var(--gold); color: var(--black); } .onyx-hero {
position: relative;
width: 100%;
height: 100vh;
min-height: 600px;
overflow: hidden;
display: flex;
align-items: flex-end;
}
.onyx-hero__bg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
}
.onyx-hero__overlay-bottom {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.15) 100%);
}
.onyx-hero__overlay-left {
position: absolute;
inset: 0;
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, transparent 60%);
}
.onyx-hero__content {
position: relative;
z-index: 2;
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: flex-end;
padding: 0 4rem 6rem;
gap: 4rem;
}
.onyx-hero__label {
font-family: var(--archivo);
font-size: 0.6rem;
font-weight: 600;
letter-spacing: 0.3em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 0.85rem;
}
.onyx-hero__headline {
font-family: var(--julius);
font-weight: 100;
font-size: clamp(3.8rem, 7vw, 8rem);
line-height: 0.9;
letter-spacing: 0.03em;
color: var(--white);
margin-bottom: 0.1rem;
}
.onyx-hero__headline--gold { color: var(--gold); }
.onyx-hero__rule {
width: 48px;
height: 1px;
background: var(--gold);
opacity: 0.7;
margin: 1.5rem 0;
}
.onyx-hero__ctas {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.onyx-hero__tagline {
font-family: var(--archivo);
font-size: 0.95rem;
line-height: 1.75;
color: rgba(255,255,255,0.72);
max-width: 400px;
align-self: flex-end;
}
.onyx-hero__fade-bottom {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 120px;
background: linear-gradient(to bottom, transparent, var(--black));
z-index: 3;
} .onyx-director {
background: var(--ink);
padding: 7rem 0 6rem;
}
.onyx-director__inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 5rem;
align-items: center;
max-width: 1300px;
margin: 0 auto;
padding: 0 4rem;
}
.onyx-director__portrait-wrap {
position: relative;
}
.onyx-director__portrait-clip {
position: relative;
height: 580px;
overflow: hidden;
clip-path: polygon(0 0, 92% 0, 100% 8%, 100% 100%, 0 100%);
}
.onyx-director__portrait-img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
}
.onyx-director__portrait-fade {
position: absolute;
inset: 0;
background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.6) 100%);
}
.onyx-director__circle {
position: absolute;
bottom: -24px;
right: -24px;
width: 120px;
height: 120px;
border-radius: 50%;
overflow: hidden;
border: 3px solid var(--gold);
}
.onyx-director__circle img {
width: 100%;
height: 100%;
object-fit: cover;
}
.onyx-director__name {
font-family: var(--julius);
font-weight: 100;
font-size: clamp(3rem, 4.5vw, 5rem);
letter-spacing: 0.05em;
line-height: 0.95;
color: var(--white);
margin-bottom: 0.5rem;
}
.onyx-director__title {
font-family: var(--archivo);
font-size: 0.68rem;
font-weight: 400;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--gold);
}
.onyx-director__bio {
font-family: var(--archivo);
font-size: 0.97rem;
line-height: 1.8;
color: var(--muted);
} .onyx-pillars {
background: var(--black);
padding: 6rem 4rem 5rem;
border-top: 1px solid rgba(123,159,212,0.12);
}
.onyx-pillars__header {
margin-bottom: 3rem;
}
.onyx-pillars__headline {
font-family: var(--julius);
font-size: clamp(2.4rem, 5vw, 4rem);
font-weight: 100;
letter-spacing: 0.04em;
color: var(--white);
line-height: 1.1;
margin-top: 0.5rem;
}
.onyx-pillars__headline em {
font-family: var(--bask);
font-style: italic;
color: var(--gold);
}
.onyx-pillars__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.25rem;
}
.onyx-pillar-card {
position: relative;
overflow: hidden;
aspect-ratio: 3 / 4;
background: #111;
}
.onyx-pillar-card__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
display: block;
transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.onyx-pillar-card:hover .onyx-pillar-card__img {
transform: scale(1.04);
}
.onyx-pillar-card__overlay {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(15,15,20,0.92) 0%, rgba(74,25,66,0.25) 55%, rgba(15,15,20,0.10) 100%);
}
.onyx-pillar-card__content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 2rem 1.75rem;
}
.onyx-pillar-card__label {
font-family: var(--archivo);
font-size: 0.65rem;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 0.5rem;
}
.onyx-pillar-card__title {
font-family: var(--julius);
font-size: clamp(1.2rem, 2.2vw, 1.6rem);
font-weight: 200;
letter-spacing: 0.03em;
color: var(--white);
line-height: 1.15;
margin-bottom: 0.75rem;
}
.onyx-pillar-card__body {
font-family: var(--archivo);
font-size: 0.82rem;
line-height: 1.6;
color: rgba(255,255,255,0.78);
} .onyx-quote {
position: relative;
width: 100%;
min-height: 70vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.onyx-quote__bg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
filter: brightness(0.45);
}
.onyx-quote__overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.55);
}
.onyx-quote__inner {
position: relative;
z-index: 2;
text-align: center;
padding: 6rem 4rem;
max-width: 900px;
}
.onyx-quote__rule {
width: 40px;
height: 1px;
background: var(--gold);
opacity: 0.7;
margin: 0 auto 2.5rem;
}
.onyx-quote__line {
font-family: var(--julius);
font-weight: 100;
font-size: clamp(1.8rem, 3vw, 3.5rem);
line-height: 1.3;
letter-spacing: 0.08em;
color: var(--white);
max-width: 900px;
}
.onyx-quote__line--last { margin-bottom: 2rem; }
.onyx-quote__rule-bottom {
width: 40px; height: 1px;
background: var(--gold);
opacity: 0.7;
margin: 0 auto 1.5rem;
}
.onyx-quote__ethos {
font-family: var(--archivo);
font-size: 0.6rem;
letter-spacing: 0.3em;
text-transform: uppercase;
color: rgba(255,255,255,0.45);
margin-bottom: 2rem;
}
.onyx-quote__gold { color: var(--gold); }
.onyx-btn--register {
font-family: var(--archivo);
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
background: var(--plum);
color: var(--white);
padding: 1rem 3.5rem;
display: inline-block;
transition: background 0.2s;
border: 1px solid var(--plum);
}
.onyx-btn--register:hover { background: var(--gold); border-color: var(--gold); color: var(--black); } .onyx-footer {
background-color: var(--ink);
border-top: 1px solid rgba(123,159,212,0.15);
padding: 3rem 4rem;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 1.5rem;
}
.onyx-footer__brand-name {
font-family: var(--julius);
font-weight: 100;
font-size: 1.3rem;
letter-spacing: 0.14em;
color: var(--white);
display: block;
margin-bottom: 3px;
}
.onyx-footer__logo-img {
height: 9px;
filter: invert(1) brightness(1.5);
opacity: 0.4;
}
.onyx-footer__city {
font-family: var(--archivo);
font-size: 0.62rem;
letter-spacing: 0.12em;
color: rgba(245,240,235,0.28);
letter-spacing: 0.05em;
}
.onyx-footer__links {
display: flex;
gap: 2.5rem;
flex-wrap: wrap;
}
.onyx-footer__link {
font-family: var(--archivo);
font-size: 0.68rem;
font-weight: 500;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--muted);
transition: color 0.2s;
}
.onyx-footer__link:hover { color: var(--white); }
.onyx-footer__link--gold { color: var(--gold); }
.onyx-footer__link--gold:hover { color: var(--white); }
.onyx-footer__copy {
font-family: var(--archivo);
font-size: 0.62rem;
color: rgba(200,200,208,0.28);
}
.onyx-footer__credit {
color: rgba(200,200,208,0.45);
transition: color 0.2s;
}
.onyx-footer__credit:hover { color: #39ff14; } .onyx-content-page {
background: var(--black);
min-height: 80vh;
padding: 8rem 4rem 6rem;
}
.onyx-content-page__inner {
max-width: 900px;
margin: 0 auto;
}
.onyx-content-page__title {
font-family: var(--julius);
font-weight: 100;
font-size: clamp(2.5rem, 5vw, 4.5rem);
letter-spacing: 0.04em;
color: var(--white);
line-height: 1.05;
margin-bottom: 2rem;
}
.onyx-content-page__body {
font-family: var(--archivo);
font-size: 1rem;
line-height: 1.8;
color: var(--muted);
}
.onyx-content-page__body h2,
.onyx-content-page__body h3 {
font-family: var(--julius);
font-weight: 100;
color: var(--white);
margin: 2rem 0 0.75rem;
}
.onyx-content-page__body p { margin-bottom: 1.25rem; }
.onyx-content-page__body a { color: var(--gold); }
.onyx-content-page__body a:hover { text-decoration: underline; } .onyx-posts-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.onyx-post-card {
background: var(--card-bg);
border: 1px solid var(--dim);
}
.onyx-post-card__thumb img {
width: 100%;
height: 200px;
object-fit: cover;
}
.onyx-post-card__body { padding: 1.5rem; }
.onyx-post-card__date {
font-family: var(--archivo);
font-size: 0.62rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 0.5rem;
}
.onyx-post-card__title {
font-family: var(--julius);
font-weight: 100;
font-size: 1.3rem;
color: var(--white);
margin-bottom: 0.75rem;
}
.onyx-post-card__title a { color: inherit; }
.onyx-post-card__title a:hover { color: var(--gold); }
.onyx-post-card__excerpt {
font-family: var(--archivo);
font-size: 0.88rem;
color: var(--muted);
margin-bottom: 1rem;
}
.onyx-post-card__more {
font-family: var(--archivo);
font-size: 0.65rem;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--gold);
}
.onyx-pagination { margin-top: 3rem; }
.onyx-no-posts { color: var(--muted); font-family: var(--archivo); } .onyx-404 {
background: var(--black);
min-height: 80vh;
display: flex;
align-items: center;
justify-content: center;
padding: 6rem 4rem;
}
.onyx-404__inner { text-align: center; }
.onyx-404__headline {
font-family: var(--julius);
font-weight: 100;
font-size: clamp(3rem, 8vw, 7rem);
letter-spacing: 0.04em;
color: var(--white);
line-height: 1;
margin-bottom: 1rem;
}
.onyx-404__body {
font-family: var(--archivo);
font-size: 0.97rem;
color: var(--muted);
} @media (max-width: 900px) {
.onyx-hero__content {
grid-template-columns: 1fr;
padding: 0 2rem 5rem;
gap: 2rem;
}
.onyx-hero__tagline { max-width: 100%; }
.onyx-director__inner {
grid-template-columns: 1fr;
padding: 0 2rem;
}
.onyx-director__portrait-wrap { margin-left: 0; }
.onyx-director__portrait-clip { height: 420px; clip-path: none; }
.onyx-director__text { padding: 2rem 0 0; }
.onyx-nav { padding: 1rem 1.5rem; }
.onyx-footer { flex-direction: column; align-items: flex-start; padding: 2rem 1.5rem; }
.onyx-quote { height: auto; min-height: 60vh; }
.onyx-quote__inner { padding: 4rem 2rem; }
.onyx-pillars { padding: 4rem 2rem 3rem; }
.onyx-pillars__grid { grid-template-columns: 1fr; gap: 1rem; }
.onyx-pillar-card { aspect-ratio: 4 / 3; }
.onyx-pillar-card__img { object-position: center 20%; }
.onyx-content-page { padding: 6rem 2rem 4rem; }
}
@media (max-width: 600px) {
.onyx-hero__headline { font-size: clamp(2.8rem, 11vw, 5rem); }
.onyx-pillars__grid { grid-template-columns: 1fr; }
.onyx-pillar-card { aspect-ratio: 3 / 4; }
}