:root {
  /** Premium gold — refined, cinematic; paired with warm deep blacks */
  --bg-deep: #080807;
  --bg: #0a0a0a;
  --bg-elevated: #111110;
  --surface: #151412;
  --surface-2: #1b1815;
  --border: rgba(198, 168, 90, 0.09);
  --border-strong: rgba(212, 190, 130, 0.16);
  --text: #f4f2ed;
  --muted: #9a958c;

  --accent: #c6a85a;
  --accent-deep: #a88c3a;
  --accent-highlight: #e5c97a;
  --accent-strong: #dcc688;
  --accent-soft: rgba(198, 168, 90, 0.2);
  --accent-glow: rgba(229, 201, 122, 0.13);
  --accent-glow-hover: rgba(229, 201, 122, 0.24);

  --lux: #d4c9a8;
  --lux-soft: rgba(229, 201, 122, 0.12);
  --lux-muted: rgba(212, 196, 154, 0.55);

  --ring: rgba(198, 168, 90, 0.46);
  /** Buttons — champagne gold on deep black • premium pill system */
  --btn-radius-pill: 9999px;
  --btn-fs: 0.8125rem;
  --btn-fs-nav: 0.72rem;
  --btn-track: 0.11em;
  --btn-py: 0.855rem;
  --btn-px: 1.62rem;
  --btn-py-sm: 0.52rem;
  --btn-px-nav: 1.14rem;
  --btn-text-on-primary: #090807;
  /** Text på guld-/champagne felter — dyb sort for premium kontrast */
  --on-gold: var(--btn-text-on-primary);

  --btn-gradient-primary: linear-gradient(
    157deg,
    #dcc593 0%,
    #b89448 45%,
    #8f7230 100%
  );
  --btn-gradient-primary-hover: linear-gradient(
    157deg,
    #e9d49e 0%,
    #c49e52 48%,
    #9f7f38 100%
  );

  --btn-border-primary: rgba(238, 222, 190, 0.38);
  --btn-ring-primary-soft: rgba(229, 201, 140, 0.22);
  --btn-ring-primary-strong: rgba(229, 201, 140, 0.38);

  /** Secondary • glass outline */
  --btn-glass-fill: linear-gradient(
    152deg,
    rgba(252, 250, 245, 0.07),
    rgba(12, 10, 9, 0.42)
  );
  --btn-glass-fill-hover: linear-gradient(
    154deg,
    rgba(255, 246, 220, 0.08),
    rgba(14, 12, 10, 0.72)
  );
  --btn-border-secondary: rgba(232, 220, 196, 0.32);

  --gold-shine: rgba(255, 252, 244, 0.22);
  --champagne-edge: rgba(212, 190, 140, 0.06);

  --font-display: "Syne", system-ui, sans-serif;
  /** @deprecated semantic — retained for carousel / legacy selectors */
  --font-display-serif: "Cormorant Garamond", Georgia, serif;
  --font-editorial: var(--font-display-serif);
  --font-body: "Instrument Sans", system-ui, -apple-system, sans-serif;

  --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);

  --ease-cine: cubic-bezier(0.16, 1, 0.3, 1);
  --carousel-duration: 0.58s;
  --ease-carousel: cubic-bezier(0.33, 0.94, 0.25, 1);

  --radius-sm: 4px;
  --radius-lg: 18px;

  --shadow: 0 32px 100px rgba(0, 0, 0, 0.65);
  --shadow-deep: 0 48px 140px rgba(0, 0, 0, 0.75);
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --step: clamp(4.25rem, 9vw, 8rem);

  --site-header-h: clamp(4rem, 10vw, 5.25rem);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--site-header-h);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(1rem, 0.96rem + 0.16vw, 1.0725rem);
  line-height: 1.64;
  letter-spacing: -0.01em;
  color: var(--text);
  background:
    radial-gradient(
      ellipse 120% 50% at 50% -5%,
      rgba(166, 140, 80, 0.05),
      transparent 55%
    ),
    radial-gradient(
      ellipse 80% 40% at 100% 0%,
      rgba(120, 90, 50, 0.04),
      transparent 45%
    ),
    var(--bg-deep);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/** Subtil celluloid-textur oven på alt indhold, under navigation */
.film-grain {
  position: fixed;
  inset: 0;
  z-index: 85;
  pointer-events: none;
  opacity: 0.055;
  mix-blend-mode: overlay;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.065) 0.52px, transparent 0.6px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  background-size:
    auto,
    180px 180px;
}

@media (prefers-reduced-motion: reduce) {
  .film-grain {
    opacity: 0.03;
  }
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.75rem;
  z-index: 9999;
  padding: 0.62rem 1.1rem;
  background: var(--btn-gradient-primary);
  color: var(--btn-text-on-primary);
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 1px solid var(--btn-border-primary);
  border-radius: var(--btn-radius-pill);
  text-decoration: none;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.38),
    0 8px 28px var(--btn-ring-primary-soft);
}

.skip-link:focus {
  left: 0.75rem;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(2.125rem, 1.7rem + 1.65vw, 3.125rem);
  margin: 0 0 1rem;
}

h3 {
  font-size: clamp(1.6rem, 1.35rem + 0.95vw, 2.25rem);
  margin: 0 0 0.75rem;
}

p {
  margin: 0 0 1rem;
}

a {
  color: var(--text);
}

a:hover {
  color: var(--accent-strong);
}

.section {
  padding: var(--step) clamp(1.25rem, 4vw, 3rem);
  max-width: 1200px;
  margin-inline: auto;
}

.section-header {
  max-width: 42rem;
}

.section-header--lux {
  max-width: min(44rem, 100%);
}

main .section .section-header h2:not(.artists-catalog-title) {
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: none;
}

.section-intro {
  color: var(--muted);
  font-size: 1.065rem;
  margin-bottom: 2rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(0);
  transition:
    background 440ms var(--ease-premium),
    box-shadow 440ms var(--ease-premium),
    border-color 440ms ease,
    backdrop-filter 440ms ease;
}

.site-header.is-scrolled {
  background: rgba(12, 10, 8, 0.94);
  border-bottom-color: var(--border);
  box-shadow: 0 1px 0 rgba(198, 168, 90, 0.06);
  backdrop-filter: blur(14px);
}

.site-header.is-open {
  background: rgba(14, 12, 10, 0.97);
  backdrop-filter: blur(16px) saturate(1.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem clamp(1.25rem, 4vw, 3rem);
}

.logo {
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: opacity 200ms ease, filter 200ms ease;
}
.logo:hover {
  opacity: 0.92;
}

.logo-bracket {
  color: var(--accent-strong);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0.58rem 0.65rem;
  background: var(--btn-glass-fill);
  border: 1px solid var(--btn-border-secondary);
  border-radius: var(--btn-radius-pill);
  cursor: pointer;
  flex-shrink: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 244, 0.06),
    0 2px 12px rgba(0, 0, 0, 0.35);
  transition:
    border-color 280ms ease,
    background 280ms ease,
    box-shadow 280ms ease;
}

