/*
Theme Name: Hellsinky SE Redesign
Theme URI: https://hellsinky.se/
Author: Codex
Description: Premium redesign for Hell Sinky, a music, image and urban campaign creative agency.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: hellsinky-se-redesign
*/

:root {
  --hs-bg: #070706;
  --hs-panel: #11100f;
  --hs-panel-2: #181615;
  --hs-line: rgba(245, 235, 219, .18);
  --hs-text: #fff4e5;
  --hs-muted: #b9ab9b;
  --hs-fire: #ff5a2f;
  --hs-amber: #f6b45f;
  --hs-blue: #456dff;
  --hs-green: #6df2b8;
  --hs-max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--hs-bg);
  color: var(--hs-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

img { max-width: 100%; height: auto; }

a {
  color: inherit;
  text-decoration: none;
}

p { margin: 0 0 1rem; }

.hs-site {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(7, 7, 6, .62), var(--hs-bg) 82vh),
    var(--hs-bg);
}

.hs-shell {
  width: min(var(--hs-max), calc(100% - 40px));
  margin: 0 auto;
}

.hs-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--hs-line);
  background: rgba(7, 7, 6, .88);
  backdrop-filter: blur(16px);
}

.hs-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.hs-brand { display: inline-flex; align-items: center; min-width: 0; }

.hs-brand__text {
  display: grid;
  line-height: .82;
}

.hs-brand__text strong {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 950;
  color: #fff4e5;
}

.hs-brand__text span {
  color: var(--hs-muted);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}

.hs-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hs-nav ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid transparent;
}

.hs-nav a:hover,
.hs-nav .current-menu-item > a {
  border-color: var(--hs-line);
  background: rgba(255, 255, 255, .04);
  color: #fff;
}

.hs-nav__fallback {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hs-cta,
.hs-button,
.hs-form-submit,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  background: var(--hs-fire);
  color: #130806;
  border: 1px solid var(--hs-fire);
  font-weight: 950;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0;
}

.hs-button--ghost {
  background: transparent;
  color: var(--hs-text);
  border-color: var(--hs-line);
}

.hs-button:hover,
.hs-cta:hover,
.wp-block-button__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(255, 90, 47, .22);
}

.hs-hero {
  position: relative;
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--hs-line);
}

.hs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hs-hero-image);
  background-size: cover;
  background-position: center;
  opacity: .76;
  filter: saturate(1.04) contrast(1.08);
}

.hs-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 6, .96) 0%, rgba(7, 7, 6, .68) 42%, rgba(7, 7, 6, .22) 100%),
    linear-gradient(0deg, var(--hs-bg) 0%, rgba(7, 7, 6, .08) 36%, rgba(7, 7, 6, .4) 100%);
}

.hs-hero__content {
  position: relative;
  z-index: 1;
  padding: 96px 0 70px;
  max-width: 880px;
}

.hs-kicker {
  display: inline-flex;
  color: var(--hs-green);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 18px;
}

.hs-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(54px, 11vw, 132px);
  line-height: .84;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 1000;
  color: #fff7ed;
}

.hs-hero__lead {
  max-width: 740px;
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.42;
  color: #f2e4d0;
}

.hs-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hs-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 820px;
  margin-top: 48px;
}

.hs-stat {
  border: 1px solid var(--hs-line);
  background: rgba(17, 16, 15, .72);
  padding: 15px;
}

.hs-stat strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}

.hs-stat span {
  display: block;
  color: var(--hs-muted);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 9px;
}

.hs-section {
  padding: 82px 0;
  border-bottom: 1px solid var(--hs-line);
}

.hs-section--tight { padding: 56px 0; }

.hs-section__head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(260px, .58fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.hs-section h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .95;
  text-transform: uppercase;
  font-weight: 1000;
}

.hs-section__intro {
  color: var(--hs-muted);
  font-size: 18px;
  line-height: 1.58;
}

.hs-grid {
  display: grid;
  gap: 16px;
}

.hs-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hs-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.hs-card {
  position: relative;
  min-height: 230px;
  padding: 24px;
  background: linear-gradient(180deg, var(--hs-panel-2), var(--hs-panel));
  border: 1px solid var(--hs-line);
  overflow: hidden;
}

.hs-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--hs-fire), var(--hs-amber), var(--hs-blue));
}

.hs-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.08;
  color: #fff;
}

.hs-card p {
  color: var(--hs-muted);
  margin: 0;
}

.hs-card__tag {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--hs-green);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 950;
}

.hs-work {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  gap: 0;
  background: var(--hs-panel);
  border: 1px solid var(--hs-line);
  min-height: 320px;
}

.hs-work__media {
  min-height: 320px;
  background-size: cover;
  background-position: center;
}

.hs-work__content {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hs-work h3 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: .98;
  text-transform: uppercase;
}

.hs-work p {
  color: var(--hs-muted);
  font-size: 17px;
}

.hs-profile {
  display: grid;
  grid-template-columns: minmax(320px, .62fr) minmax(0, 1fr);
  background:
    linear-gradient(135deg, rgba(255, 122, 48, .16), transparent 44%),
    var(--hs-panel);
  border: 1px solid var(--hs-line);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .26);
}

.hs-profile__media {
  min-height: 560px;
  background-size: cover;
  background-position: center;
  filter: saturate(.94) contrast(1.05);
}

