:root {
  color-scheme: dark;
  --bg: #060606;
  --ink: #10100f;
  --panel: rgba(18, 18, 17, 0.68);
  --panel-strong: rgba(236, 232, 222, 0.08);
  --line: rgba(236, 232, 222, 0.16);
  --text: #ede8dc;
  --muted: #9b958a;
  --red: #9f1f22;
  --red-hot: #e2433e;
  --silver: #b8c0bc;
  --green: #8da995;
  --x: 50vw;
  --y: 50vh;
  --load: 0%;
  --scroll: 0%;
  --header: clamp(68px, 8vw, 92px);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at var(--x) var(--y), rgba(226, 67, 62, 0.22), transparent 20rem),
    radial-gradient(circle at 8% 22%, rgba(184, 192, 188, 0.1), transparent 28rem),
    radial-gradient(circle at 92% 68%, rgba(159, 31, 34, 0.16), transparent 32rem),
    linear-gradient(135deg, #020202, #12110f 48%, #050505);
  color: var(--text);
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
}

body::before {
  z-index: -3;
  opacity: 0.42;
  background-image:
    linear-gradient(115deg, transparent 0 39%, rgba(237, 232, 220, 0.18) 39.2%, transparent 39.6%),
    linear-gradient(72deg, transparent 0 54%, rgba(159, 31, 34, 0.18) 54.2%, transparent 54.8%),
    repeating-linear-gradient(102deg, transparent 0 31px, rgba(237, 232, 220, 0.055) 32px 33px),
    repeating-linear-gradient(0deg, rgba(237, 232, 220, 0.026) 0 1px, transparent 1px 92px);
  mask-image: radial-gradient(circle at var(--x) var(--y), black 0 24rem, rgba(0, 0, 0, 0.62) 42rem, transparent 78rem);
}

body::after {
  z-index: -2;
  opacity: 0.2;
  background:
    linear-gradient(90deg, transparent, rgba(237, 232, 220, 0.07), transparent),
    radial-gradient(ellipse at 66% 26%, rgba(226, 67, 62, 0.18), transparent 22rem);
  mix-blend-mode: screen;
}

body.loading,
body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

body.page-out {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: var(--scroll);
  height: 2px;
  background: linear-gradient(90deg, var(--red-hot), var(--silver));
  box-shadow: 0 0 24px rgba(226, 67, 62, 0.72);
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #030303;
  transition:
    opacity 520ms ease,
    visibility 520ms ease;
}

