:root {
  --ink: #f1ede6;
  --muted: #aaa59d;
  --dark: #090909;
  --line: rgba(241, 237, 230, 0.16);
  --gold: #d6b26d;
  --pink: #e98291;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--dark);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  overflow-x: hidden;
}

.noise {
  position: fixed; inset: 0; z-index: 5; pointer-events: none; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
.glow { position: fixed; width: 48vw; aspect-ratio: 1; border-radius: 50%; filter: blur(130px); opacity: .08; pointer-events: none; }
.glow-one { background: #c19758; top: -25vw; left: -24vw; }
.glow-two { background: #715535; bottom: -30vw; right: -20vw; }
.page-shell { width: min(1440px, 100%); margin: auto; padding: 0 4.2vw; position: relative; }

.topbar { height: 108px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { color: var(--ink); font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; letter-spacing: .24em; text-decoration: none; }
.wordmark span { color: var(--gold); letter-spacing: 0; }
.topbar-label, footer { font: 10px/1.3 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.topbar-label span { color: var(--gold); padding: 0 5px; }
.contact-link { display: flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-link i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 12px var(--pink); }

.hero { min-height: calc(100vh - 108px); display: grid; grid-template-columns: 1fr 180px 1.1fr; align-items: center; gap: 5vw; padding: 70px 0 60px; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font: 10px 'DM Mono', monospace; }
.eyebrow span { width: 31px; height: 1px; background: currentColor; }
h1 { font: 500 clamp(75px, 11vw, 170px)/.75 'Playfair Display', serif; letter-spacing: -.09em; margin: 23px 0 36px -8px; }
.period { color: var(--gold); }
.statement { color: var(--muted); font-size: clamp(14px, 1.25vw, 18px); line-height: 1.65; margin: 0; letter-spacing: -.03em; }
.statement em { font: 500 clamp(20px, 2vw, 30px)/1 'Playfair Display', serif; color: var(--ink); }

.editorial-mark { align-self: stretch; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: var(--gold); }
.mark-line { height: min(13vh, 110px); width: 1px; background: linear-gradient(transparent, rgba(214,178,109,.8), transparent); }
.mark-number { font: 500 13px 'DM Mono', monospace; letter-spacing: .15em; }
.editorial-mark p { margin: 3px 0; color: var(--muted); font: italic 500 14px/1.3 'Playfair Display', serif; text-align: center; }

.social-area { align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.social-heading { display: flex; justify-content: space-between; margin: 0 0 17px; color: var(--ink); text-transform: uppercase; font: 10px 'DM Mono', monospace; letter-spacing: .13em; }
.social-heading span { color: var(--muted); }
.social-list { border-top: 1px solid var(--line); }
.social-card { color: var(--ink); text-decoration: none; min-height: 73px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 36px 1fr auto 28px; gap: 10px; align-items: center; position: relative; overflow: hidden; transition: color .35s ease, padding .35s ease; }
.social-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(214,178,109,.14), rgba(214,178,109,.015)); transform: translateX(-102%); transition: transform .45s cubic-bezier(.2,.75,.25,1); z-index: -1; }
.social-card:hover { padding: 0 14px; }.social-card:hover::before { transform: translateX(0); }
.card-index, .card-handle { color: var(--muted); font: 9px 'DM Mono', monospace; letter-spacing: .08em; }.card-name { font: 600 16px Manrope, sans-serif; letter-spacing: -.04em; }.arrow { font-size: 21px; color: var(--gold); transition: transform .3s ease; }.social-card:hover .arrow { transform: translate(3px,-3px); }

footer { min-height: 78px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; } footer p { margin: 0; } footer a { color: var(--ink); text-decoration: none; } footer a span { color: var(--gold); margin-left: 4px; }
.reveal { animation: appear .8s both cubic-bezier(.2,.7,.2,1); }.social-area { animation-delay: .16s; } @keyframes appear { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 820px) {
  .page-shell { padding: 0 22px; }.topbar { height: 77px; }.topbar-label { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 54px; padding: 62px 0 56px; }.hero-intro { text-align: center; }.eyebrow { justify-content: center; } h1 { margin: 22px 0 31px -5px; }.editorial-mark { display: none; }.social-area { order: 2; }.social-card { min-height: 68px; }.card-name { font-size: 15px; }
  footer { min-height: 68px; font-size: 8px; } footer p:nth-child(2) { display: none; }
}
@media (max-width: 380px) { .card-handle { display: none; }.social-card { grid-template-columns: 30px 1fr 28px; } }
