:root {
  --ink: #0d0b09;
  --ink-soft: #17120e;
  --panel: #15100c;
  --line: #3a2a1d;
  --muted: #ad9c88;
  --text: #f1e6d4;
  --gold: #d6a24c;
  --gold-soft: #76501f;
  --orange: #edb86b;
  --sans: 'DM Sans', sans-serif;
  --display: 'Space Grotesk', sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--text); font: 15px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.ambient { position: fixed; z-index: -1; pointer-events: none; border-radius: 999px; filter: blur(80px); opacity: .18; }
.ambient-one { width: 520px; height: 520px; right: -220px; top: -230px; background: var(--gold-soft); }
.ambient-two { width: 420px; height: 420px; left: 9%; bottom: -290px; background: #6e3f16; }
.topbar { height: 76px; padding: 0 clamp(24px, 6vw, 88px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--ink) 86%, transparent); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font: 600 18px var(--display); letter-spacing: -.04em; text-decoration: none; }
.brand-logo { width: 35px; height: 35px; object-fit: cover; border-radius: 9px; padding: 2px; background: #f7eee0; border: 1px solid var(--gold); box-shadow: 0 0 24px #d6a24c33; }
.brand-dot, .gradient { color: var(--gold); }
.gradient { background: linear-gradient(110deg, var(--text), var(--gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.topnav { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); color: var(--muted); font-size: 13px; }
.topnav a { text-decoration: none; transition: color .2s ease; }
.topnav a:hover, footer a:hover { color: var(--gold); }
.topnav-cta { border: 1px solid var(--line); border-radius: 6px; padding: 7px 11px; color: var(--text); }
.topnav-cta span, .button span, .text-link span { color: var(--gold); }
main { max-width: 1240px; margin: 0 auto; padding: 0 clamp(24px, 6vw, 88px); }
.hero { min-height: 610px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: center; gap: 50px; padding: 76px 0 92px; border-bottom: 1px solid var(--line); }
.eyebrow { color: var(--gold); font: 500 10px var(--mono); letter-spacing: .16em; text-transform: uppercase; margin: 0; }
.eyebrow-line { display: inline-block; width: 29px; height: 1px; margin: 0 9px 3px 0; background: var(--gold); }
h1, h2 { font-family: var(--display); letter-spacing: -.07em; line-height: 1.02; }
h1 { max-width: 730px; font-size: clamp(54px, 7.3vw, 96px); margin: 22px 0 25px; }
.hero-intro { max-width: 550px; color: var(--muted); font-size: 18px; line-height: 1.65; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 23px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; gap: 12px; border-radius: 7px; padding: 11px 15px; text-decoration: none; font-weight: 600; font-size: 13px; border: 1px solid var(--line); background: var(--panel); }
.button.primary { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.text-link { color: var(--muted); text-decoration: none; font-size: 13px; }
.text-link:hover { color: var(--text); }
.hero-orbit { width: min(32vw, 370px); aspect-ratio: 1; justify-self: end; position: relative; display: grid; place-items: center; }
.hero-orbit::before { content: ''; position: absolute; inset: 17%; border-radius: 50%; background: radial-gradient(circle, #d6a24c16, transparent 68%); }
.orbit { position: absolute; border: 1px solid var(--gold-soft); border-radius: 50%; transform: rotate(-25deg); }
.orbit-outer { inset: 2%; border-left-color: transparent; border-bottom-color: #d6a24c88; }
.orbit-inner { inset: 21%; border-color: #d6a24c4d; border-right-color: transparent; transform: rotate(32deg); }
.orbit-center { width: 102px; height: 102px; border: 1px solid var(--gold); border-radius: 18px; padding: 8px; background: #f7eee0; box-shadow: 0 0 65px #d6a24c24; transform: rotate(-7deg); z-index: 2; }
.orbit-center img { width: 100%; height: 100%; object-fit: cover; border-radius: 11px; }
.orbit-dot { width: 9px; height: 9px; position: absolute; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px #d6a24c19, 0 0 20px #d6a24c88; }
.dot-one { top: 8%; left: 24%; }.dot-two { right: 9%; top: 54%; background: var(--orange); }.dot-three { bottom: 12%; left: 30%; width: 6px; height: 6px; }
.projects-section { padding: 91px 0 97px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
h2 { font-size: clamp(31px, 4vw, 48px); margin: 11px 0 0; }
.section-note { color: var(--muted); font: 11px var(--mono); margin: 0 0 7px; text-transform: uppercase; letter-spacing: .1em; }
#project-count { color: var(--gold); }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.project-card { display: flex; min-height: 290px; flex-direction: column; padding: 24px; position: relative; overflow: hidden; text-decoration: none; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(145deg, var(--panel), transparent); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.project-card::after { content: ''; position: absolute; width: 180px; height: 180px; border: 1px solid #d6a24c18; border-radius: 50%; right: -68px; bottom: -75px; transition: transform .3s ease; }
.project-card:hover { transform: translateY(-4px); border-color: var(--gold-soft); box-shadow: 0 18px 50px #0008; }.project-card:hover::after { transform: scale(1.3); }
.card-top, .card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.card-index, .card-url, .card-status { font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.card-index, .card-status { color: var(--gold); }.card-status { border: 1px solid #d6a24c38; padding: 4px 8px; border-radius: 99px; }
.card h3 { font: 600 30px var(--display); letter-spacing: -.05em; margin: 39px 0 9px; }.card h3 span { color: var(--gold); }
.card p { max-width: 400px; color: var(--muted); margin: 0; font-size: 14px; }.card-bottom { margin-top: auto; padding-top: 28px; }.card-url { color: var(--muted); text-transform: none; letter-spacing: 0; }.card-arrow { color: var(--gold); font-size: 22px; }
.add-note { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; margin: 25px 0 0; }.add-mark { color: var(--gold); font: 22px var(--mono); }
.about { display: grid; grid-template-columns: .65fr 1.5fr .65fr; gap: 30px; align-items: start; padding: 74px 0 93px; border-top: 1px solid var(--line); }.about-label { display: flex; align-items: center; gap: 14px; padding-top: 11px; }.about-rule { width: 38px; height: 1px; background: var(--line); }.about h2 { margin-top: 0; }.about p { color: var(--muted); max-width: 470px; font-size: 16px; margin: 25px 0 0; }.about-aside { justify-self: end; color: var(--muted); font: 11px/1.45 var(--mono); display: flex; gap: 10px; padding-top: 11px; }.status-dot { width: 7px; height: 7px; flex: 0 0 auto; background: var(--gold); border-radius: 50%; margin-top: 5px; box-shadow: 0 0 0 4px #d6a24c1c; }
footer { max-width: 1240px; margin: 0 auto; padding: 25px clamp(24px, 6vw, 88px) 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font: 11px var(--mono); border-top: 1px solid var(--line); }footer a { text-decoration: none; }.footer-brand { font-size: 15px; }.footer-brand .brand-logo { width: 25px; height: 25px; border-radius: 6px; }
@media (max-width: 760px) { .topnav a:not(.topnav-cta) { display: none; }.hero { min-height: 0; grid-template-columns: 1fr; padding: 70px 0 75px; }.hero-orbit { width: min(70vw, 300px); justify-self: center; margin-top: 20px; }.project-grid { grid-template-columns: 1fr; }.about { grid-template-columns: 1fr; gap: 25px; }.about-label { order: 0; }.about-aside { justify-self: start; }.projects-section { padding: 70px 0 75px; } }
@media (max-width: 480px) { .topbar { height: 66px; padding: 0 20px; }.topnav-cta { padding: 6px 8px; }.hero { padding-top: 60px; }h1 { font-size: 53px; }.hero-intro { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }.section-heading { display: block; }.section-note { margin-top: 17px; }.project-card { min-height: 270px; }footer { align-items: flex-start; flex-direction: column; gap: 13px; padding-left: 20px; padding-right: 20px; }main { padding-left: 20px; padding-right: 20px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