.preloader.is-done {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.preloader-bg,
.preloader-linework,
.preloader-split {
  position: absolute;
  inset: 0;
}

.preloader-bg {
  z-index: 0;
  background:
    radial-gradient(circle at 48% 46%, rgba(237, 232, 220, 0.12), transparent 22rem),
    radial-gradient(circle at 68% 62%, rgba(159, 31, 34, 0.16), transparent 24rem),
    url("assets/portfolio/helmet-detail.webp") center / cover;
  filter: grayscale(1) contrast(1.24) brightness(0.58);
  animation: loaderZoom 1800ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.preloader-linework {
  z-index: 2;
  opacity: 0.7;
  background-image:
    linear-gradient(112deg, transparent 41%, rgba(237, 232, 220, 0.42) 41.4%, transparent 42%),
    linear-gradient(72deg, transparent 49%, rgba(159, 31, 34, 0.58) 49.4%, transparent 50%),
    repeating-linear-gradient(96deg, transparent 0 21px, rgba(237, 232, 220, 0.08) 22px 23px);
  mix-blend-mode: screen;
  animation: loaderScan 1200ms ease-in-out infinite alternate;
}

.preloader-core {
  position: relative;
  z-index: 5;
  display: grid;
  gap: 12px;
  width: min(620px, calc(100vw - 36px));
  text-align: center;
}

.preloader-core p,
.preloader-core small,
.brand small,
.eyebrow,
.work-meta span,
.site-footer,
.contact-link span,
.panel-number,
.feature-row span,
.price-card span,
.timeline span,
.work-index {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.preloader-core strong {
  font-size: clamp(2.8rem, 9vw, 6.8rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 34px rgba(0, 0, 0, 0.72);
}

.load-track {
  height: 2px;
  margin: 10px auto 0;
  overflow: hidden;
  width: min(360px, 74vw);
  background: rgba(237, 232, 220, 0.16);
}

.load-track span {
  display: block;
  width: var(--load);
  height: 100%;
  background: linear-gradient(90deg, var(--red-hot), var(--silver));
  box-shadow: 0 0 24px rgba(226, 67, 62, 0.74);
  transition: width 120ms ease;
}

.preloader-split {
  z-index: 3;
  width: 51%;
  background: #050505;
  transform: translateX(0);
  transition: transform 760ms cubic-bezier(0.76, 0, 0.24, 1);
}

.preloader-split.left {
  right: 50%;
  left: auto;
  border-right: 1px solid rgba(237, 232, 220, 0.14);
}

.preloader-split.right {
  left: 50%;
  right: auto;
  border-left: 1px solid rgba(159, 31, 34, 0.38);
}

.preloader.is-open .preloader-split.left {
  transform: translateX(-102%);
}

.preloader.is-open .preloader-split.right {
  transform: translateX(102%);
}

.preloader.is-open .preloader-core {
  animation: loaderCoreOut 420ms ease both;
}

#ink-field {
  position: fixed;
  inset: 0;
  z-index: -4;
  width: 100%;
  height: 100%;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at var(--x) var(--y), black, transparent 72%);
}

.cursor-glow {
  position: fixed;
  left: var(--x);
  top: var(--y);
  z-index: -2;
  width: 32rem;
  height: 32rem;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(226, 67, 62, 0.32), rgba(141, 169, 149, 0.1), transparent 68%);
  filter: blur(24px);
  transform: translate(-50%, -50%);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header);
  padding: 18px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(236, 232, 222, 0.1);
  background: linear-gradient(rgba(7, 7, 7, 0.82), rgba(7, 7, 7, 0.36));
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-transform: uppercase;
}

.brand span {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 800;
}

.site-nav {
  display: flex;
  gap: clamp(12px, 2.4vw, 28px);
  align-items: center;
}

.site-nav a {
  position: relative;
  color: rgba(237, 232, 220, 0.78);
  font-size: 0.9rem;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--red-hot);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav a.active {
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(237, 232, 220, 0.04);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.home-hero,
.page-hero {
  position: relative;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
}

.home-hero {
  min-height: 90svh;
  padding: calc(var(--header) + 54px) clamp(18px, 5vw, 64px) 42px;
}

.page-hero {
  min-height: max(560px, 72svh);
  padding: calc(var(--header) + 48px) clamp(18px, 5vw, 64px) 64px;
}

.compact-hero {
  min-height: max(520px, 64svh);
}

.hero-media,
.hero-shade,
.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-media,
.hero-bg-portfolio,
.hero-bg-care {
  background-image: url("assets/portfolio/helmet-detail.webp");
  background-position: center;
  background-size: cover;
}

.hero-bg-flash {
  background-image: url("assets/alexhell-flash.png");
  background-position: center;
  background-size: cover;
}

.hero-bg-studio,
.hero-bg-contact {
  background-image: url("assets/portfolio/mountain-sleeve.webp");
  background-position: center;
  background-size: cover;
}

.page-hero-bg,
.hero-media {
  filter: saturate(0.85) contrast(1.08);
  animation: breathe 12s ease-in-out infinite alternate;
}

.hero-shade,
.page-hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.58) 46%, rgba(5, 5, 5, 0.24)),
    linear-gradient(0deg, var(--bg), transparent 42%),
    radial-gradient(circle at var(--x) var(--y), transparent, rgba(0, 0, 0, 0.58) 38rem);
}

.hero-content,
.page-hero-copy {
  width: min(960px, 100%);
}