.menu-toggle:hover {
  border-color: rgba(212, 184, 120, 0.35);
  background: var(--btn-glass-fill-hover);
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.25rem;
}
.site-nav a {
  position: relative;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(244, 242, 238, 0.5);
  padding-bottom: 0.32rem;
  transition: color 360ms var(--ease-premium);
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  opacity: 0;
  transform: scaleX(0.2);
  transition:
    opacity 280ms ease,
    transform 600ms var(--ease-premium);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(198, 168, 90, 0.55),
    transparent
  );
}
.site-nav a:hover,
.site-nav a[aria-current="page"],
.site-nav a.nav-cta-lite {
  color: var(--text);
}
.site-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.site-nav .nav-accent {
  color: var(--accent-strong);
}

.header-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: var(--btn-py-sm) var(--btn-px-nav);
  font-family: var(--font-display);
  font-size: var(--btn-fs-nav);
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--btn-text-on-primary);
  border-radius: var(--btn-radius-pill);
  background: var(--btn-gradient-primary);
  border: 1px solid var(--btn-border-primary);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 240, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12),
    0 2px 10px rgba(0, 0, 0, 0.4),
    0 10px 32px rgba(0, 0, 0, 0.28),
    0 6px 28px var(--btn-ring-primary-soft);
  transition:
    transform 340ms var(--ease-premium),
    box-shadow 380ms ease,
    filter 320ms ease,
    background 360ms ease;
}

.header-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -50%;
  width: 44%;
  background: linear-gradient(
    108deg,
    transparent,
    var(--gold-shine),
    transparent
  );
  opacity: 0;
  transform: skewX(-14deg) translateX(-150%);
  pointer-events: none;
  transition:
    opacity 320ms ease,
    transform 0.001ms 480ms linear;
}

.header-cta:hover {
  background: var(--btn-gradient-primary-hover);
  transform: translateY(-1px) scale(1.026);
  filter: brightness(1.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 244, 0.28),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    0 4px 22px rgba(0, 0, 0, 0.45),
    0 14px 40px rgba(0, 0, 0, 0.3),
    0 10px 40px var(--btn-ring-primary-strong);
}

.header-cta:hover::after {
  opacity: 1;
  transform: skewX(-14deg) translateX(480%);
  transition:
    opacity 260ms ease,
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
  .header-cta::after {
    display: none;
  }
  .header-cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.02);
    background: var(--btn-gradient-primary-hover);
  }
}

.header-cta:focus-visible {
  outline: 2px solid rgba(236, 220, 180, 0.55);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .site-nav a::after {
    display: none;
  }

  .menu-toggle {
    display: flex;
    z-index: 2;
  }
  .site-nav {
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background: rgba(12, 11, 9, 0.97);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition:
      visibility 220ms,
      opacity 220ms ease,
      transform 220ms ease;
  }
  .site-header.is-open .site-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .site-nav a {
    font-size: 1.05rem;
  }
  .header-cta-wrap {
    display: none;
  }
}

/* Hero — skarp foto, ingen blur; kun diskret venstreskor + lys vignette og kædet intro */

.hero {
  position: relative;
  min-height: 100dvh;
  min-height: 100vh;
  display: grid;
  align-items: end;
  background: var(--bg-deep);
  isolation: isolate;
}

.hero-media {
  position: absolute;
  top: var(--site-header-h);
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.hero-media__intrinsic {
  width: 100%;
  height: 100%;
}

/** Diskret vignette langs kanter — mørkner ikke midten kraftigt */
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.55;
  background: radial-gradient(
    ellipse 90% 90% at 50% 50%,
    transparent 48%,
    rgba(8, 6, 5, 0.22) 100%
  );
  mix-blend-mode: multiply;
}

/** Lett bundtoning (ikke fotoets center) til balance mod bundtekst */
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(5, 4, 3, 0.28) 0%,
    rgba(10, 8, 6, 0.08) 22%,
    transparent 52%
  );
}

/**
 * Venstrefløj — KUN gradient til læsevenlighed ved tekstkolonnen,
 * ikke blur og ikke global gennem-/afmørking af foto.
 */
.hero-readable {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--site-header-h);
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(7, 5, 4, 0.38) 0%,
    rgba(10, 8, 6, 0.15) max(42%, min(62vw, 28rem)),
    transparent min(92%, 48rem)
  );
}

.hero-readable::before {
  content: "";
  display: none;
}

/** Meget lys teksturdug — valgfri struktur oven på overlay, ikke på selve JPG */
.hero-readable::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 249, 240, 0.04) 0.42px, transparent 0.48px),
    radial-gradient(rgba(0, 0, 0, 0.035) 0.52px, transparent 0.55px);
  background-size: 5px 5px, 2px 2px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
  mask-image: linear-gradient(
    105deg,
    #000 min(92%, 32rem),
    transparent min(115%, 50rem)
  );
  mask-size: 100% 100%;
  -webkit-mask-image: linear-gradient(
    105deg,
    #000 min(92%, 32rem),
    transparent min(115%, 50rem)
  );
}

@media (max-width: 640px) {
  .hero-readable {
    background:
      linear-gradient(to top, rgba(6, 5, 4, 0.36) 0%, rgba(10, 8, 6, 0.12) min(52%, 12rem), transparent 75%),
      linear-gradient(105deg, rgba(7, 5, 4, 0.32) 0%, rgba(10, 8, 6, 0.12) min(94%, 100%), transparent min(118%, 100%));
  }
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1);
  backface-visibility: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-img {
    animation: hero-zoom-cine 54s ease-in-out infinite alternate;
  }
}

@keyframes hero-zoom-cine {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.045);
  }
}

