:root {
  color-scheme: dark;
  --bg: #050505;
  --panel: #101010;
  --panel-soft: #161313;
  --text: #f4f1ec;
  --muted: #aaa3a0;
  --line: rgba(244, 241, 236, 0.16);
  --silver: #d8d7d2;
  --red: #b41416;
  --red-soft: rgba(180, 20, 22, 0.22);
  --max: 1320px;
  --serif: "Cormorant Garamond", Didot, "Bodoni 72", "Bodoni MT", Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --script: "Segoe Script", "Brush Script MT", cursive;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 14% 14%, rgba(180, 20, 22, 0.16), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #0b0909 54%, #050505 100%);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.45;
}

body.is-loading {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.04), transparent);
  opacity: .12;
  mix-blend-mode: screen;
  z-index: 20;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 19;
  opacity: .13;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, rgba(255,255,255,.12) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(17deg, rgba(255,255,255,.05) 0 1px, transparent 1px 4px);
  mix-blend-mode: overlay;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 2rem;
  background:
    radial-gradient(circle at 50% 45%, rgba(180, 20, 22, .16), transparent 18rem),
    radial-gradient(circle at 50% 52%, rgba(244, 241, 236, .08), transparent 23rem),
    #050505;
  transition: opacity .55s ease, visibility .55s ease;
}

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

.preloader-mark {
  display: grid;
  justify-items: center;
  gap: 1.35rem;
  transform-origin: center;
  animation: logoSway 3.4s ease-in-out infinite;
}

.preloader-mark img {
  width: min(20rem, 68vw);
  max-height: 18rem;
  object-fit: contain;
  filter: drop-shadow(0 0 1.25rem rgba(244, 241, 236, .16));
  animation: logoPulse 2.2s ease-in-out infinite;
}

.preloader-line {
  position: absolute;
  left: 50%;
  bottom: clamp(4rem, 12vh, 7rem);
  width: min(18rem, 62vw);
  height: 1px;
  overflow: hidden;
  background: rgba(244, 241, 236, .16);
  transform: translateX(-50%);
}

.preloader-line span {
  display: block;
  width: var(--preload-progress, 0%);
  height: 100%;
  background: linear-gradient(90deg, rgba(244, 241, 236, .35), var(--red), rgba(244, 241, 236, .78));
  transition: width .22s ease;
}

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

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(4.8rem, 7rem) 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: .42rem clamp(1rem, 3vw, 2.5rem);
  border-bottom: 1px solid rgba(244, 241, 236, 0.1);
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -4rem;
  height: 4rem;
  background: #050505;
  pointer-events: none;
}

.brand {
  display: block;
  width: 5.8rem;
  height: 2.25rem;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-.35rem);
  transition: opacity .28s ease, transform .28s ease;
}