.hero-content h1,
.page-hero-copy h1 {
  max-width: 10ch;
  margin: 6px 0 16px;
  font-size: clamp(3.2rem, 10vw, 9rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.hero-content h1 span {
  display: block;
  white-space: nowrap;
}

.hero-content h1 {
  max-width: none;
}

.page-hero-copy h1 {
  max-width: 14ch;
  font-size: clamp(2.7rem, 6.2vw, 6.4rem);
  line-height: 0.96;
}

.hero-copy,
.page-hero-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(237, 232, 220, 0.82);
  font-size: clamp(1.05rem, 2.3vw, 1.65rem);
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-action,
.ghost-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    background 200ms ease;
}

.primary-action {
  border-color: rgba(226, 67, 62, 0.52);
  background: linear-gradient(135deg, var(--red), #2a0b0c);
  box-shadow: 0 20px 80px rgba(159, 31, 34, 0.34);
}

.ghost-action {
  background: rgba(237, 232, 220, 0.06);
}

.primary-action:hover,
.ghost-action:hover,
.contact-link:hover,
.experience-item:hover {
  transform: translateY(-2px);
  border-color: rgba(237, 232, 220, 0.38);
}

.glass-panel {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(237, 232, 220, 0.08), rgba(237, 232, 220, 0.025));
  backdrop-filter: blur(16px);
}

.hero-panel {
  position: absolute;
  right: clamp(18px, 5vw, 64px);
  bottom: 46px;
  display: grid;
  gap: 8px;
  width: min(280px, calc(100% - 36px));
  padding: 18px;
  border-radius: 8px;
}

.hero-panel p,
.hero-panel strong {
  margin: 0;
}

.hero-panel strong {
  color: var(--silver);
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0b0b0a;
}

.ticker-track {
  display: flex;
  gap: 32px;
  width: max-content;
  padding: 15px 0;
  animation: slide 28s linear infinite;
}

.ticker span {
  color: rgba(237, 232, 220, 0.72);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section {
  position: relative;
  padding: clamp(72px, 10vw, 132px) clamp(18px, 5vw, 64px);
}

.section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 12% 12%, rgba(237, 232, 220, 0.045), transparent 20rem),
    radial-gradient(circle at 88% 82%, rgba(159, 31, 34, 0.07), transparent 26rem);
}

.section-head,
.booking-head,
.contact-title {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin-bottom: 34px;
}

.section-head.wide {
  max-width: 1120px;
}

.section-head h2,
.split-copy h2,
.booking-head h2,
.contact-title h2,
.cta-inner h2,
.care-column h2,
.timeline h2 {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.section-head p,
.split-copy p,
.feature-row p,
.price-card p,
.timeline p,
.faq-list p,
.form-note,
.protocol-band p,
.care-column li {
  max-width: 760px;
  margin: 0;
  color: rgba(237, 232, 220, 0.68);
  font-size: 1rem;
  line-height: 1.7;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: start;
}

.sticky-head {
  position: sticky;
  top: calc(var(--header) + 36px);
}

.feature-stack {
  display: grid;
  gap: 12px;
}

.feature-row,
.price-card {
  display: grid;
  gap: 14px;
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(237, 232, 220, 0.06), rgba(237, 232, 220, 0.018)),
    rgba(6, 6, 6, 0.42);
  backdrop-filter: blur(8px);
}

.feature-row h3,
.price-card h3 {
  margin: auto 0 0;
  font-size: clamp(1.7rem, 4vw, 3.7rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.showcase-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 22% 18%, rgba(226, 67, 62, 0.08), transparent 26rem),
    rgba(10, 10, 9, 0.78);
}

.healed-section,
.advantages-section {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(237, 232, 220, 0.035), rgba(237, 232, 220, 0.01)),
    radial-gradient(circle at 82% 22%, rgba(226, 67, 62, 0.1), transparent 24rem);
}

.portfolio-healed {
  padding-top: clamp(46px, 7vw, 92px);
}

.healed-grid,
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.advantages-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.healed-card,
.advantages-grid article {
  display: grid;
  align-content: space-between;
  min-height: 250px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(237, 232, 220, 0.07), rgba(237, 232, 220, 0.018)),
    rgba(7, 7, 7, 0.52);
  backdrop-filter: blur(10px);
}