@keyframes hero-reveal-soft {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  /**
   * Rækkefølge: overskriftsblok (guldlabel + TOUGH/LOVE) sammen,
   * derefter brødtekst, til sidst knapper.
   */
  .hero-intro-title {
    opacity: 0;
    animation: hero-reveal-soft 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0s;
  }

  .hero-intro-trust {
    opacity: 0;
    animation: hero-reveal-soft 0.92s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0s;
  }

  .hero-intro-lede {
    opacity: 0;
    animation: hero-reveal-soft 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.22s;
  }

  .hero-intro-actions {
    opacity: 0;
    animation: hero-reveal-soft 0.88s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.42s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-intro-title,
  .hero-intro-trust,
  .hero-intro-lede,
  .hero-intro-actions {
    opacity: 1 !important;
  }

  .hero-img {
    animation: none !important;
  }

  .hero-readable::after {
    opacity: 0.35;
  }
}

.hero-inner {
  position: relative;
  z-index: 4;
  width: min(1080px, 100%);
  padding: clamp(4rem, 11vw, 8.5rem) clamp(1.25rem, 4vw, 3rem)
    max(3rem, env(safe-area-inset-bottom)) clamp(1.25rem, 4vw, 3rem);
}

.hero-inner--bottom {
  padding-bottom: max(2.85rem, calc(env(safe-area-inset-bottom, 0px) + 2rem));
}

.hero-statement {
  max-width: min(26rem, 100%);
  margin: 0 0 clamp(1.85rem, 5vw, 2.65rem);
}

.hero-trust {
  margin: 0 0 clamp(1rem, 3vw, 1.65rem);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.58em;
  text-transform: uppercase;
  color: rgba(212, 190, 130, 0.92);
}

.hero-heading.hero-heading--statement {
  margin: 0 0 clamp(1.35rem, 4vw, 2.1rem);
  font-family: var(--font-display);
  font-weight: 800;
  color: #faf8f4;
  text-transform: none;
  line-height: 0.93;
}

.hero-heading__line {
  display: block;
}

.hero-heading__line--pair {
  display: flex;
  align-items: baseline;
  gap: clamp(0.12em, 1.2vw, 0.2em);
  margin-top: 0;
}

.hero-heading__line:first-child {
  font-size: clamp(2.95rem, 1.92rem + 5.35vw, 5.95rem);
  letter-spacing: 0.065em;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.88),
    0 14px 40px rgba(0, 0, 0, 0.25);
}

.hero-heading__line--pair {
  font-size: clamp(2.8rem, 1.85rem + 5.1vw, 5.72rem);
  letter-spacing: 0.07em;
}

.hero-heading__slash {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 0.48em;
  line-height: 1;
  color: rgba(184, 152, 86, 0.52);
}

.hero-heading__word {
  letter-spacing: 0.07em;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.88),
    0 12px 36px rgba(0, 0, 0, 0.24);
}

.hero-lede {
  max-width: 22rem;
  font-size: clamp(0.98rem, 0.92rem + 0.2vw, 1.065rem);
  line-height: 1.62;
  letter-spacing: -0.012em;
  font-weight: 400;
  color: rgba(244, 240, 234, 0.92);
  margin: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem clamp(1rem, 2.5vw, 1.5rem);
}

/** Hero-primær/sekundær arver globals; kun skala på forsiden */
.btn.btn-primary.btn-hero-primary {
  padding: 0.92rem 1.85rem;
  font-size: 0.85rem;
}

.btn.btn-ghost.btn-hero-secondary {
  min-height: calc(2 * var(--btn-py) + 1.05em + 4px);
}

@media (prefers-reduced-motion: reduce) {
  .btn.btn-primary.btn-hero-primary:hover,
  .btn.btn-ghost.btn-hero-secondary:hover {
    transform: none;
  }
}






/* Studio-intro — split: mobil foto øverst · desktop tekst til venstre, foto til højre */
.studio-intro {
  position: relative;
  padding-top: clamp(2.5rem, 7vw, 5.75rem);
  padding-bottom: clamp(2rem, 5vw, calc(var(--step) + 0.5rem));
  background:
    radial-gradient(
      ellipse 90% 50% at 100% 0%,
      rgba(120, 90, 50, 0.04),
      transparent 52%
    ),
    var(--bg-deep);
}

.studio-intro__inner {
  display: grid;
  gap: clamp(2rem, 5vw, 3.75rem);
  align-items: center;
  max-width: min(1180px, 100%);
  margin-inline: auto;
}

@media (min-width: 900px) {
  .studio-intro__inner {
    grid-template-columns: minmax(260px, 0.94fr) minmax(0, 1.08fr);
    gap: clamp(2.75rem, 6vw, 4.75rem);
  }

  .studio-intro__copy {
    grid-column: 1;
    grid-row: 1;
  }

  .studio-intro__media {
    grid-column: 2;
    grid-row: 1;
  }
}

.studio-intro__figure {
  margin: 0;
}

.studio-intro-parallax.about-parallax {
  border-radius: calc(var(--radius-lg) + 4px);
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.studio-intro__frame {
  position: relative;
  border-radius: calc(var(--radius-lg) + 4px);
  overflow: hidden;
  border: 1px solid rgba(255, 248, 230, 0.09);
  box-shadow:
    var(--shadow-deep),
    inset 0 1px 0 rgba(255, 248, 230, 0.05),
    0 0 0 1px rgba(0, 0, 0, 0.45);
}

.studio-intro__img {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: clamp(240px, 46vh, 520px);
  background: var(--bg);
}

@media (min-width: 900px) {
  .studio-intro__img {
    aspect-ratio: 5 / 4;
    min-height: clamp(320px, 48vh, 560px);
  }
}

.studio-intro__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.studio-intro-tone {
  filter: saturate(0.92) contrast(1.05) brightness(0.93);
}

.studio-intro__shade {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    115deg,
    rgba(14, 12, 9, 0.25) 0%,
    rgba(8, 7, 5, 0.08) 55%,
    rgba(14, 12, 9, 0.28) 100%
  );
}

.studio-intro__vignette {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(
    ellipse 92% 95% at 50% 50%,
    transparent 38%,
    rgba(4, 3, 2, 0.45) 100%
  );
  mix-blend-mode: multiply;
}