.site-header.is-scrolled .brand {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.brand picture {
  display: block;
  width: 100%;
  height: 100%;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 3rem);
  color: var(--silver);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nav a,
.lang-switch button,
.filters button,
.text-button {
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.nav a:hover,
.text-button:hover,
.inline-link:hover {
  color: var(--red);
}

.lang-switch {
  display: inline-flex;
  border: 1px solid var(--line);
}

.lang-switch button {
  width: 2.75rem;
  height: 2.25rem;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.lang-switch button:last-child { border-right: 0; }
.lang-switch button.is-active {
  background: var(--text);
  color: #050505;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(20rem, .86fr) 1.14fr;
  align-items: end;
  gap: clamp(1rem, 4vw, 5rem);
  padding: clamp(7rem, 13vh, 10rem) clamp(1rem, 4vw, 4.5rem) clamp(2rem, 7vh, 4rem);
  overflow: hidden;
}

.hero::after {
  content: "DARK BEAUTY\A FACE ART\A BODY ART\A LIVE SHOWS\A MUSIC VIDEOS\A COMMERCIAL SETS\A WEDDING / AGE MAKEUP\A CHARACTER WORK";
  position: absolute;
  left: clamp(.8rem, 3vw, 3rem);
  right: auto;
  bottom: .8rem;
  color: rgba(244, 241, 236, 0.034);
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(1rem, 3.2vw, 3rem);
  font-stretch: condensed;
  letter-spacing: .04em;
  line-height: .76;
  text-align: left;
  transform: skew(-8deg);
  white-space: pre-line;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 40rem;
  padding-bottom: 7vh;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--red);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero .eyebrow {
  text-transform: lowercase;
}

.intro-section .section-title h2 {
  color: var(--red);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero-logo {
  display: block;
  width: min(28rem, 74vw);
  max-height: min(42vh, 27rem);
  margin: .35rem auto 1.2rem;
  object-fit: contain;
  object-position: center;
}

.hero-copy > picture {
  display: block;
}

h2 {
  margin-bottom: 0;
  max-width: 57rem;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 6vw, 6.5rem);
  font-weight: 400;
  line-height: .92;
}

h3 {
  margin-bottom: .85rem;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 400;
  line-height: 1;
}

.lead {
  max-width: 33rem;
  color: var(--silver);
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: .9rem 1.25rem;
  border: 1px solid var(--line);
  color: var(--text);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.button.primary {
  border-color: var(--red);
  background: var(--red);
}

.button.ghost {
  background: rgba(244, 241, 236, 0.035);
}

.button:hover {
  transform: translateY(-2px);
  border-color: var(--text);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  margin-top: 2rem;
}

.contact-label {
  color: var(--silver);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid var(--line);
  background: rgba(244, 241, 236, 0.035);
  color: var(--text);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.icon-button svg {
  width: 1.22rem;
  height: 1.22rem;
  fill: currentColor;
}

.icon-button:hover {
  transform: translateY(-2px);
  border-color: var(--red);
  background: var(--red-soft);
}

.hero-gallery {
  position: relative;
  z-index: 1;
  min-height: min(76vh, 54rem);
  isolation: isolate;
}

.hero-frame {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: #0b0b0b;
  box-shadow: 0 2rem 5rem rgba(0,0,0,.45);
  opacity: .74;
  animation: none;
  --move-x: 0px;
  --move-y: 0px;
  --tilt-live: 0deg;
  transform: translate3d(var(--move-x), var(--move-y), 0) rotate(calc(var(--base-rot) + var(--tilt-live)));
  transition: transform .28s ease, z-index .28s ease, opacity .24s ease, filter .28s ease;
  will-change: transform;
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04);
}

.hero-gallery:hover .hero-frame {
  opacity: .38;
}

.hero-gallery:hover .hero-frame.is-active,
.hero-gallery.is-touching .hero-frame.is-active,
.hero-frame:hover {
  opacity: 1;
}

.hero-gallery.is-touching .hero-frame {
  opacity: .38;
}

.frame-a {
  right: 3%;
  bottom: 5%;
  width: min(23vw, 20rem);
  aspect-ratio: 3 / 4;
  --base-rot: -1.5deg;
  z-index: 4;
}

.frame-b {
  left: 3%;
  top: 7%;
  width: min(15.5vw, 14rem);
  aspect-ratio: 3 / 4.3;
  animation-delay: .08s;
  --base-rot: 4deg;
  z-index: 2;
}

.frame-c {
  left: 36%;
  top: 1%;
  width: min(15vw, 13.5rem);
  aspect-ratio: 3 / 4;
  animation-delay: .14s;
  --base-rot: -5deg;
  z-index: 3;
}

.frame-d {
  left: 21%;
  bottom: 6%;
  width: min(15vw, 13.5rem);
  aspect-ratio: 4 / 5;
  animation-delay: .2s;
  --base-rot: 3deg;
  z-index: 1;
}

.frame-e {
  left: 69%;
  top: 0;
  width: min(11.5vw, 10.5rem);
  aspect-ratio: 3 / 4;
  --base-rot: -3deg;
  z-index: 5;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  width: 1.5rem;
  height: 2.8rem;
  transform: translateX(-50%);
}

.scroll-cue::after {
  content: "";
  position: absolute;
  top: .55rem;
  left: 50%;
  width: .22rem;
  height: .22rem;
  background: var(--red);
  transform: translateX(-50%);
  animation: scrollDot 1.5s infinite;
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(244, 241, 236, 0.035);
}

.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.marquee-track {
  display: flex;
  width: max-content;
}

.marquee span {
  padding: .85rem 2rem;
  color: var(--silver);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 9rem) clamp(1rem, 4vw, 3rem);
  scroll-margin-top: 6.5rem;
}

.section-title {
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.section-title > p {
  margin-top: clamp(1rem, 2vw, 1.45rem);
  max-width: 60rem;
}

.section-title.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(17rem, .55fr);
  align-items: end;
  gap: 2rem;
}

.section-title.split p:last-child {
  margin-top: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(15rem, .56fr) 1fr;
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
}

.about-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 5;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-copy {
  color: var(--silver);
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  margin: 2.5rem 0 0;
}

.stats div,
.service-list article,
.cv-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(244,241,236,.045), rgba(180,20,22,.035));
}

.stats div {
  padding: 1rem;
}

.stats dt {
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: .9;
}

.stats dt.planet-stat {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: .95em;
  height: .95em;
  font-size: clamp(2rem, 4.6vw, 3.6rem);
  line-height: 1;
}

.stats dt.planet-stat::after {
  content: "";
  position: absolute;
  width: 1.22em;
  height: .42em;
  border: 1px solid rgba(244, 241, 236, .75);
  border-block-color: transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
}

.stats dd {
  margin: .45rem 0 0;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 2rem;
}

.filters button {
  min-height: 2.55rem;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  padding: .55rem .8rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.filters button.is-active,
.filters button:hover {
  border-color: var(--red);
  background: var(--red-soft);
  color: var(--text);
}

.portfolio-grid {
  column-count: 4;
  column-gap: .85rem;
}

.portfolio-grid.is-filtered {
  display: block;
  column-count: 3;
  column-gap: .85rem;
}

.work {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 .85rem;
  overflow: hidden;
  border: 1px solid rgba(244,241,236,.08);
  background: var(--panel);
  opacity: 0;
  transform: translateY(1rem);
  animation: rise .55s ease forwards;
  break-inside: avoid;
}

.portfolio-grid.is-filtered .work {
  display: inline-block;
  margin: 0 0 .85rem;
}

.work img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform .6s ease, filter .6s ease;
}

.work figcaption {
  position: absolute;
  left: .8rem;
  bottom: .8rem;
  padding: .35rem .45rem;
  background: rgba(5,5,5,.72);
  color: var(--silver);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.work:hover img {
  transform: scale(1.035);
  filter: contrast(1.08);
}

.portfolio-actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.portfolio-collapse {
  position: fixed;
  left: 50%;
  bottom: clamp(1.1rem, 3vw, 2rem);
  z-index: 38;
  min-height: 3.1rem;
  padding: .8rem 1.35rem;
  border: 1px solid rgba(244, 241, 236, .34);
  border-radius: .6rem;
  background: rgba(28, 28, 28, .46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1.2rem 3rem rgba(0, 0, 0, .45);
  color: var(--text);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  transform: translate(-50%, .7rem);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  backdrop-filter: blur(16px) saturate(1.16);
  -webkit-backdrop-filter: blur(16px) saturate(1.16);
  transition: opacity .24s ease, transform .24s ease, border-color .2s ease;
}

.portfolio-collapse.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.service-list,
.cv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
}

.service-list article,
.cv-card {
  min-height: 12rem;
  padding: 1.25rem;
}

.service-list h3,
.cv-card h3 {
  font-family: var(--sans);
  font-size: clamp(.92rem, 1.1vw, 1.08rem);
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-list p,
.cv-card p {
  font-size: .98rem;
  line-height: 1.5;
}

.service-list p,
.cv-card p,
.contact p {
  color: var(--muted);
}

.cv-grid {
  grid-template-columns: repeat(2, 1fr);
}

.clip-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(18rem, 34rem);
  gap: .9rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
}

.clip-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  aspect-ratio: 16 / 10;
  scroll-snap-align: start;
}

.clip-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.08) saturate(.9);
  transition: transform .5s ease, filter .5s ease;
}