.healed-card span,
.advantages-grid span {
  color: var(--red-hot);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.healed-card strong,
.advantages-grid strong {
  margin: 34px 0 14px;
  color: var(--text);
  font-size: clamp(1.45rem, 2.6vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.healed-card p,
.advantages-grid p {
  margin: 0;
  color: rgba(237, 232, 220, 0.72);
  line-height: 1.55;
}

.experience-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  overflow: visible;
  padding-bottom: 8px;
  cursor: default;
  scrollbar-width: none;
}

.experience-strip::-webkit-scrollbar,
.tabs::-webkit-scrollbar {
  display: none;
}

.experience-item {
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  min-width: 0;
  min-height: 240px;
  padding: clamp(18px, 1.8vw, 22px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(237, 232, 220, 0.08), rgba(237, 232, 220, 0.02)),
    radial-gradient(circle at 70% 10%, rgba(159, 31, 34, 0.18), transparent 18rem);
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}

.experience-item span {
  color: var(--red-hot);
  font-weight: 800;
  text-transform: uppercase;
}

.experience-item strong {
  align-self: end;
  font-size: clamp(1.35rem, 2.3vw, 2.25rem);
  line-height: 1.04;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: normal;
}

.split-art {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.mini-bio-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr) minmax(240px, 0.38fr);
  gap: 14px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(237, 232, 220, 0.05), rgba(237, 232, 220, 0.01)),
    radial-gradient(circle at 76% 30%, rgba(226, 67, 62, 0.12), transparent 24rem),
    rgba(5, 5, 5, 0.7);
}

.bio-portrait {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 430px;
  overflow: hidden;
  padding: 18px;
  border-radius: 8px;
}

.bio-portrait-frame {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.9)),
    radial-gradient(circle at 48% 22%, rgba(237, 232, 220, 0.14), transparent 14rem),
    url("assets/alexhell-studio.png") center / cover;
  filter: saturate(0.72) contrast(1.15);
  transform: scale(1.03);
}

.bio-portrait-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(120deg, transparent 0 38%, rgba(226, 67, 62, 0.22) 38% 39%, transparent 39%),
    repeating-linear-gradient(90deg, rgba(237, 232, 220, 0.06) 0 1px, transparent 1px 18px);
  mix-blend-mode: screen;
  opacity: 0.48;
}

.bio-portrait-mark {
  position: absolute;
  right: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 64px;
  aspect-ratio: 1;
  border: 1px solid rgba(237, 232, 220, 0.22);
  border-radius: 50%;
  color: rgba(237, 232, 220, 0.82);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.bio-portrait figcaption {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  margin: 0;
  color: var(--text);
  text-transform: uppercase;
}

.bio-portrait figcaption span {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.bio-portrait figcaption strong {
  font-size: clamp(1.3rem, 2.4vw, 2.2rem);
  line-height: 0.95;
}

.bio-orbit {
  position: absolute;
  right: -7vw;
  bottom: -5vw;
  z-index: -1;
  color: rgba(237, 232, 220, 0.05);
  font-size: clamp(14rem, 33vw, 34rem);
  font-weight: 900;
  line-height: 0.75;
  text-transform: uppercase;
}

.bio-orbit::before,
.bio-orbit::after {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(237, 232, 220, 0.08);
  border-radius: 50%;
  content: "";
  transform: rotate(-14deg) scaleX(1.35);
}

.bio-orbit::after {
  inset: 24%;
  border-color: rgba(226, 67, 62, 0.18);
  transform: rotate(21deg) scaleX(1.7);
}

.mini-bio-card {
  display: grid;
  gap: 18px;
  min-height: 430px;
  padding: clamp(24px, 5vw, 54px);
  border-radius: 8px;
}

.mini-bio-card h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.2rem, 5.8vw, 5.8rem);
  line-height: 0.95;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.mini-bio-text {
  max-width: 780px;
  margin: 0;
  color: rgba(237, 232, 220, 0.76);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.bio-facts {
  display: grid;
  gap: 14px;
}

.bio-facts article {
  display: grid;
  align-content: space-between;
  min-height: 134px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(237, 232, 220, 0.055), rgba(237, 232, 220, 0.018)),
    rgba(7, 7, 7, 0.52);
  backdrop-filter: blur(8px);
}

.bio-facts span {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bio-facts strong {
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}

.split-art.reverse {
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1fr);
}

.art-panel {
  min-height: min(620px, 72vw);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.44);
}