.studio-intro__grain {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.09;
  mix-blend-mode: overlay;
  background-image:
    radial-gradient(rgba(255, 246, 220, 0.18) 0.4px, transparent 0.48px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.74' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='.35'/%3E%3C/svg%3E");
  background-size:
    2.5px 2.5px,
    176px 176px;
}

@media (prefers-reduced-motion: reduce) {
  .studio-intro__grain {
    opacity: 0.055;
  }
}

/** Fælles editorielt layout: stor venstrestillet overskrift + smalvist brød (studiet + HCA) */
.studio-intro__copy,
.award-banner__copy {
  max-width: 34rem;
  padding-inline: clamp(0px, 1vw, 0.35rem);
}

.studio-intro__title,
.award-banner__title {
  margin: 0 0 clamp(1.15rem, 3vw, 1.85rem);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.28rem, 0.92rem + 2.05vw, 2.48rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: rgba(251, 248, 243, 0.98);
  overflow-wrap: break-word;
  hyphens: manual;
}

.studio-intro__title .editorial-title-line,
.award-banner__title .editorial-title-line {
  display: block;
}

@media (min-width: 640px) {
  .studio-intro__title,
  .award-banner__title {
    letter-spacing: 0.04em;
  }
}

.studio-intro__lead,
.award-banner__lead {
  margin: 0 0 1rem;
  font-size: clamp(1.02rem, 0.96rem + 0.26vw, 1.0825rem);
  line-height: 1.75;
  color: rgba(198, 194, 186, 0.94);
  letter-spacing: -0.015em;
}

.studio-intro__lead:last-child,
.award-banner__lead:last-child {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .studio-intro__media[data-scroll],
  .studio-intro__copy [data-scroll] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .studio-intro__media[data-scroll] {
    opacity: 0;
    transform: translate3d(-12px, 10px, 0);
    transition:
      opacity 1.2s cubic-bezier(0.16, 1, 0.28, 1),
      transform 1.15s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 0s;
  }

  .studio-intro__media[data-scroll].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Award / HCA Ink — foto venstre · trofæ & historie til højre */
.award-banner {
  position: relative;
  padding-top: clamp(1.75rem, 5vw, 4rem);
  padding-bottom: clamp(2rem, 6vw, calc(var(--step) + 0.75rem));
  background:
    radial-gradient(
      ellipse 70% 45% at 0% 30%,
      rgba(229, 201, 122, 0.04),
      transparent 62%
    ),
    linear-gradient(
      180deg,
      rgba(6, 5, 4, 0.35) 0%,
      rgba(10, 9, 8, 0.12) 50%,
      rgba(10, 9, 8, 0.35) 100%
    ),
    var(--bg-deep);
}

.award-banner__inner {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
  max-width: min(1180px, 100%);
  margin-inline: auto;
}

@media (min-width: 900px) {
  .award-banner__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(260px, 1fr);
    gap: clamp(2.75rem, 6vw, 4.5rem);
  }
}

.award-banner__figure {
  margin: 0;
}

.award-banner-parallax.about-parallax {
  border-radius: calc(var(--radius-lg) + 4px);
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.award-banner__frame {
  position: relative;
  border-radius: calc(var(--radius-lg) + 4px);
  overflow: hidden;
  border: 1px solid rgba(229, 201, 122, 0.14);
  box-shadow:
    var(--shadow-deep),
    0 0 48px rgba(229, 201, 122, 0.06),
    inset 0 1px 0 rgba(255, 248, 230, 0.06),
    0 0 0 1px rgba(0, 0, 0, 0.45);
}

.award-banner__img {
  position: relative;
  aspect-ratio: 3 / 4;
  max-height: min(560px, 68vh);
  min-height: clamp(280px, 44vh, 480px);
  background: var(--bg);
}

.award-banner__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.award-banner-tone {
  filter: saturate(0.9) contrast(1.04) brightness(0.93);
}

.award-banner__shine-edge {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(12, 10, 9, 0.04) 50%,
    rgba(13, 11, 9, 0.18) 100%
  );
}

.award-banner__vignette {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  background: radial-gradient(
    ellipse 95% 90% at 50% 42%,
    transparent 42%,
    rgba(6, 4, 3, 0.38) 100%
  );
  mix-blend-mode: multiply;
}

.award-banner__grain {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0.082;
  mix-blend-mode: overlay;
  background-image:
    radial-gradient(rgba(255, 246, 220, 0.16) 0.4px, transparent 0.48px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.74' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='.35'/%3E%3C/svg%3E");
  background-size:
    2.5px 2.5px,
    170px 170px;
}

@media (prefers-reduced-motion: reduce) {
  .award-banner__grain {
    opacity: 0.048;
  }
}

.award-banner__kicker,
.studio-intro__kicker {
  margin: 0 0 clamp(0.72rem, 2vw, 1.15rem);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(229, 201, 122, 0.88);
}

.award-banner__lead:last-of-type + .award-banner__footnote {
  margin-top: 0.05rem;
}

.award-banner__footnote {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-style: normal;
  font-size: clamp(1rem, 0.94rem + 0.24vw, 1.065rem);
  line-height: 1.72;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: rgba(174, 170, 162, 0.92);
}

.award-banner__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
  padding: var(--btn-py-sm) clamp(1rem, 2.8vw, 1.42rem);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(252, 250, 247, 0.96);
  border-radius: var(--btn-radius-pill);
  background: var(--btn-glass-fill);
  border: 1px solid var(--btn-border-secondary);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 244, 0.06),
    0 2px 14px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform 320ms var(--ease-premium),
    border-color 320ms ease,
    box-shadow 360ms ease,
    background 360ms ease,
    color 200ms ease;
}

.award-banner__link:hover {
  transform: translateY(-2px);
  color: rgba(253, 252, 249, 0.98);
  background: var(--btn-glass-fill-hover);
  border-color: rgba(212, 184, 120, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 230, 0.08),
    0 0 28px rgba(229, 201, 140, 0.15),
    0 10px 28px rgba(0, 0, 0, 0.4);
}

@media (prefers-reduced-motion: reduce) {
  .award-banner__link:hover {
    transform: translateY(-1px);
    background: var(--btn-glass-fill-hover);
  }
}

@media (prefers-reduced-motion: reduce) {
  .award-banner__media[data-scroll],
  .award-banner__copy [data-scroll] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .award-banner__media[data-scroll] {
    opacity: 0;
    transform: translate3d(-14px, 14px, 0);
    transition:
      opacity 1.15s cubic-bezier(0.16, 1, 0.28, 1),
      transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .award-banner__media[data-scroll].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}



.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: var(--btn-py) var(--btn-px);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--btn-fs);
  letter-spacing: var(--btn-track);
  text-transform: uppercase;
  border-radius: var(--btn-radius-pill);
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 340ms var(--ease-premium),
    background 360ms ease,
    filter 340ms ease,
    border-color 340ms ease,
    box-shadow 360ms ease,
    color 200ms ease,
    backdrop-filter 360ms ease;
  border-style: solid;
  border-width: 1px;
}

.btn:active:not(:disabled) {
  transform: scale(0.985);
}

.btn-primary {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  background: var(--btn-gradient-primary);
  background-color: #b89448;
  color: var(--btn-text-on-primary);
  border-color: var(--btn-border-primary);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 240, 0.2),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12),
    0 4px 20px rgba(0, 0, 0, 0.4),
    0 12px 36px rgba(0, 0, 0, 0.32),
    0 8px 32px var(--btn-ring-primary-soft);
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -50%;
  width: 46%;
  background: linear-gradient(
    108deg,
    transparent,
    var(--gold-shine),
    transparent
  );
  opacity: 0;
  transform: skewX(-14deg) translateX(-150%);
  pointer-events: none;
  transition:
    opacity 320ms ease,
    transform 0.001ms 460ms linear;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.024);
  background: var(--btn-gradient-primary-hover);
  filter: brightness(1.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 244, 0.26),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    0 12px 40px rgba(0, 0, 0, 0.5),
    0 14px 48px rgba(0, 0, 0, 0.28),
    0 12px 48px var(--btn-ring-primary-strong),
    0 0 36px var(--btn-ring-primary-soft);
}

.btn-primary:hover::after {
  opacity: 1;
  transform: skewX(-14deg) translateX(420%);
  transition:
    opacity 260ms ease,
    transform 0.82s var(--ease-premium);
}