.clip-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.clip-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(5,5,5,.78));
  pointer-events: none;
}

.clip-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4rem;
  height: 4rem;
  border: 1px solid rgba(244,241,236,.7);
  background: rgba(5,5,5,.4);
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 22% 50%);
  pointer-events: none;
}

.clip-card span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  color: var(--text);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  pointer-events: none;
}

.clip-card b {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: .78rem 1.05rem;
  border: 1px solid rgba(244, 241, 236, .3);
  border-radius: .5rem;
  background: rgba(196, 196, 196, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), 0 1.4rem 3rem rgba(0, 0, 0, .42);
  color: var(--text);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
}

.clip-card:has(iframe)::before,
.clip-card:has(iframe)::after,
.clip-card:has(iframe) span,
.clip-card:has(iframe) b {
  display: none;
}

.clip-card:hover img {
  transform: scale(1.035);
  filter: contrast(1.14) saturate(1);
}

.cv-card {
  min-height: 13rem;
}

.text-button,
.inline-link {
  display: inline-flex;
  margin-top: .75rem;
  border: 0;
  border-bottom: 1px solid var(--red);
  background: transparent;
  color: var(--text);
  padding: 0 0 .18rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.credit-link {
  border-bottom: 1px solid rgba(180, 20, 22, .55);
  color: var(--text);
  transition: color .2s ease, border-color .2s ease;
}

.credit-link:hover {
  border-color: var(--text);
  color: var(--red);
}

.contact {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem;
  max-width: var(--max);
  margin: 0 auto clamp(1rem, 4vw, 3rem);
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  scroll-margin-top: 6.5rem;
}

.contact-actions {
  align-self: end;
  justify-content: flex-end;
  margin-top: 3rem;
  padding-bottom: 0;
}

.contact-actions .button {
  min-width: 9.5rem;
}

.contact h2 {
  max-width: 58rem;
  line-height: 1;
  font-size: clamp(2.7rem, 5.2vw, 5.7rem);
}

.contact p[data-i18n="contactText"] {
  margin-top: clamp(6rem, 12vh, 10rem);
  margin-bottom: 0;
}

@keyframes floatIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes rise {
  to { opacity: 1; transform: translateY(0); }
}

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

@keyframes scrollDot {
  0% { transform: translate(-50%, 0); opacity: 1; }
  70% { transform: translate(-50%, 1.4rem); opacity: .15; }
  100% { transform: translate(-50%, 0); opacity: 1; }
}

@keyframes logoPulse {
  0%, 100% {
    opacity: .78;
    transform: scale(.985);
    filter: drop-shadow(0 0 .8rem rgba(244, 241, 236, .12));
  }
  50% {
    opacity: 1;
    transform: scale(1.025);
    filter: drop-shadow(0 0 1.8rem rgba(244, 241, 236, .24));
  }
}

@keyframes logoSway {
  0%, 100% { transform: rotate(-1.1deg) translateY(.1rem); }
  50% { transform: rotate(1.1deg) translateY(-.18rem); }
}

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 6.5rem;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-gallery {
    min-height: 72vh;
  }

  .frame-a { right: 2%; width: min(43vw, 19rem); }
  .frame-b { left: 0; width: min(33vw, 15rem); }
  .frame-c { left: 38%; width: min(29vw, 13rem); }
  .frame-d { left: 8%; width: min(33vw, 15rem); }
  .frame-e { top: 1%; left: 68%; width: min(22vw, 10rem); }

  .section-title.split,
  .profile-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .service-list,
  .cv-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-grid {
    column-count: 2;
  }

  .portfolio-grid.is-filtered {
    column-count: 2;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: calc(.8rem + env(safe-area-inset-top, 0px)) .85rem .8rem;
    background: rgba(5, 5, 5, .97);
    box-shadow: 0 .8rem 2rem rgba(0, 0, 0, .55);
  }

  .site-header::before {
    top: -7rem;
    height: 7rem;
    background: #050505;
  }

  .brand img {
    width: 100%;
  }

  .brand {
    width: 5.4rem;
    height: 2.25rem;
  }

  .lang-switch button {
    width: 2.25rem;
    height: 2rem;
  }

  .hero-logo {
    width: min(18.25rem, 78vw);
    max-height: 18rem;
    margin-bottom: 1rem;
  }

  .hero {
    min-height: auto;
    padding-inline: .85rem;
    padding-bottom: 2.8rem;
  }

  .hero-gallery {
    min-height: min(82vw, 27rem);
    touch-action: pan-y;
  }

  .frame-a { right: 8%; bottom: 6%; width: 39vw; }
  .frame-b { top: 2%; left: 3%; width: 31vw; }
  .frame-c { top: 4%; left: 38%; width: 29vw; }
  .frame-d { bottom: 5%; left: 12%; width: 31vw; }
  .frame-e { top: 14%; left: 64%; width: 24vw; }

  .contact-label {
    flex-basis: 100%;
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero::after {
    left: .8rem;
    bottom: .5rem;
    font-size: clamp(.9rem, 6.2vw, 1.85rem);
  }

  .stats,
  .service-list,
  .cv-grid {
    grid-template-columns: 1fr;
  }

  h2 {
    line-height: .98;
  }

  .marquee {
    margin-top: 1.5rem;
  }

  .services-section,
  .video-section {
    padding-top: 2.75rem;
  }

  .portfolio-grid {
    column-count: 1;
  }

  .portfolio-grid.is-filtered {
    column-count: 1;
  }

  .work {
    margin-bottom: .65rem;
  }

  .filters {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: .35rem;
  }

  .filters button {
    flex: 0 0 auto;
  }

  .contact-actions {
    justify-content: center;
    margin-top: 1.5rem;
  }

  .contact {
    text-align: center;
  }

  .contact p[data-i18n="contactText"] {
    margin-top: 2rem;
  }
}

@media (hover: none) {
  .hero-frame {
    transition: transform .28s ease, z-index .28s ease, opacity .24s ease, filter .28s ease;
  }
}
