﻿.profileHub{
  position:relative;
  min-height:100vh;
  min-height:100svh;
  padding:clamp(26px,4vw,46px);
  background:
    radial-gradient(120% 120% at 12% 0%, rgba(217,124,43,.14), transparent 42%),
    radial-gradient(118% 118% at 100% 10%, rgba(82,105,84,.14), transparent 36%),
    linear-gradient(180deg, #0b0b0d 0%, #09090b 100%);
  overflow:hidden;
}
.profileHub__backdrop{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 28px),
    linear-gradient(0deg, rgba(255,255,255,.022) 0 1px, transparent 1px 28px),
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.06), transparent 18rem);
  opacity:.16;
  mix-blend-mode:screen;
}
.profileHub__shell{
  position:relative;
  z-index:1;
  width:min(1320px, calc(100vw - 28px));
  margin:0 auto;
  display:grid;
  gap:clamp(20px,3vw,30px);
}
.profileHub__masthead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px 24px;
  flex-wrap:wrap;
}
.profileHub__brand{
  display:grid;
  gap:10px;
  min-width:0;
  max-width:780px;
}
.profileHub__homeLink{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#fff4e9;
  text-decoration:none;
  min-width:0;
}
.profileHub__brandMark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:78px;
  height:42px;
  padding:0 16px;
  clip-path:var(--bite);
  border:1px solid rgba(217,124,43,.5);
  background:linear-gradient(180deg, rgba(217,124,43,.28), rgba(84,33,14,.32));
  font-family:"Russo One",sans-serif;
  font-size:1rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.profileHub__brandText{
  font-family:"Russo One",sans-serif;
  font-size:clamp(1.72rem,3.2vw,3.6rem);
  letter-spacing:.05em;
  text-transform:uppercase;
  line-height:.96;
}
.profileHub__intro{
  margin:0;
  max-width:62ch;
  color:rgba(238,232,221,.76);
  line-height:1.62;
  font-size:1rem;
}
.profileHub__mastActions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}
.profileHub__hero{
  display:grid;
  gap:14px;
  padding:clamp(18px,2.6vw,24px);
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(135deg, rgba(217,124,43,.16), rgba(10,10,12,.88) 58%),
    rgba(10,10,12,.82);
  clip-path:var(--bite);
  box-shadow:0 20px 44px rgba(0,0,0,.26), inset 0 0 0 1px rgba(255,255,255,.03);
}
.profileHub__heroCopy{
  display:grid;
  gap:10px;
}
.profileHub__eyebrow{
  color:rgba(226,193,155,.82);
  font-family:Oswald,sans-serif;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.profileHub__title{
  margin:0;
  color:#fff7ec;
  font-family:"Russo One",sans-serif;
  font-size:clamp(1.5rem,2.8vw,3rem);
  line-height:1.04;
  text-transform:uppercase;
}
.profileHub__lead{
  margin:0;
  max-width:72ch;
  color:rgba(242,236,227,.8);
  line-height:1.62;
}
.profileHub__rail{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
}
.profileHub__metric{
  display:grid;
  gap:6px;
  min-height:92px;
  align-content:start;
  padding:14px 16px;
  clip-path:var(--bite);
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.035);
}
.profileHub__metric span{
  color:rgba(236,229,219,.62);
  font-family:Oswald,sans-serif;
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.profileHub__metric strong{
  color:#fff8ee;
  font-family:"Russo One",sans-serif;
  font-size:clamp(1rem,1.2vw,1.22rem);
  line-height:1.18;
}
.profileHub__board{
  min-height:0;
}
.profileHub .profilePage{
  margin:0;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(20,20,23,.9), rgba(10,10,12,.88));
  box-shadow:0 30px 90px rgba(0,0,0,.36);
}
.profileHub .profilePage__body{
  padding:18px 18px 20px;
}
.profileHub .profileLayout{
  min-height:0;
}
.profileHub--embed{
  min-height:auto;
  min-height:100%;
  padding:18px 0 0;
}
.profileHub--embed .profileHub__shell{
  width:min(1240px, calc(100vw - 16px));
}
@media (max-width: 1180px){
  .profileHub__rail{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 860px){
  .profileHub{
    padding:18px 14px 24px;
  }
  .profileHub__shell{
    width:min(100%, calc(100vw - 14px));
    gap:18px;
  }
  .profileHub__brandText{
    font-size:clamp(1.45rem,6vw,2.3rem);
  }
  .profileHub__intro{
    font-size:.95rem;
  }
}
@media (max-width: 640px){
  .profileHub__mastActions{
    width:100%;
    justify-content:stretch;
  }
  .profileHub__mastActions > .btn{
    flex:1 1 180px;
    justify-content:center;
  }
  .profileHub__rail{
    grid-template-columns:1fr;
  }
  .profileHub .profilePage__body{
    padding:14px 14px 16px;
  }
  .profileHub__hero{
    padding:16px;
  }
}
