.profile-page {
    min-height: 100vh;
    background: #1a1a18;
    color: #f5f1e8;
}

.profile-page a { color: inherit; }

.profile-topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 72px;
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(26, 26, 24, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
}

.profile-brand { display: flex; align-items: center; gap: 12px; font-family: Syne, sans-serif; font-weight: 800; }
.profile-brand img { border-radius: 8px; }
.profile-back { color: #b8b3aa; font-family: "JetBrains Mono", monospace; font-size: 12px; }
.profile-back span { color: #e95d21; }
.profile-main { width: min(1120px, calc(100% - 96px)); margin: 0 auto; }

.profile-hero {
    min-height: 680px;
    padding: 96px 0;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 72px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-eyebrow,
.profile-label { margin: 0; color: #e95d21; font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 1.6px; }
.profile-hero h1 { margin: 24px 0; font-family: "Noto Sans SC", sans-serif; font-size: 88px; line-height: 1.02; letter-spacing: 0; }
.profile-hero h1 span { color: #20b2aa; font-family: Syne, sans-serif; }
.profile-lead { max-width: 720px; color: #d1cabf; font-size: 18px; line-height: 2; }
.profile-aliases { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 10px; }
.profile-aliases span { padding: 8px 12px; border: 1px solid rgba(255, 255, 255, 0.16); font-family: "JetBrains Mono", monospace; font-size: 11px; }
.profile-portrait { margin: 0; }
.profile-portrait img { width: 100%; aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(32, 178, 170, 0.45); }
.profile-portrait figcaption { margin-top: 12px; color: #88837b; font-family: "JetBrains Mono", monospace; font-size: 10px; line-height: 1.6; }

.profile-section {
    padding: 88px 0;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.profile-section-index { color: rgba(255, 255, 255, 0.13); font-family: Syne, sans-serif; font-size: 54px; font-weight: 800; }
.profile-section h2,
.profile-cta h2 { margin: 12px 0 28px; font-size: 46px; line-height: 1.2; }
.profile-section p,
.profile-cta p { max-width: 780px; color: #c5beb3; font-size: 16px; line-height: 2; }
.profile-section p + p { margin-top: 18px; }
.profile-section p a { color: #7fd4cf; text-decoration: underline; text-underline-offset: 4px; }

.profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.profile-grid article { min-height: 150px; padding: 26px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.profile-grid strong { color: #f5f1e8; font-size: 18px; }
.profile-grid p { margin-top: 12px; color: #918b82; font-size: 14px; line-height: 1.8; }

.profile-products { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.1); }
.profile-products a { min-height: 76px; padding: 16px 0; display: grid; grid-template-columns: minmax(180px, .4fr) 1fr; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.profile-products a:hover strong { color: #e95d21; }
.profile-products span { color: #918b82; font-size: 14px; }

.profile-references { margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.1); }
.profile-references a { min-height: 92px; padding: 20px 0; display: grid; grid-template-columns: minmax(220px, .42fr) 1fr; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.profile-references a:hover strong { color: #20b2aa; }
.profile-references span { color: #918b82; font-size: 14px; line-height: 1.8; }

.profile-faq-list { margin: 32px 0 0; border-top: 1px solid rgba(255,255,255,.1); }
.profile-faq-list > div { padding: 24px 0; display: grid; grid-template-columns: minmax(220px, .42fr) 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.profile-faq-list dt { color: #f5f1e8; font-weight: 700; line-height: 1.7; }
.profile-faq-list dd { margin: 0; color: #a8a198; font-size: 14px; line-height: 1.9; }
.profile-faq-list a { color: #7fd4cf; text-decoration: underline; text-underline-offset: 4px; }

.profile-channels { margin-top: 32px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); }
.profile-channels a { min-height: 92px; padding: 20px; display: grid; align-content: center; gap: 8px; background: #1a1a18; }
.profile-channels a:hover { background: rgba(32, 178, 170, 0.08); }
.profile-channels span { color: #918b82; font-family: "JetBrains Mono", monospace; font-size: 10px; }
.profile-channels strong { overflow-wrap: anywhere; }

.profile-cta { padding: 96px 0 120px 158px; }
.profile-cta > a { margin-top: 30px; width: fit-content; padding: 16px 22px; display: block; background: #e95d21; color: white; font-weight: 700; }
.profile-footer { padding: 28px 48px; display: flex; justify-content: space-between; color: #777168; border-top: 1px solid rgba(255,255,255,.08); font-family: "JetBrains Mono", monospace; font-size: 10px; }

@media (max-width: 760px) {
    .profile-topbar { height: 64px; padding: 0 20px; }
    .profile-main { width: min(100% - 40px, 1120px); }
    .profile-hero { min-height: 0; padding: 64px 0; grid-template-columns: 1fr; gap: 44px; }
    .profile-hero h1 { font-size: 52px; }
    .profile-lead { font-size: 16px; }
    .profile-portrait { max-width: 420px; }
    .profile-section { padding: 64px 0; grid-template-columns: 1fr; gap: 18px; }
    .profile-section-index { font-size: 34px; }
    .profile-section h2, .profile-cta h2 { font-size: 34px; }
    .profile-grid, .profile-channels { grid-template-columns: 1fr; }
    .profile-products a { grid-template-columns: 1fr; gap: 6px; }
    .profile-references a { grid-template-columns: 1fr; gap: 8px; }
    .profile-faq-list > div { grid-template-columns: 1fr; gap: 8px; }
    .profile-cta { padding: 72px 0; }
    .profile-footer { padding: 24px 20px; gap: 12px; flex-direction: column; }
}
