.hos-profile {
  background:
    radial-gradient(circle at 22% 18%, rgba(105, 17, 17, 0.18), transparent 34%),
    linear-gradient(180deg, #060909 0%, #020303 100%);
  color: #f5eeee;
  font-family: "Rubik", sans-serif;
  min-height: 100vh;
}

.hos-profile *,
.hos-profile *::before,
.hos-profile *::after {
  box-sizing: border-box;
}

.hos-profile a {
  text-decoration: none;
}

.hos-profile__shell {
  margin: 0 auto;
  max-width: 430px;
  padding: 0 14px 28px;
}

.hos-profile__sticky {
  align-items: center;
  background: rgba(5, 0, 0, 0.94);
  border-bottom: 1px solid rgba(201, 7, 51, 0.25);
  display: flex;
  justify-content: space-between;
  min-height: 46px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.hos-profile__back,
.hos-profile__top-nav a {
  color: #ff273c;
  font-size: 12px;
  font-weight: 500;
}

.hos-profile__top-nav {
  display: none;
}

.hos-profile__layout {
  display: block;
}

.hos-profile__sidebar,
.hos-profile__meta-line,
.hos-profile__actions--desktop {
  display: none;
}

.hos-profile__card {
  background: #080101;
  border: 1px solid rgba(201, 7, 51, 0.28);
  border-radius: 5px;
  overflow: hidden;
}

.hos-profile__hero {
  background: #1a0908;
  height: clamp(300px, 56vh, 500px);
  max-height: 62svh;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.hos-profile__hero img {
  display: block;
  filter: saturate(0.85);
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  width: 100%;
}

.hos-profile__stamp {
  border: 2px solid #f01122;
  bottom: 52px;
  color: #f01122;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 800;
  left: 16px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  text-transform: uppercase;
  transform: rotate(-7deg);
}

.hos-profile__intro {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72), #070101 46px);
  margin-top: -34px;
  padding: 12px 10px 14px;
  position: relative;
  z-index: 2;
}

.hos-profile__title-row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.hos-profile__label,
.hos-profile__tags li,
.hos-profile__status {
  border: 1px solid #d91224;
  color: #ff302f;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
}

.hos-profile__label {
  flex: 0 0 auto;
  padding: 4px 7px;
}

.hos-profile h1 {
  color: #fff;
  font-family: "Cabinet-Grotesk", sans-serif;
  font-size: clamp(28px, 8vw, 38px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.hos-profile__tagline {
  color: #ff2d2d;
  font-size: 14px;
  line-height: 1.2;
  margin: 7px auto 14px;
  max-width: 270px;
  text-align: center;
}

.hos-profile__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.hos-profile__tags li {
  border-radius: 2px;
  color: #f5dede;
  padding: 4px 6px;
}

.hos-profile__quick-info {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 12px;
}

.hos-profile__quick-info div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  min-width: 0;
  padding: 10px 8px;
}

.hos-profile__quick-info dt,
.hos-profile__side-info dt {
  color: #9f9696;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.hos-profile__quick-info dd,
.hos-profile__side-info dd {
  color: #f2eeee;
  font-size: 12px;
  line-height: 1.25;
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}

.hos-profile__status {
  display: inline-block;
  padding: 5px 9px;
}

.hos-profile__report {
  background: linear-gradient(180deg, #4b0908, #250302);
  border: 1px solid rgba(201, 7, 51, 0.45);
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.hos-profile__section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 13px 2px 11px;
}

.hos-profile__section h2,
.hos-profile__section-head h2,
.hos-profile__side-card h2 {
  color: #fff;
  font-family: "Cabinet-Grotesk", sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.hos-profile__section h2,
.hos-profile__section-head h2 {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 8px;
}

.hos-profile__section h2::after,
.hos-profile__section-head h2::after {
  background: rgba(201, 7, 51, 0.55);
  content: "";
  flex: 1;
  height: 1px;
}

.hos-profile__section h2 span,
.hos-profile__section-head h2 span {
  color: #ff1d29;
  font-family: Arial, sans-serif;
  font-size: 17px;
}

.hos-profile__story {
  color: #d8cdcd;
  font-size: 13px;
  line-height: 1.42;
  max-height: 104px;
  overflow: hidden;
}

.hos-profile__story.is-open {
  max-height: none;
}

.hos-profile__story p {
  margin: 0 0 14px;
}

.hos-profile__read-more {
  background: transparent;
  border: 0;
  color: #ff2b2b;
  cursor: pointer;
  font-size: 12px;
  margin-top: 6px;
  padding: 0;
}

.hos-profile__section-head {
  align-items: center;
  display: flex;
  gap: 10px;
}

.hos-profile__section-head button,
.hos-profile__section-head span {
  background: transparent;
  border: 0;
  color: #ff2424;
  flex: 0 0 auto;
  font-size: 12px;
  padding: 0;
}

.hos-profile__section-head button {
  cursor: pointer;
}

.hos-profile__gallery {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
}

.hos-profile__photo {
  aspect-ratio: 1.45 / 1;
  background: #22100d;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.hos-profile__photo img {
  display: block;
  filter: blur(3px) saturate(0.65);
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  width: 100%;
}

.hos-profile__photo span {
  align-items: center;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  font-size: 14px;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.hos-profile__testimonial {
  background: linear-gradient(180deg, #211412, #140908);
  border-radius: 4px;
  display: none;
  margin: 0;
  padding: 11px 14px 13px 38px;
  position: relative;
}

.hos-profile__testimonial.is-active {
  display: block;
}

.hos-profile__testimonial::before {
  color: #ff1b28;
  content: '"';
  font-size: 48px;
  left: 10px;
  line-height: 1;
  position: absolute;
  top: 6px;
}

.hos-profile__testimonial blockquote {
  color: #d8cdcd;
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}

.hos-profile__testimonial figcaption {
  color: #ff2a2a;
  font-size: 11px;
  margin-top: 5px;
}

.hos-profile__dots {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 10px;
}

.hos-profile__dots button {
  background: #3f3f3f;
  border: 0;
  border-radius: 999px;
  height: 6px;
  padding: 0;
  width: 6px;
}

.hos-profile__dots button.is-active {
  background: #ff2525;
}

.hos-profile__related {
  display: grid;
  gap: 8px;
}

.hos-profile__related a {
  border: 1px solid rgba(201, 7, 51, 0.45);
  color: #fff;
  padding: 10px;
}

.hos-profile__actions {
  display: grid;
  gap: 8px;
  padding-top: 11px;
}

.hos-profile__next,
.hos-profile__back-bottom {
  border-radius: 3px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
}

.hos-profile__next {
  background: linear-gradient(180deg, #c70b12, #7d0509);
  border: 1px solid #f72727;
  color: #fff;
}

.hos-profile__back-bottom {
  background: transparent;
  border: 1px solid #ff1515;
  color: #ff2424;
}

.hos-profile__lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.94);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 48px 16px;
  position: fixed;
  z-index: 9999;
}

.hos-profile__lightbox[hidden] {
  display: none;
}

.hos-profile__lightbox img {
  max-height: 76vh;
  max-width: 100%;
  object-fit: contain;
}

.hos-profile__lightbox button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  position: absolute;
}

.hos-profile__lightbox-close {
  font-size: 38px;
  right: 18px;
  top: 12px;
}

.hos-profile__lightbox-prev,
.hos-profile__lightbox-next {
  font-size: 56px;
  top: 50%;
  transform: translateY(-50%);
}

.hos-profile__lightbox-prev {
  left: 12px;
}

.hos-profile__lightbox-next {
  right: 12px;
}

.hos-profile__lightbox p {
  bottom: 16px;
  color: #ddd;
  font-size: 12px;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

@media (min-width: 900px) {
  .hos-profile__shell {
    max-width: 1480px;
    padding: 0 clamp(28px, 3vw, 52px) 44px;
    width: 100%;
  }

  .hos-profile__sticky {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    min-height: 70px;
    position: static;
  }

  .hos-profile__back,
  .hos-profile__top-nav a {
    color: #fff;
    font-size: 14px;
  }

  .hos-profile__top-nav {
    display: flex;
    gap: 28px;
  }

  .hos-profile__top-nav a {
    color: #ff302f;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hos-profile__layout {
    display: grid;
    gap: clamp(32px, 3.2vw, 56px);
    grid-template-columns: minmax(0, 1fr) clamp(310px, 25vw, 380px);
    padding-top: 32px;
  }

  .hos-profile__main {
    min-width: 0;
  }

  .hos-profile__sidebar {
    display: grid;
    gap: 28px;
    height: fit-content;
  }

  .hos-profile__card {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: grid;
    gap: clamp(34px, 4vw, 64px);
    grid-template-columns: clamp(280px, 23vw, 360px) minmax(0, 1fr);
    margin-bottom: 32px;
    overflow: visible;
  }

  .hos-profile__hero {
    border: 10px solid #6e0e0c;
    box-shadow: inset 0 0 0 1px rgba(255, 48, 47, 0.25);
    height: clamp(420px, 58vh, 560px);
    max-height: 620px;
    min-height: 420px;
  }

  .hos-profile__stamp {
    bottom: 22px;
    display: inline-block;
    font-size: 26px;
    left: 22px;
    top: auto;
  }

  .hos-profile__intro {
    background: transparent;
    margin-top: 0;
    padding: 0;
  }

  .hos-profile__title-row {
    align-items: flex-start;
    display: block;
    text-align: left;
  }

  .hos-profile__label {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
    padding: 5px 8px;
  }

  .hos-profile h1 {
    font-size: clamp(44px, 5vw, 64px);
    line-height: 0.95;
  }

  .hos-profile__tagline {
    font-size: 18px;
    margin: 18px 0 26px;
    max-width: none;
    text-align: left;
  }

  .hos-profile__quick-info--mobile,
  .hos-profile__tags--mobile,
  .hos-profile__actions--mobile {
    display: none;
  }

  .hos-profile__meta-line {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #a8a0a0;
    display: grid;
    gap: 16px;
    font-size: 15px;
    margin-bottom: 26px;
    padding-top: 22px;
  }

  .hos-profile__report {
    display: inline-block;
    min-width: 230px;
    padding: 14px 22px;
  }

  .hos-profile__section {
    padding: 28px 0 30px;
  }

  .hos-profile__section h2,
  .hos-profile__section-head h2,
  .hos-profile__side-card h2 {
    font-size: 26px;
  }

  .hos-profile__story {
    font-size: 16px;
    line-height: 1.7;
    max-height: none;
  }

  .hos-profile__read-more {
    display: none;
  }

  .hos-profile__gallery {
    gap: 14px;
  }

  .hos-profile__photo {
    border-radius: 0;
  }

  .hos-profile__testimonial {
    border: 1px solid rgba(201, 7, 51, 0.35);
    display: block;
    margin-bottom: 12px;
    padding: 18px 22px 18px 58px;
  }

  .hos-profile__testimonial blockquote {
    font-size: 16px;
  }

  .hos-profile__dots {
    display: none;
  }

  .hos-profile__side-card {
    background: linear-gradient(135deg, rgba(55, 11, 9, 0.92), rgba(26, 5, 4, 0.92));
    border: 1px solid rgba(115, 25, 20, 0.45);
    border-radius: 4px;
    padding: 32px;
  }

  .hos-profile__side-card p {
    color: #e3d8d8;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 22px;
  }

  .hos-profile__side-info {
    display: grid;
    gap: 22px;
    margin: 0;
  }

  .hos-profile__side-info dd {
    font-size: 17px;
  }

  .hos-profile__tags--desktop {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin: 0;
  }

  .hos-profile__tags--desktop li {
    font-size: 13px;
    letter-spacing: 0.08em;
    padding: 10px 14px;
  }

  .hos-profile__share {
    display: flex;
    gap: 14px;
  }

  .hos-profile__share a,
  .hos-profile__share button {
    align-items: center;
    background: transparent;
    border: 1px solid #d91224;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    height: 48px;
    justify-content: center;
    padding: 0;
    width: 48px;
  }

  .hos-profile__actions--desktop {
    display: grid;
    gap: 18px;
    padding-top: 0;
  }

  .hos-profile__or {
    align-items: center;
    color: #c7baba;
    display: grid;
    font-size: 13px;
    gap: 12px;
    grid-template-columns: 1fr auto 1fr;
    text-align: center;
    text-transform: uppercase;
  }

  .hos-profile__or::before,
  .hos-profile__or::after {
    background: rgba(255, 255, 255, 0.14);
    content: "";
    height: 1px;
  }
}