@media (prefers-reduced-motion: reduce) {
  .btn-primary::after {
    display: none;
  }
  .btn-primary:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
    background: var(--btn-gradient-primary-hover);
  }
}

.btn-primary:focus-visible {
  outline: 2px solid rgba(236, 220, 180, 0.55);
  outline-offset: 3px;
}

.btn-ghost {
  position: relative;
  isolation: isolate;
  color: rgba(252, 250, 247, 0.96);
  background: var(--btn-glass-fill);
  border-color: var(--btn-border-secondary);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 244, 0.08),
    0 2px 12px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.btn-ghost:hover {
  transform: translateY(-2px) scale(1.018);
  color: rgba(253, 252, 249, 0.99);
  background: var(--btn-glass-fill-hover);
  border-color: rgba(212, 184, 120, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 230, 0.1),
    0 0 28px rgba(229, 201, 140, 0.16),
    0 12px 32px rgba(0, 0, 0, 0.4);
}

@media (prefers-reduced-motion: reduce) {
  .btn-ghost:hover {
    transform: translateY(-1px);
    background: var(--btn-glass-fill-hover);
  }
}

.btn-ghost:focus-visible {
  outline: 2px solid rgba(229, 201, 140, 0.45);
  outline-offset: 3px;
}

.btn-outline-gold {
  background: transparent;
  border-color: rgba(206, 186, 150, 0.42);
  color: rgba(232, 220, 198, 0.95);
}

.btn-outline-gold:hover {
  background: var(--btn-glass-fill-hover);
  border-color: rgba(212, 184, 120, 0.55);
  color: rgba(253, 250, 244, 0.98);
  box-shadow: 0 0 26px rgba(198, 168, 90, 0.12);
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .btn-outline-gold:hover {
    transform: none;
  }
}

/* Artist portfolios – cinematic full-width */
.artist-sections-wrap {
  width: 100%;
  padding-bottom: clamp(3rem, 8vw, 6rem);
}

.section--artists-intro {
  max-width: 1200px;
  margin-inline: auto;
}

.artists-overline {
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.75rem;
}

.artists-catalog-title {
  font-family: var(--font-display);
  font-size: clamp(2.85rem, 2.1rem + 2.8vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: none;
  margin: 0 0 1.15rem;
}

.section-intro--tight {
  max-width: 36rem;
}

/** Artist-overview — luksus grid med hover-zoom */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.artist-grid-wrap.section {
  max-width: 1400px;
  padding-top: clamp(0.5rem, 2vw, 1.5rem);
  padding-bottom: clamp(2.25rem, 5vw, 3.75rem);
}

.artist-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(1rem, 3vw, 1.85rem);
}

@media (min-width: 901px) {
  .artist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }
}

.reveal-stagger-grid > li.artist-grid__cell {
  display: flex;
  min-height: 0;
}

.reveal-stagger-grid > li.artist-grid__cell > .artist-card {
  flex: 1;
  align-self: stretch;
}

.artist-card {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: calc(var(--radius-lg) + 4px);
  border: 1px solid rgba(198, 168, 90, 0.1);
  overflow: hidden;
  background:
    radial-gradient(120% 140% at 12% -8%, rgba(198, 168, 90, 0.1), transparent 50%),
    linear-gradient(160deg, #141210 0%, #10100e 55%);
  transition:
    transform 620ms var(--ease-premium),
    box-shadow 620ms ease,
    border-color 360ms ease;
}

.artist-card:hover {
  transform: translate3d(0, -10px, 0) scale(1.006);
  border-color: rgba(212, 190, 140, 0.32);
  box-shadow:
    0 44px 112px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(229, 201, 122, 0.1),
    0 0 56px rgba(198, 168, 90, 0.1);
}

.artist-card:focus-visible {
  outline: 2px solid rgba(229, 201, 122, 0.45);
  outline-offset: 4px;
}

.artist-card__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 5 / 6;
  background: #080808;
}

.artist-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 70px rgba(255, 248, 238, 0.04);
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.33, 1, 0.24, 1);
}

.artist-card:hover .artist-card__media::after {
  opacity: 1;
}

.artist-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    transform 1.08s var(--ease-premium),
    filter 0.6s ease;
  filter: saturate(0.95) brightness(0.94);
}

.artist-card:hover .artist-card__media img {
  transform: scale3d(1.06, 1.06, 1);
  filter: saturate(1.06) brightness(1.04);
}

.artist-card__body {
  padding: clamp(1.35rem, 3vw, 1.9rem);
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  flex-grow: 1;
}

.artist-card__idx {
  font-family: var(--font-display);
  font-size: 0.705rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(212, 200, 170, 0.58);
}

.artist-card__idx--alt {
  color: rgba(198, 168, 90, 0.72);
}

.artist-card__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 1.55rem + 1vw, 2.35rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.artist-card__bio {
  font-size: 0.9425rem;
  line-height: 1.55;
  letter-spacing: -0.015em;
  color: rgba(244, 242, 238, 0.66);
  margin: 0;
  flex: 1 1 auto;
  min-height: 0;
}

.artist-card__cta {
  align-self: flex-start;
  margin-top: 0;
  padding: 0.5rem 0.94rem;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.5725rem;
  text-transform: uppercase;
  color: rgba(252, 250, 245, 0.92);
  border-radius: var(--btn-radius-pill);
  border: 1px solid rgba(232, 220, 200, 0.28);
  background: rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 244, 0.06),
    0 1px 12px rgba(0, 0, 0, 0.2);
  transition:
    transform 460ms var(--ease-premium),
    border-color 360ms ease,
    box-shadow 360ms ease,
    background 360ms ease,
    color 200ms ease;
}