.studio-panel {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.66)),
    url("assets/alexhell-studio.png");
}

.flash-panel {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.52)),
    url("assets/alexhell-flash.png");
}

.split-copy {
  display: grid;
  gap: 18px;
}

.text-link {
  width: fit-content;
  color: var(--red-hot);
  font-weight: 800;
  text-transform: uppercase;
}

.cta-section {
  min-height: 70svh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(226, 67, 62, 0.16), transparent 28rem),
    rgba(6, 6, 6, 0.72);
}

.cta-inner {
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.tab {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(237, 232, 220, 0.035);
  color: rgba(237, 232, 220, 0.72);
  cursor: pointer;
  transition:
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}

.tab.active,
.tab:hover {
  border-color: rgba(226, 67, 62, 0.56);
  background: rgba(159, 31, 34, 0.24);
  color: var(--text);
}

.portfolio-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.work-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  appearance: none;
  text-align: left;
  cursor: pointer;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    opacity 220ms ease;
}

.work-card.hidden {
  display: none;
}

.work-card.wide {
  grid-column: span 2;
}

.work-card.tall {
  grid-row: span 2;
  min-height: 734px;
}

.work-card:hover {
  border-color: rgba(237, 232, 220, 0.34);
  transform: translateY(-4px);
}

.work-index {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}

.work-art,
.work-photo,
.lightbox-art {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 36% 30%, rgba(237, 232, 220, 0.28), transparent 22%),
    radial-gradient(circle at 72% 68%, rgba(159, 31, 34, 0.34), transparent 26%),
    linear-gradient(145deg, #171613, #030303);
}

.work-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #090908;
  filter: saturate(0.9) contrast(1.04);
  transition:
    filter 220ms ease,
    transform 320ms ease;
}

.work-card:hover .work-photo {
  filter: saturate(1) contrast(1.08);
  transform: scale(1.035);
}

.work-art::before,
.work-art::after {
  position: absolute;
  inset: 0;
  content: "";
}

.work-art::before {
  opacity: 0.64;
  background-image:
    linear-gradient(116deg, transparent 38%, rgba(237, 232, 220, 0.42) 39%, transparent 40%),
    linear-gradient(78deg, transparent 46%, rgba(237, 232, 220, 0.28) 47%, transparent 48%),
    repeating-linear-gradient(100deg, transparent 0 19px, rgba(237, 232, 220, 0.09) 20px 21px);
  mix-blend-mode: screen;
}

.work-art::after {
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.92), transparent 46%);
}

.art-one,
.lightbox-art.art-one {
  background-image: url("assets/alexhell-hero.png");
  background-position: 42% center;
  background-size: cover;
}

.art-two {
  filter: grayscale(1) contrast(1.3);
}