.hs-profile__body {
  padding: clamp(28px, 5vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hs-profile h2 {
  margin: 0 0 22px;
  font-size: clamp(58px, 9vw, 120px);
  line-height: .82;
  text-transform: uppercase;
}

.hs-profile p {
  max-width: 720px;
  color: #eadccc;
  font-size: 18px;
  line-height: 1.72;
}

.hs-profile__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0;
}

.hs-profile__facts div {
  padding: 16px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid var(--hs-line);
}

.hs-profile__facts strong,
.hs-profile__facts span {
  display: block;
}

.hs-profile__facts strong {
  color: var(--hs-green);
  font-size: 18px;
  line-height: 1.1;
}

.hs-profile__facts span {
  margin-top: 7px;
  color: var(--hs-muted);
  font-size: 13px;
  line-height: 1.35;
}

.hs-mini-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hs-mini-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  background: var(--hs-panel);
  border: 1px solid var(--hs-line);
}

.hs-mini-card__image {
  min-height: 210px;
  background-size: cover;
  background-position: center;
}

.hs-mini-card div:last-child {
  padding: 18px;
}

.hs-mini-card span,
.hs-mini-card strong {
  display: block;
}

.hs-mini-card span {
  color: var(--hs-green);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.hs-mini-card strong {
  margin-top: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.08;
  text-transform: uppercase;
}

.hs-marquee {
  overflow: hidden;
  border: 1px solid var(--hs-line);
  background: #fff1dc;
  color: #120806;
}

.hs-marquee__track {
  display: flex;
  width: max-content;
  animation: hs-marquee 22s linear infinite;
}

.hs-marquee span {
  display: inline-flex;
  padding: 16px 22px;
  font-size: 18px;
  font-weight: 1000;
  text-transform: uppercase;
}

@keyframes hs-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hs-news {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hs-project-list {
  display: grid;
  gap: 22px;
}

.hs-project-list--home {
  gap: 18px;
}

.hs-post-card {
  background: var(--hs-panel);
  border: 1px solid var(--hs-line);
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.hs-post-card--wide {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  min-height: 340px;
  background:
    linear-gradient(90deg, rgba(255, 90, 47, .08), transparent 48%),
    var(--hs-panel);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
}

.hs-post-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-color: #191817;
}

.hs-post-card--wide .hs-post-card__image {
  aspect-ratio: auto;
  min-height: 340px;
}

.hs-post-card__body {
  padding: 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.hs-post-card--wide .hs-post-card__body {
  padding: clamp(24px, 4vw, 44px);
  justify-content: flex-end;
}

.hs-post-card time {
  color: var(--hs-green);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
}

.hs-post-card h3 {
  margin: 11px 0 12px;
  font-size: clamp(26px, 4vw, 48px);
  line-height: .98;
  text-transform: uppercase;
}

.hs-post-card p {
  color: var(--hs-muted);
  font-size: 17px;
  line-height: 1.6;
}

.hs-post-card__more {
  margin-top: auto;
  color: var(--hs-fire);
  font-weight: 950;
  text-transform: uppercase;
  font-size: 12px;
}

.hs-contact-band {
  background: #fff1dc;
  color: #120806;
}

.hs-contact {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(260px, .48fr);
  gap: 40px;
  align-items: center;
}

.hs-contact h2 {
  color: #120806;
}

.hs-contact p {
  color: rgba(18, 8, 6, .72);
  font-size: 18px;
}

.hs-contact__links {
  display: grid;
  gap: 10px;
}

.hs-contact__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  border: 1px solid rgba(18, 8, 6, .2);
  padding: 0 16px;
  font-weight: 950;
}

.hs-main {
  padding: 68px 0;
}

.hs-page-title {
  font-size: clamp(44px, 8vw, 88px);
  line-height: .9;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.hs-content {
  max-width: 880px;
  color: #eadccc;
}

.hs-content h2,
.hs-content h3 {
  color: #fff;
  line-height: 1.05;
}

.hs-content a {
  color: var(--hs-green);
  font-weight: 800;
}

.hs-footer {
  padding: 36px 0;
  border-top: 1px solid var(--hs-line);
  color: var(--hs-muted);
}

.hs-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.hs-footer strong {
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .hs-header__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .hs-nav,
  .hs-nav ul {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .hs-hero {
    min-height: auto;
  }

  .hs-hero__content {
    padding: 74px 0 44px;
  }

  .hs-hero__meta,
  .hs-section__head,
  .hs-grid--3,
  .hs-grid--2,
  .hs-news,
  .hs-post-card--wide,
  .hs-contact,
  .hs-profile,
  .hs-mini-gallery,
  .hs-work {
    grid-template-columns: 1fr;
  }

  .hs-profile__media {
    min-height: 360px;
  }

  .hs-profile__facts {
    grid-template-columns: 1fr;
  }

  .hs-work__media {
    min-height: 230px;
  }

  .hs-post-card--wide .hs-post-card__image {
    min-height: 230px;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 560px) {
  .hs-shell { width: min(100% - 28px, var(--hs-max)); }
  .hs-brand__text strong { font-size: 25px; }
  .hs-hero h1 { font-size: 56px; }
  .hs-hero__actions { flex-direction: column; }
  .hs-button, .hs-cta { width: 100%; }
  .hs-section { padding: 58px 0; }
  .hs-card, .hs-work__content, .hs-profile__body { padding: 20px; }
  .hs-profile__media { min-height: 300px; }
  .hs-mini-card { min-height: 0; }
}