.artist-card:hover .artist-card__cta {
  border-color: rgba(212, 184, 120, 0.48);
  background: rgba(12, 10, 9, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 230, 0.07),
    0 0 22px rgba(229, 201, 140, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .artist-card:hover .artist-card__cta {
    transform: none;
  }
}

.artist-showcase {
  padding: clamp(3rem, 7vw, 6rem) 0;
  margin: 0;
  border-top: 1px solid var(--border);
  background-image: linear-gradient(
    178deg,
    rgba(198, 168, 90, 0.05) 0%,
    transparent 42%,
    rgba(229, 201, 122, 0.04) 100%
  );

}

.artist-showcase__row {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: minmax(240px, 0.92fr) minmax(280px, 1.08fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.artist-showcase--mirror .artist-showcase__row {
  grid-template-columns: minmax(280px, 1.08fr) minmax(240px, 0.92fr);
}
.artist-showcase--mirror .artist-showcase__portrait {
  grid-column: 1;
  grid-row: 1;
}
.artist-showcase--mirror .artist-showcase__copy {
  grid-column: 2;
}

@media (max-width: 900px) {
  .artist-showcase__row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .artist-showcase--mirror .artist-showcase__portrait,
  .artist-showcase--mirror .artist-showcase__copy {
    grid-column: auto;
    grid-row: auto;
  }
  .artist-showcase__portrait {
    order: -1;
  }
}

.artist-showcase__copy {
  position: relative;
}

/* Cecilie, Lærke, Georges (& spejl): blok med Instagram + tekst alignet mod portræt-top */
.artist-showcase[data-artist="cecilie"] .artist-showcase__row,
.artist-showcase[data-artist="laerke"] .artist-showcase__row,
.artist-showcase[data-artist="georges"] .artist-showcase__row {
  align-items: flex-start;
}

.artist-ig-snippet {
  margin: 0 0 1.05rem;
  max-width: min(432px, 100%);
}

.artist-ig-snippet__link {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(229, 201, 122, 0.14);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 250, 244, 0.04);
  transition:
    transform 480ms var(--ease-premium),
    box-shadow 0.62s ease,
    border-color 0.42s ease;
}

.artist-ig-snippet__link:hover {
  transform: translateY(-2px);
  border-color: rgba(229, 201, 122, 0.24);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(229, 201, 122, 0.16);
}

.artist-ig-snippet__link:focus-visible {
  outline: 2px solid rgba(229, 201, 122, 0.55);
  outline-offset: 3px;
}

.artist-ig-snippet img {
  display: block;
  width: 100%;
  height: auto;
}

.artist-intro-personal {
  color: rgba(242, 240, 237, 0.78);
  font-size: 0.9625rem;
  line-height: 1.64;
  max-width: 46ch;
  margin: 0 0 1.05rem;
}

.artist-intro-personal:last-of-type {
  margin-bottom: 1.35rem;
}

.artist-intro-personal-lead {
  color: rgba(248, 244, 236, 0.9);
}
.artist-showcase__copy[data-scroll] {
  opacity: 0;
  transform: translate3d(-24px, 0, 0);
  transition:
    opacity 1.06s cubic-bezier(0.16, 1, 0.28, 1) var(--scroll-delay, 0s),
    transform 1.08s cubic-bezier(0.16, 1, 0.28, 1) var(--scroll-delay, 0s);
}
.artist-showcase__copy[data-scroll].is-visible {
  opacity: 1;
  transform: translateX(0);
}

.artist-showcase--mirror .artist-showcase__copy[data-scroll] {
  transform: translate3d(24px, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  .artist-showcase__copy[data-scroll] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.artist-showcase__index {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.32em;
  color: rgba(212, 188, 140, 0.55);
  margin-bottom: 0.85rem;
}
.artist-showcase__index--alt {
  color: rgba(212, 196, 154, 0.72);
}

.artist-title {
  font-family: var(--font-display-serif);
  font-size: clamp(2.5rem, 2.05rem + 2.1vw, 4.25rem);
  font-weight: 500;
  line-height: 0.94;
  margin: 0 0 0.35rem;
  letter-spacing: 0.04em;
  text-transform: none;
  background: linear-gradient(
    160deg,
    #faf9f6 54%,
    rgba(212, 196, 154, 0.42)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.bio-tight {
  color: rgba(242, 240, 237, 0.68);
  max-width: 36ch;
  font-size: 0.98rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.35rem !important;
}

.artist-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.artist-showcase__portrait {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 18px;
  min-height: clamp(320px, 48vw, 640px);
  max-height: min(88vh, 920px);
  padding: clamp(0.5rem, 2vw, 1.25rem);
  overflow: hidden;
  transition:
    transform 0.78s cubic-bezier(0.33, 1, 0.28, 1),
    box-shadow 0.85s ease,
    border-color 0.5s ease;
}

.artist-showcase__portrait::after {
  content: "";
  position: absolute;
  inset: clamp(0.5rem, 2vw, 1.25rem);
  border-radius: calc(18px - 2px);
  pointer-events: none;
  box-shadow: inset 0 0 120px rgba(255, 248, 238, 0.05);
  opacity: 0;
  transition: opacity 0.8s ease;
}

.artist-showcase__portrait:hover {
  transform: translateY(-7px);
  border-color: rgba(198, 168, 90, 0.2);
  box-shadow:
    0 48px 96px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(229, 201, 122, 0.1),
    0 0 64px rgba(198, 168, 90, 0.12);
}

.artist-showcase__portrait:hover::after {
  opacity: 1;
}

.artist-showcase__portrait img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(82vh, 880px);
  object-fit: contain;
  transform: translateZ(0);
  transition:
    transform 1.12s var(--ease-premium),
    filter 0.65s ease;
}

.artist-showcase__portrait:hover img {
  transform: translateZ(0) scale3d(1.05, 1.05, 1);
  filter: saturate(1.04) brightness(1.03);
}

.artist-showcase__examples {
  max-width: 1400px;
  margin: clamp(2.25rem, 5vw, 3rem) auto 0;
  padding: 0 clamp(1.25rem, 5vw, 4rem);
}

.artist-examples-top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.artist-examples-kicker {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
}

.examples-carousel-wrap {
  position: relative;
  min-height: 0;
}

.portfolio-mount {
  width: 100%;
  min-height: 120px;
}

.artist-carousel-empty {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 44ch;
  margin: 0 0 1.25rem;
}

.artist-style-caption {
  font-size: 0.98rem;
  line-height: 1.56;
  color: rgba(242, 240, 237, 0.72);
  max-width: 52ch;
  margin: clamp(1.35rem, 3vw, 1.85rem) 0 1.35rem;
  padding-left: 0;
  border-left: none;
}

.artist-examples-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--border);
  margin-top: 0.5rem;
}

.artist-examples-foot-note {
  font-size: 0.84rem;
  color: var(--muted);
}

/* Carousel core — Instagram-style center focus */
.portfolio-carousel {
  width: 100%;
}

.portfolio-carousel.portfolio-carousel--no-peek .carousel-shell {
  max-width: 420px;
  margin-inline: auto;
}

.carousel-stage {
  position: relative;
  margin-top: 0;
  padding: 2.35rem clamp(0.5rem, 2vw, 1rem) 0.5rem;
}

.carousel-shell {
  position: relative;
  border-radius: 22px;
  overflow: visible;
  isolation: isolate;
  padding: 0;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(198, 168, 90, 0.1),
    inset 0 1px 0 rgba(229, 201, 122, 0.05);
  background-color: #080807;
}

.carousel-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(
      ellipse 120% 80% at 50% -20%,
      rgba(198, 168, 90, 0.11),
      transparent 52%
    ),
    radial-gradient(ellipse at 50% 100%, rgba(0, 0, 0, 0.45), transparent 55%);
}

.carousel-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.85rem 1rem 0;
  pointer-events: none;
}

.carousel-label {
  font-family: var(--font-display);
  font-size: 0.65rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(242, 240, 237, 0.35);
}

.carousel-zoom-hint {
  display: none;
}

.carousel-viewport {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 14px;
  cursor: grab;
  outline: none;
}
.carousel-viewport.dragging {
  cursor: grabbing;
}

.carousel-track {
  display: flex;
  gap: 1.125rem;
  will-change: transform;
  transition: transform var(--carousel-duration) var(--ease-carousel);
}

.carousel-viewport.is-dragging .carousel-track {
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-track {
    transition: none;
  }
  .carousel-slide {
    transition: none;
    filter: brightness(0.92);
    opacity: 0.9;
  }
  .carousel-slide.is-active {
    filter: none;
    opacity: 1;
  }
  .carousel-slide-inner {
    transition: none;
    transform: scale(1);
    box-shadow:
      0 20px 48px rgba(0, 0, 0, 0.45),
      0 0 0 1px rgba(255, 255, 255, 0.1);
  }
  .carousel-slide.is-active .carousel-slide-inner {
    box-shadow:
      0 24px 56px rgba(0, 0, 0, 0.48),
      0 0 0 1px rgba(229, 201, 122, 0.16),
      0 0 40px rgba(198, 168, 90, 0.1);
  }
  .carousel-slide:not(.is-active) .carousel-slide-media {
    filter: none;
  }
}

.carousel-slide {
  flex: 0 0 auto;
  position: relative;
  border-radius: 16px;
  overflow: visible;
  aspect-ratio: 9 / 16;
  min-height: 0;
  max-height: min(560px, 74vh);
  transition:
    filter var(--carousel-duration) var(--ease-carousel),
    opacity var(--carousel-duration) var(--ease-carousel);
  filter: brightness(0.38) saturate(0.82);
  opacity: 0.72;
}

.carousel-slide.is-active {
  filter: brightness(1) saturate(1);
  opacity: 1;
  z-index: 2;
}

@media (max-width: 900px) {
  .carousel-slide {
    aspect-ratio: 4 / 5;
    max-height: min(520px, 70vh);
  }
}

.carousel-slide-inner {
  position: absolute;
  inset: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: #050505;
  border-radius: inherit;
  overflow: hidden;
  transform-origin: center center;
  transition:
    transform var(--carousel-duration) var(--ease-carousel),
    box-shadow var(--carousel-duration) var(--ease-carousel);
  transform: scale(0.92);
}

.carousel-slide.is-active .carousel-slide-inner {
  transform: scale(1.06);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(229, 201, 122, 0.18),
    0 0 52px rgba(198, 168, 90, 0.14),
    0 0 90px rgba(255, 245, 220, 0.06);
}

.carousel-viewport:hover .carousel-slide.is-active .carousel-slide-inner {
  transform: scale(1.1);
  box-shadow:
    0 32px 70px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(229, 201, 122, 0.22),
    0 0 62px rgba(198, 168, 90, 0.18),
    0 0 110px rgba(255, 248, 220, 0.08);
}

.carousel-slide:not(.is-active) .carousel-slide-inner {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.carousel-slide:not(.is-active) .carousel-slide-media {
  filter: blur(2.5px);
  transition: filter var(--carousel-duration) var(--ease-carousel);
}

.carousel-slide.is-active .carousel-slide-media {
  filter: none;
}

.carousel-slide-bg {
  position: absolute;
  inset: -4%;
  overflow: hidden;
}

.carousel-slide-media {
  position: absolute;
  inset: -5% -8%;
  transition: transform 0.07s linear;
}

.carousel-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.04);
  transition: transform 0.35s var(--ease-carousel);
}