.art-three {
  background:
    radial-gradient(circle at 18% 52%, rgba(184, 192, 188, 0.24), transparent 24%),
    radial-gradient(circle at 70% 36%, rgba(226, 67, 62, 0.28), transparent 18%),
    conic-gradient(from 40deg at 45% 55%, #090909, #2d2b25, #070707, #17110f, #090909);
}

.art-four {
  background:
    radial-gradient(ellipse at 50% 35%, rgba(237, 232, 220, 0.34), transparent 25%),
    linear-gradient(150deg, #050505, #171717 58%, #4a1515);
}

.art-five {
  background:
    repeating-linear-gradient(128deg, rgba(237, 232, 220, 0.1) 0 1px, transparent 1px 14px),
    radial-gradient(circle at 67% 48%, rgba(141, 169, 149, 0.18), transparent 28%),
    #080807;
}

.art-six {
  background-image: url("assets/alexhell-flash.png");
  background-position: right center;
  background-size: cover;
  filter: saturate(0.75) contrast(1.14);
}

.art-seven {
  background-image:
    radial-gradient(circle at 66% 45%, rgba(226, 67, 62, 0.28), transparent 18rem),
    url("assets/alexhell-studio.png");
  background-position: center;
  background-size: cover;
}

.art-eight {
  background-image: url("assets/alexhell-hero.png");
  background-position: 70% center;
  background-size: cover;
  filter: grayscale(1) brightness(0.8);
}

.work-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 6px;
  padding: 18px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
}

.work-meta strong {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
  padding: clamp(18px, 5vw, 64px);
  background: rgba(3, 3, 3, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-art {
  position: relative;
  min-height: 55svh;
  border: 1px solid var(--line);
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}

.lightbox-art img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: contain;
  background: #050505;
}

.lightbox p {
  margin: 0;
  font-size: clamp(1.4rem, 4vw, 3rem);
  font-weight: 800;
  text-transform: uppercase;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(237, 232, 220, 0.06);
  cursor: pointer;
}

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

.price-card.hot {
  background:
    radial-gradient(circle at 82% 20%, rgba(226, 67, 62, 0.16), transparent 18rem),
    rgba(237, 232, 220, 0.055);
}

.timeline {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.timeline article {
  display: grid;
  grid-template-columns: 92px minmax(180px, 0.8fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 180px;
  padding: 24px;
  background: #090908;
}

.timeline h2 {
  font-size: clamp(2rem, 5vw, 5rem);
}

.protocol-band {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 0.8fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: end;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 70% 30%, rgba(141, 169, 149, 0.12), transparent 30rem),
    #0a0a09;
}

.care-layout,
.booking-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.care-column,
.booking-form {
  min-height: 440px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(237, 232, 220, 0.04);
}

.care-column.accent {
  background:
    radial-gradient(circle at 72% 18%, rgba(226, 67, 62, 0.15), transparent 18rem),
    rgba(237, 232, 220, 0.045);
}

.rule-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
}

.rule-list li {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 70px);
  background: #0b0b0a;
}

.compact {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(237, 232, 220, 0.035);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  padding: 0 22px 22px;
}

.booking-form {
  display: grid;
  gap: 16px;
}

.booking-form label {
  display: grid;
  gap: 8px;
}

.booking-form label span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-form input,
.booking-form textarea,
.admin-upload input,
.admin-upload textarea,
.admin-upload select,
.admin-login input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
  color: var(--text);
  outline: 0;
  padding: 14px 15px;
}

.booking-form input:focus,
.booking-form textarea:focus,
.admin-upload input:focus,
.admin-upload textarea:focus,
.admin-upload select:focus,
.admin-login input:focus {
  border-color: rgba(226, 67, 62, 0.6);
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-links.vertical {
  grid-template-columns: 1fr;
}

.contact-link {
  display: grid;
  gap: 36px;
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(237, 232, 220, 0.045);
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    background 200ms ease;
}

.contact-link strong {
  align-self: end;
  font-size: clamp(1.35rem, 3vw, 2.5rem);
}

.site-footer {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: clamp(24px, 5vw, 52px) clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 18%, rgba(226, 67, 62, 0.1), transparent 18rem),
    #050505;
}

.full-footer {
  align-items: end;
}

.full-footer div {
  display: grid;
  gap: 8px;
  max-width: 520px;
}

.full-footer strong {
  color: var(--text);
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.full-footer p {
  margin: 0;
  color: rgba(237, 232, 220, 0.62);
  font-size: 0.95rem;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: 0;
}

.full-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.full-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(237, 232, 220, 0.78);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease;
}

.full-footer a:hover {
  border-color: rgba(226, 67, 62, 0.56);
  background: rgba(159, 31, 34, 0.16);
  color: var(--text);
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: 14px;
}

.admin-login,
.admin-panel {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: clamp(22px, 4vw, 36px);
  border-radius: 8px;
}

.admin-login h2,
.admin-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.admin-login label,
.admin-upload label {
  display: grid;
  gap: 8px;
}

.admin-login label span,
.admin-upload label span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-panel[hidden] {
  display: none;
}

