:root {
    --ink: #f2f3f1;
    --ink-soft: #c2c6c5;
    --text-muted: #959b9d;
    --white: #2b2e31;
    --surface: #35393c;
    --surface-deep: #41464a;
    --line: #555b5e;
    --accent: #c5a35b;
    --accent-dark: #e0bd70;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(2.8rem, 7vw, 6rem); max-width: 780px; margin-bottom: 1.5rem; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { font-size: 1.35rem; }
em { color: var(--accent-dark); font-style: normal; }
.section-wrap { max-width: 1180px; margin: 0 auto; padding-left: 1.5rem; padding-right: 1.5rem; }
.eyebrow { color: var(--accent-dark); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 1.25rem; }
.padding-top: 5rem { width: 2.25rem; height: 2.25rem; The Darksphere difference: inline-block; border-radius: 50%; background: radial-gradient(circle at center, #070707 0 27%, transparent 28%), radial-gradient(circle, #252525 0 38%, #c5a35b 40% 44%, #2c2c2c 47% 64%, transparent 66%); box-shadow: 0 0 0 1px var(--line); }
.brand-mark--small { width: 1.75rem; height: 1.75rem; }
.brand-logo { width: 1.5rem; height: 1.5rem; display: inline-block; border-radius: 50%; object-fit: cover; }
.brand-logo--small { width: 1.5rem; height: 1.5rem; }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 2rem; padding-top: 3.5rem; padding-bottom: 5rem; }
.hero__intro { max-width: 510px; color: var(--ink-soft); font-size: 1.1rem; margin-bottom: 2.25rem; }
.button-row { display: flex; align-items: center; gap: 1.75rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: .75rem; min-height: 3.1rem; padding: .75rem 1.25rem; border: 0; border-radius: 2px; font-size: .84rem; font-weight: 750; text-decoration: none; cursor: pointer; }
.button--dark { background: #17191b; color: var(--ink); }
.button--dark:hover { background: var(--accent-dark); color: #17191b; }
.button--light { background: var(--white); color: var(--ink); }
.text-link { color: var(--ink); font-size: .85rem; font-weight: 750; text-decoration: none; border: 0; background: transparent; padding: .25rem 0; cursor: pointer; }
.text-link:hover { color: var(--accent-dark); }
.hero__visual { position: relative; min-height: 390px; display: grid; place-items: center; }
.black-hole { width: min(400px, 70vw); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--accent); background: radial-gradient(circle, #080808 0 31%, #181818 32% 44%, #323232 48% 62%, #a2813e 65% 68%, #232323 73% 78%, transparent 79%); box-shadow: 0 0 75px rgba(0,0,0,.2); text-align: center; font-size: .62rem; letter-spacing: .17em; font-weight: 800; }
.hero-logo { width: min(430px, 70vw); aspect-ratio: 1; object-fit: cover; border-radius: 50%; position: relative; z-index: 1; transform: translateX(18px); box-shadow: 0 0 75px rgba(0,0,0,.2); }
.orbit { position: absolute; width: 95%; height: 42%; border: 1px solid rgba(139,111,49,.4); border-radius: 50%; transform: rotate(-25deg); }
.orbit--two { width: 78%; height: 70%; transform: rotate(55deg); border-color: rgba(23,25,27,.2); }
.intro-band { background: var(--surface); }
.intro-band__inner { padding-top: 5rem; padding-bottom: 5rem; display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 3rem; }
.intro-band__inner .eyebrow { grid-row: span 2; }
.intro-band__inner .eyebrow { font-size: .85rem; }
.intro-band h2 { margin-bottom: 0; }
.intro-band h2 span { color: var(--accent-dark); }
.intro-band__inner > p:last-child { color: var(--ink-soft); max-width: 550px; margin-top: 1rem; font-size: 1.05rem; }
.services-preview { padding-top: 6rem; padding-bottom: 6rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading h2 { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { background: var(--white); padding: 2rem; min-height: 260px; display: flex; flex-direction: column; color: var(--ink); text-decoration: none; }
.service-card:hover { background: var(--surface); }
.service-number { color: var(--accent-dark); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { margin: 2.25rem 0 .75rem; }
.service-card p, .service-detail p { color: var(--ink-soft); font-size: .92rem; }
.service-card__link { margin-top: auto; color: var(--accent-dark); font-size: .8rem; font-weight: 750; text-decoration: none; }
.cta-band { max-width: none; background: #17191b; color: var(--ink); padding-top: 3rem; padding-bottom: 3rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.cta-band .eyebrow { margin-bottom: .75rem; }
.cta-band h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.75rem); }
.page-hero { padding-top: 3.5rem; padding-bottom: 5rem; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 700px; }
.page-hero > p:last-child { max-width: 550px; color: var(--ink-soft); font-size: 1.05rem; }
.services-list { padding-top: 2rem; padding-bottom: 6rem; }
.service-detail { display: grid; grid-template-columns: 1fr; gap: 2rem; padding: 3rem 0; border-bottom: 1px solid var(--line); }
.service-detail h2 { margin-bottom: 1rem; }
.service-detail p { max-width: 650px; }
.service-detail ul { display: flex; flex-wrap: wrap; gap: .6rem 2rem; margin: 1.5rem 0 0; padding: 0; list-style: none; color: var(--ink); font-size: .85rem; font-weight: 700; }
.service-detail li::before { content: "—"; color: var(--accent-dark); margin-right: .55rem; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8rem; padding-top: 5rem; padding-bottom: 7rem; }
.contact-details h2 { font-size: 2rem; }
.contact-details > p:not(.eyebrow) { color: var(--ink-soft); }
.contact-detail { border-top: 1px solid var(--line); padding: 1.25rem 0; margin-top: 2rem; font-size: .9rem; }
.contact-detail span { display: block; color: var(--accent-dark); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; margin-bottom: .35rem; }
.contact-detail p { margin: 0; color: var(--ink-soft); }
.contact-detail a { color: var(--ink); font-weight: 700; text-decoration: none; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-field { margin-bottom: 1.25rem; }
.form-field label { display: block; margin-bottom: .4rem; font-size: .78rem; font-weight: 750; }
.form-field label span { color: var(--text-muted); font-weight: 400; }
.form-field input, .form-field textarea { width: 100%; padding: .85rem .9rem; border: 1px solid var(--line); border-radius: 0; background: var(--surface); color: var(--ink); font: inherit; font-size: .9rem; }
.form-field input:focus, .form-field textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.form-success { background: var(--surface); padding: 2.5rem; }
.form-success > span { color: var(--accent-dark); font-size: 2rem; }
.form-success h2 { margin: .75rem 0; font-size: 2rem; }
.form-success p { color: var(--ink-soft); }
.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7rem; align-items: center; padding-top: 5rem; padding-bottom: 6rem; }
.about-photo { aspect-ratio: 4 / 5; max-width: 390px; display: grid; place-items: center; background: var(--surface-deep); border: 1px solid var(--line); color: var(--accent-dark); text-align: center; font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.about-copy { max-width: 620px; }
.about-copy h2 { margin-bottom: 1.5rem; }
.about-copy p:not(.eyebrow) { color: var(--ink-soft); font-size: .96rem; }
.about-values { background: var(--surface); }
.about-values__inner { padding-top: 4.5rem; padding-bottom: 5rem; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.value-grid article { border-top: 1px solid var(--line); padding-top: 1.25rem; }
.value-grid h3 { font-size: 1.15rem; }
.value-grid p { color: var(--ink-soft); font-size: .9rem; }
#blazor-error-ui { background: #fff1c7; bottom: 0; box-shadow: 0 -1px 2px rgba(0,0,0,.2); display: none; left: 0; padding: .75rem 1.25rem; position: fixed; width: 100%; z-index: 1000; }
#blazor-error-ui .dismiss { cursor: pointer; float: right; }

@media (max-width: 800px) {
    .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 4rem; padding-bottom: 4rem; }
    .hero__visual { min-height: 300px; }
    .service-grid { grid-template-columns: 1fr; }
    .intro-band__inner, .contact-layout, .about-layout { grid-template-columns: 1fr; gap: 1.5rem; }
    .intro-band__inner .eyebrow { grid-row: auto; }
    .contact-layout, .about-layout { padding-top: 3rem; padding-bottom: 4rem; gap: 3rem; }
    .about-photo { max-width: 340px; }
    .value-grid { grid-template-columns: 1fr; gap: 1rem; }
}
@media (max-width: 560px) {
    .section-wrap { padding-left: 1.1rem; padding-right: 1.1rem; }
    .section-heading, .cta-band { align-items: flex-start; flex-direction: column; }
    .form-grid { grid-template-columns: 1fr; gap: 0; }
    .service-detail { grid-template-columns: 1fr; gap: .5rem; padding: 2.25rem 0; }
    .page-hero { padding-top: 4rem; padding-bottom: 3.5rem; }
}