.carousel-slide-inner:focus-visible .carousel-slide-bg {
  outline: 2px solid var(--lux);
  outline-offset: 4px;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 46px;
  height: 46px;
  border-radius: var(--btn-radius-pill);
  border: 1px solid var(--btn-border-secondary);
  background: linear-gradient(
    154deg,
    rgba(252, 250, 245, 0.09),
    rgba(14, 12, 10, 0.68)
  );
  color: rgba(246, 244, 240, 0.92);
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 244, 0.08),
    0 2px 14px rgba(0, 0, 0, 0.4);
  transition:
    transform 280ms var(--ease-premium),
    background 300ms ease,
    border-color 300ms ease,
    box-shadow 320ms ease;
}

.carousel-nav:hover {
  transform: translateY(-50%) scale(1.045);
  background: linear-gradient(
    153deg,
    rgba(255, 248, 230, 0.1),
    rgba(14, 12, 10, 0.82)
  );
  border-color: rgba(212, 184, 120, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 230, 0.1),
    0 0 28px rgba(229, 201, 140, 0.14),
    0 8px 24px rgba(0, 0, 0, 0.4);
}

@media (prefers-reduced-motion: reduce) {
  .carousel-nav:hover {
    transform: translateY(-50%);
    background: linear-gradient(
      153deg,
      rgba(255, 248, 230, 0.094),
      rgba(14, 12, 10, 0.78)
    );
  }
}

.carousel-nav:focus-visible {
  outline: 2px solid rgba(229, 201, 140, 0.45);
  outline-offset: 3px;
}

.carousel-nav--prev {
  left: clamp(8px, 2vw, 18px);
}
.carousel-nav--next {
  right: clamp(8px, 2vw, 18px);
}

.carousel-nav:disabled {
  opacity: 0.22;
  cursor: not-allowed;
  pointer-events: none;
}

/* Contact map & stack */
.contact-aside-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 4vw, 2.75rem);
}

.map-panel {
  position: relative;
  height: clamp(220px, 32vw, 360px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: #121212;
}

.map-panel__iframe {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.map-panel__overlay-link {
  position: absolute;
  right: clamp(0.55rem, 2vw, 0.85rem);
  bottom: clamp(0.55rem, 2vw, 0.85rem);
  z-index: 5;
  isolation: isolate;
  overflow: hidden;
  padding: var(--btn-py-sm) clamp(1rem, 3vw, 1.42rem);
  font-family: var(--font-display);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: var(--btn-track);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--btn-text-on-primary);
  border-radius: var(--btn-radius-pill);
  background: var(--btn-gradient-primary);
  border: 1px solid var(--btn-border-primary);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 240, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1),
    0 3px 16px rgba(0, 0, 0, 0.4),
    0 10px 32px rgba(0, 0, 0, 0.32),
    0 8px 32px var(--btn-ring-primary-soft);
  transition:
    transform 320ms var(--ease-premium),
    filter 340ms ease,
    box-shadow 380ms ease,
    background 360ms ease;
}

.map-panel__overlay-link::after {
  content: "";
  position: absolute;
  inset: 0;
  left: -50%;
  width: 44%;
  background: linear-gradient(
    108deg,
    transparent,
    var(--gold-shine),
    transparent
  );
  opacity: 0;
  transform: skewX(-14deg) translateX(-150%);
  pointer-events: none;
  transition:
    opacity 260ms ease,
    transform 0.001ms 420ms linear;
}