.admin-panel-head {
  display: flex;
  gap: 18px;
  align-items: start;
  justify-content: space-between;
}

.admin-upload {
  display: grid;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.admin-items {
  display: grid;
  gap: 10px;
}

.admin-submissions {
  display: grid;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.admin-submission-list {
  display: grid;
  gap: 10px;
}

.admin-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.24);
}

.admin-item img {
  width: 88px;
  height: 88px;
  border-radius: 6px;
  object-fit: cover;
}

.admin-item strong,
.admin-item span {
  display: block;
}

.admin-item span {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.admin-item button {
  min-height: 38px;
  border: 1px solid rgba(226, 67, 62, 0.45);
  border-radius: 999px;
  background: rgba(159, 31, 34, 0.16);
  cursor: pointer;
}

.admin-submission {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(237, 232, 220, 0.035);
}

.admin-submission span,
.admin-submission a {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.admin-submission strong {
  display: block;
  margin: 5px 0;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  text-transform: uppercase;
}

.admin-submission p {
  margin: 12px 0 0;
  color: rgba(237, 232, 220, 0.78);
  line-height: 1.55;
  white-space: pre-wrap;
}

.admin-submission button {
  min-height: 38px;
  border: 1px solid rgba(226, 67, 62, 0.45);
  border-radius: 999px;
  background: rgba(159, 31, 34, 0.16);
  color: var(--text);
  cursor: pointer;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes breathe {
  from {
    transform: scale(1.03) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-1.5%, -1%, 0);
  }
}

@keyframes slide {
  to {
    transform: translateX(-50%);
  }
}

@keyframes loaderZoom {
  from {
    transform: scale(1.18);
  }
  to {
    transform: scale(1.04);
  }
}

@keyframes loaderScan {
  from {
    transform: translate3d(-16px, 0, 0);
    opacity: 0.42;
  }
  to {
    transform: translate3d(16px, 0, 0);
    opacity: 0.78;
  }
}

@keyframes loaderCoreOut {
  to {
    opacity: 0;
    transform: translateY(-14px) scale(0.98);
  }
}

@media (max-width: 1060px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .editorial-grid,
  .mini-bio-section,
  .split-art,
  .split-art.reverse,
  .faq-section,
  .protocol-band,
  .care-layout,
  .booking-layout,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .sticky-head {
    position: static;
  }

  .pricing-grid,
  .contact-links {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 32px;
  }

  .bio-portrait {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 72px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 72px 12px auto;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8, 8, 8, 0.97);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 16px;
    border-bottom: 1px solid rgba(237, 232, 220, 0.1);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .home-hero,
  .page-hero {
    min-height: auto;
    padding-top: 118px;
    padding-bottom: 52px;
  }

  .home-hero {
    min-height: 760px;
  }

  .page-hero {
    min-height: 560px;
  }

  .hero-content h1 {
    font-size: clamp(2.8rem, 14vw, 4.9rem);
    line-height: 0.94;
  }

  .page-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 4rem);
    line-height: 1;
  }

  .mini-bio-card,
  .bio-portrait {
    min-height: 360px;
  }

  .hero-actions,
  .site-footer,
  .admin-panel-head {
    align-items: stretch;
    flex-direction: column;
  }

  .full-footer nav {
    justify-content: flex-start;
  }

  .admin-item {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .admin-item img {
    width: 72px;
    height: 72px;
  }

  .admin-item button {
    grid-column: 1 / -1;
  }

  .admin-submission {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .experience-strip {
    grid-template-columns: 1fr;
  }

  .healed-grid,
  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .healed-card,
  .advantages-grid article {
    min-height: 210px;
  }

  .experience-item {
    min-height: 190px;
  }

  .experience-item strong {
    font-size: clamp(1.55rem, 9vw, 2.45rem);
  }

  .work-card,
  .work-card.tall {
    min-height: 410px;
  }

  .work-card.wide {
    grid-column: span 1;
  }

  .timeline article {
    grid-template-columns: 1fr;
  }

  .primary-action,
  .ghost-action {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .preloader {
    display: none;
  }
}