.map-panel__overlay-link:hover {
  transform: translateY(-1px) scale(1.03);
  background: var(--btn-gradient-primary-hover);
  filter: brightness(1.04);
  color: var(--btn-text-on-primary);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 244, 0.26),
    inset 0 -1px 0 rgba(0, 0, 0, 0.08),
    0 6px 24px rgba(0, 0, 0, 0.45),
    0 14px 40px rgba(0, 0, 0, 0.32),
    0 12px 40px var(--btn-ring-primary-strong);
}

.map-panel__overlay-link:hover::after {
  opacity: 1;
  transform: skewX(-14deg) translateX(420%);
  transition:
    opacity 260ms ease,
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
  .map-panel__overlay-link::after {
    display: none;
  }

  .map-panel__overlay-link:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
    background: var(--btn-gradient-primary-hover);
  }
}

.contact-microcopy {
  margin: 0.55rem 0 0;
  font-size: 0.8925rem;
  line-height: 1.5;
  color: rgba(140, 134, 128, 0.94);
}

.btn-submit-wide {
  width: 100%;
  justify-content: center;
}

.contact-split {
  display: grid;
  gap: 2rem;
}
@media (min-width: 850px) {
  .contact-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 3rem;
  }
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-list li {
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--border);
}
.contact-label {
  font-size: 0.72rem;
  font-family: var(--font-display);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.3rem;
}
.contact-list address {
  font-style: normal;
  margin: 0;
}
.contact-list a {
  color: var(--accent-strong);
  text-decoration: none;
}

.form-card {
  padding: clamp(2rem, 3.5vw, 2.85rem);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  background: linear-gradient(
    165deg,
    rgba(22, 19, 16, 0.97) 0%,
    var(--surface) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(229, 201, 122, 0.07),
    inset 0 0 80px rgba(198, 168, 90, 0.02);
}

.form-fields {
  display: grid;
  gap: 1rem;
}

.form-row-half {
  display: grid;
  gap: 1rem;
}
@media (min-width: 520px) {
  .form-row-half {
    grid-template-columns: 1fr 1fr;
  }
}

.field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.38rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.7rem 0.95rem;
  font: inherit;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  outline: none;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
}
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.field textarea {
  resize: vertical;
  min-height: 120px;
}

.form-helper-note {
  margin-top: 1.05rem;
  font-size: 0.8675rem;
  line-height: 1.5;
  color: rgba(140, 134, 128, 0.94);
}

.form-status {
  min-height: 1.35rem;
  font-size: 0.895rem;
  margin-top: 0.85rem;
  color: var(--muted);
}
.form-status.is-error {
  color: #fca5a5;
}
.form-status.is-ok {
  color: #86efac;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(10, 9, 8, 0.94);
  backdrop-filter: blur(6px);
  display: none;
}
.lightbox.is-open {
  display: flex;
}
.lightbox-close {
  position: absolute;
  top: clamp(1rem, 4vw, 2rem);
  right: clamp(1rem, 4vw, 2rem);
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(244, 242, 237, 0.88);
  background: var(--btn-glass-fill);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--btn-border-secondary);
  cursor: pointer;
  border-radius: var(--btn-radius-pill);
  display: grid;
  place-items: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 244, 0.08),
    0 4px 18px rgba(0, 0, 0, 0.38);
  transition:
    color 220ms ease,
    border-color 220ms ease,
    background 260ms ease,
    box-shadow 280ms ease,
    transform 280ms var(--ease-premium);
}

.lightbox-close:hover {
  color: rgba(253, 251, 246, 0.98);
  border-color: rgba(212, 184, 120, 0.42);
  background: var(--btn-glass-fill-hover);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 230, 0.1),
    0 0 24px rgba(229, 201, 140, 0.12);
  transform: scale(1.04);
}

.lightbox-close:focus-visible {
  outline: 2px solid rgba(229, 201, 140, 0.45);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .lightbox-close:hover {
    transform: none;
  }
}

.lightbox-figure {
  margin: 0;
  max-height: calc(100vh - 6rem);
  max-width: min(1180px, 100%);
}
.lightbox-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 6rem);
  object-fit: contain;
  margin-inline: auto;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}

.lightbox-caption {
  margin-top: 0.85rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--muted);
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--border-strong);
  padding: calc(var(--step) * 0.62) clamp(1.25rem, 4vw, 3rem);
  text-align: center;
  background: linear-gradient(
      to top,
      rgba(198, 168, 90, 0.035) 0%,
      transparent 45%
    ),
    linear-gradient(to top, rgba(6, 5, 5, 0.98) 0%, transparent 100%);
}

.site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.85rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.925rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(244, 242, 238, 0.38);
}

.footer-brand__mark {
  color: var(--accent-strong);
}

.footer-brand__text {
  color: rgba(244, 242, 238, 0.48);
}

.footer-social {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem clamp(1.25rem, 4vw, 2.75rem);
}

.footer-social a {
  font-size: 0.84rem;
  letter-spacing: 0.038em;
  color: rgba(244, 242, 238, 0.58);
  text-decoration: none;
  transition:
    color 360ms cubic-bezier(0.33, 1, 0.24, 1),
    text-underline-offset 360ms cubic-bezier(0.33, 1, 0.24, 1);
}

.footer-social a:hover {
  color: var(--accent-strong);
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-color: rgba(198, 168, 90, 0.45);
}



.footer-meta {
  font-size: 0.878rem;
  letter-spacing: 0.04em;
  color: rgba(140, 134, 128, 0.85);
}

.footer-meta--legal {
  margin-bottom: 0;
}
/* Minimal page-load overgang */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  pointer-events: none;
  background: radial-gradient(circle at 50% 40%, rgba(18, 16, 14, 0.85), rgba(5, 4, 3, 1));
  transition:
    opacity 0.7s cubic-bezier(0.33, 1, 0.24, 1),
    visibility 0.7s step-end;
}

.page-loader__pulse {
  width: clamp(104px, 14vw, 140px);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(229, 201, 122, 0.15),
    var(--accent),
    rgba(229, 201, 122, 0.15),
    transparent
  );
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(198, 168, 90, 0.22);
  animation: loader-pulse 1.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes loader-pulse {
  0%,
  100% {
    transform: scaleX(0.35);
    opacity: 0.45;
    filter: brightness(0.92);
  }
  48% {
    transform: scaleX(1);
    opacity: 1;
    filter: brightness(1.06);
  }
}

.page-loader--done {
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .page-loader,
  .page-loader__pulse {
    animation: none !important;
  }
}


/* Scroll reveals — fluent, staggers via --scroll-delay */
[data-scroll] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.95s cubic-bezier(0.16, 1, 0.28, 1),
    transform 1.02s cubic-bezier(0.16, 1, 0.28, 1);
  transition-delay: var(--scroll-delay, 0s);
}

[data-scroll].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  [data-scroll] {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }
}
