@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-variable-latin.woff2?v=axes-1") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("../fonts/geist-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("../fonts/geist-mono-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #0b0b0c;
  --carbon: #151517;
  --carbon-soft: #1d1d20;
  --chalk: #f1f0ec;
  --ash: #a7a6a1;
  --line: rgb(241 240 236 / 0.16);
  --line-strong: rgb(241 240 236 / 0.3);
  --accent: #e14b3d;
  --display: "Fraunces", Georgia, serif;
  --display-settings: "SOFT" 0, "WONK" 0;
  --body: "Geist", Arial, sans-serif;
  --mono: "Geist Mono", monospace;
  --shell: min(92vw, 1540px);
  --radius: 18px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--ink);
  color: var(--chalk);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body, button, input, select, textarea { font-family: var(--body); }
img, picture, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
h1, h2, h3, p, figure, dl, dd { margin-top: 0; }
figure { margin-right: 0; margin-bottom: 0; margin-left: 0; }

h1, h2, h3 {
  margin-bottom: 0;
  color: var(--chalk);
  font-family: var(--display);
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: var(--display-settings);
  letter-spacing: -0.026em;
  line-height: 0.94;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--accent); color: var(--chalk); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 0.8rem 1rem;
  transform: translateY(-160%);
  border-radius: 10px;
  background: var(--chalk);
  color: var(--ink);
}

.skip-link:focus { transform: translateY(0); }
.section-shell, .header-inner, .footer-shell { width: var(--shell); margin-inline: auto; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 0.93rem;
  font-weight: 680;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.button-solid { background: var(--accent); color: var(--chalk); }
.button-solid:hover { background: #f05b4d; }
.button-ghost { border-color: rgb(241 240 236 / 0.5); background: rgb(11 11 12 / 0.28); color: var(--chalk); }
.button-ghost:hover { border-color: var(--chalk); background: rgb(241 240 236 / 0.08); }
.button-light { border: 0; background: var(--chalk); color: var(--ink); }
.button-light:hover { background: #fffefa; }

/* obenrum */
.site-header {
  position: fixed;
  z-index: 80;
  inset: 0 0 auto;
  height: 78px;
  border-bottom: 1px solid rgb(241 240 236 / 0.12);
  background: rgb(11 11 12 / 0.74);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-wordmark { font-family: var(--display); font-size: clamp(1.2rem, 1.38vw, 1.6rem); font-style: normal; font-weight: 700; font-optical-sizing: auto; font-variation-settings: var(--display-settings); letter-spacing: -0.026em; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); }
.site-nav a { position: relative; font-size: 0.82rem; font-weight: 620; text-decoration: none; }

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -0.32rem;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: var(--accent);
  transition: transform 220ms ease;
}

.site-nav a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 0.72rem 1rem; border: 1px solid var(--line-strong); border-radius: 12px; }
.nav-cta:hover { border-color: var(--accent); background: var(--accent); }

.menu-toggle {
  display: none;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  background: transparent;
  color: var(--chalk);
  cursor: pointer;
}

.menu-toggle i { position: relative; display: block; width: 16px; height: 12px; }
.menu-toggle i::before, .menu-toggle i::after { position: absolute; top: 50%; left: 0; display: block; width: 16px; height: 1px; background: currentColor; content: ""; transition: transform 180ms ease; }
.menu-toggle i::before { transform: translateY(-3px); }
.menu-toggle i::after { transform: translateY(3px); }
.menu-toggle[aria-expanded="true"] i::before { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::after { transform: rotate(-45deg); }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--carbon); }
.hero-media, .hero-media-layer, .hero-shade { position: absolute; inset: 0; }
.hero-media-layer { overflow: hidden; opacity: 0; transition: opacity 1250ms cubic-bezier(0.2, 0.72, 0.22, 1); }
.hero-media-layer.is-active { z-index: 1; opacity: 1; }
.hero-media img, .hero-media picture, .hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-media-layer:nth-child(2) img { object-position: 62% center; }
.hero.is-visible .hero-media-layer > img, .hero.is-visible .hero-media-layer picture img { animation: hero-ken-burns-a 12s ease-in-out infinite alternate both; will-change: transform; }
.hero.is-visible .hero-media-layer:nth-child(2) picture img { animation-name: hero-ken-burns-b; animation-delay: -3.6s; }
.hero-media video { transform: scale(1.04); }
@keyframes hero-ken-burns-a { from { transform: scale(1.04) translate3d(-0.4%, 0, 0); } to { transform: scale(1.105) translate3d(1.2%, -0.8%, 0); } }
@keyframes hero-ken-burns-b { from { transform: scale(1.045) translate3d(0.8%, -0.4%, 0); } to { transform: scale(1.11) translate3d(-1.2%, 0.8%, 0); } }
.hero-shade { z-index: 2; background: linear-gradient(90deg, rgb(7 7 8 / 0.92) 0%, rgb(7 7 8 / 0.71) 42%, rgb(7 7 8 / 0.56) 100%); }

.hero-stage {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8.5rem);
  padding-top: 112px;
  padding-bottom: 44px;
}

.maker-card {
  position: relative;
  width: 100%;
  height: min(69vh, 690px);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgb(241 240 236 / 0.28);
  border-radius: 20px;
  background: rgb(21 21 23 / 0.73);
  box-shadow: 0 34px 90px rgb(0 0 0 / 0.34);
  isolation: isolate;
}

.maker-card::before, .maker-card::after { position: absolute; z-index: 4; width: 84px; height: 84px; pointer-events: none; content: ""; }
.maker-card::before { top: 12px; left: 12px; border-top: 1px dashed rgb(241 240 236 / 0.48); border-left: 1px dashed rgb(241 240 236 / 0.48); border-radius: 8px 0 0; }
.maker-card::after { right: 12px; bottom: 12px; border-right: 1px dashed rgb(241 240 236 / 0.48); border-bottom: 1px dashed rgb(241 240 236 / 0.48); border-radius: 0 0 8px; }
.maker-card-grid { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); opacity: 0.9; }
.maker-card-grid span:nth-child(1), .maker-card-grid span:nth-child(4) { background: rgb(225 75 61 / 0.92); }
.maker-card-grid span:nth-child(2) { background: #29292c; }
.maker-card-grid span:nth-child(3) { background: #bbb7ac; }
.maker-card-person-frame { position: absolute; z-index: 2; top: 16px; right: 10px; bottom: 72px; left: 10px; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.maker-card-person { display: block; width: auto; max-width: 100%; height: auto; max-height: 100%; min-width: 0; min-height: 0; -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 62%, rgb(0 0 0 / 0.95) 67%, rgb(0 0 0 / 0.78) 74%, rgb(0 0 0 / 0.55) 82%, rgb(0 0 0 / 0.3) 89%, rgb(0 0 0 / 0.12) 95%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0%, #000 62%, rgb(0 0 0 / 0.95) 67%, rgb(0 0 0 / 0.78) 74%, rgb(0 0 0 / 0.55) 82%, rgb(0 0 0 / 0.3) 89%, rgb(0 0 0 / 0.12) 95%, transparent 100%); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-size: 100% 100%; }

.maker-card-caption {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(241 240 236 / 0.55);
  font-size: 0.72rem;
}

.maker-card-caption strong { font-size: 0.82rem; }
.maker-card-caption span { color: rgb(241 240 236 / 0.72); text-align: right; }
.hero-copy { width: 100%; min-width: 0; max-width: 1040px; }
.hero-copy h1 { width: 100%; max-width: 100%; overflow-wrap: break-word; font-size: clamp(3.65rem, 5.65vw, 6.7rem); hyphens: manual; }
.hero-copy > p { max-width: none; margin: clamp(1.5rem, 3vw, 2.8rem) 0 0; color: rgb(241 240 236 / 0.82); font-size: clamp(1.02rem, 1.3vw, 1.25rem); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2.2rem; }

/* inhalt */
.about { padding-block: clamp(7rem, 12vw, 13rem); background: var(--chalk); color: var(--ink); }
.about-heading { max-width: 1240px; }
.about-heading h2 { color: var(--ink); font-size: clamp(3.2rem, 5.65vw, 6.25rem); }
.about-story { display: grid; grid-template-columns: minmax(260px, 0.72fr) minmax(480px, 1.28fr); gap: clamp(3rem, 8vw, 9rem); margin-top: clamp(5rem, 10vw, 10rem); align-items: start; }
.about-copy { max-width: 600px; padding-top: 2rem; }
.about-copy p { color: #5f5e5a; font-size: 1.03rem; }
.about-copy .lead { color: var(--ink); font-size: clamp(1.4rem, 2.1vw, 2rem); line-height: 1.3; }
.about-visual { position: relative; grid-column: 2; grid-row: 1 / span 2; padding-bottom: 4.8rem; }
.about-visual figure { margin: 0; }
.about-visual picture { overflow: hidden; border-radius: var(--radius); }
.about-visual img { width: 100%; height: auto; }
.about-visual figcaption { display: flex; align-items: center; gap: 0.8rem; margin-top: 1rem; color: #66645f; font-family: var(--mono); font-size: 0.72rem; }
.about-visual figcaption::before { width: 28px; height: 1px; background: var(--accent); content: ""; }
.about-facts { position: absolute; right: clamp(1rem, 4vw, 4rem); bottom: 0; left: clamp(-3rem, -3vw, -1.5rem); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; margin: 0; }
.about-facts div { position: relative; min-height: 150px; padding: 1.25rem 1.35rem; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 14px; background: rgb(11 11 12 / 0.91); box-shadow: 0 18px 44px rgb(0 0 0 / 0.28); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.about-facts div::after { position: absolute; right: 9px; bottom: 9px; width: 34px; height: 34px; border-right: 1px dashed rgb(225 75 61 / 0.75); border-bottom: 1px dashed rgb(225 75 61 / 0.75); border-radius: 0 0 5px; content: ""; }
.about-facts dt { margin-bottom: 0.7rem; color: var(--accent); font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; }
.about-facts dd { margin: 0; color: var(--chalk); font-size: 1rem; font-weight: 650; line-height: 1.35; }
.about-facts dd span { color: var(--ash); font-size: 0.84rem; font-weight: 450; }

.software { overflow: hidden; padding-block: clamp(7rem, 11vw, 12rem); border-block: 1px solid var(--line); background: var(--carbon); }
.software-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr); column-gap: 6vw; align-items: end; }
.software-heading h2 { max-width: 1050px; font-size: clamp(3.2rem, 5.7vw, 6.4rem); }
.software-heading > p:last-child { max-width: 520px; margin: 0 0 0.75rem; color: var(--ash); font-size: 1.08rem; }

.software-stage { position: relative; height: min(65vw, 780px); min-height: 540px; overflow: hidden; margin-top: clamp(4rem, 7vw, 7rem); border: 1px solid var(--line-strong); border-radius: var(--radius); background: #070809; isolation: isolate; }
.software-stage::before { position: absolute; z-index: 5; top: 14px; right: 14px; width: 90px; height: 90px; border-top: 1px dashed rgb(225 75 61 / 0.72); border-right: 1px dashed rgb(225 75 61 / 0.72); border-radius: 0 4px 0 0; pointer-events: none; content: ""; }
.software-stage::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgb(7 7 8 / 0.9), rgb(7 7 8 / 0.28) 60%, rgb(7 7 8 / 0.62)); content: ""; }
.software-stage-image, .software-stage-image img { width: 100%; height: 100%; object-fit: cover; }
.software-stage-image img { opacity: 0.34; filter: saturate(0.45) contrast(1.14); }
.terminal-matrix { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; opacity: 0.82; }

.software-state { position: absolute; z-index: 3; bottom: clamp(1.5rem, 4vw, 4rem); left: clamp(1.5rem, 4vw, 4rem); width: min(570px, calc(100% - 3rem)); padding: clamp(1.4rem, 3vw, 2.4rem); border: 1px solid rgb(241 240 236 / 0.25); border-radius: 16px; background: rgb(11 11 12 / 0.76); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.software-state strong { display: block; font-family: var(--display); font-size: clamp(2.45rem, 3.7vw, 4.2rem); font-style: normal; font-weight: 700; font-optical-sizing: auto; font-variation-settings: var(--display-settings); letter-spacing: -0.026em; line-height: 0.96; -webkit-font-smoothing: antialiased; transition: opacity 180ms ease, transform 180ms ease; }
.software-state p { max-width: 440px; margin: 1.2rem 0 0; color: var(--ash); transition: opacity 180ms ease, transform 180ms ease; }
.software-state.is-changing strong, .software-state.is-changing p { opacity: 0; transform: translateY(8px); }

.service-list { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.service-list article { position: relative; display: grid; grid-template-columns: minmax(260px, 0.7fr) minmax(260px, 0.45fr); align-items: center; gap: 2rem; padding: clamp(1.5rem, 3vw, 2.4rem) clamp(0px, 1.4vw, 1.2rem); overflow: hidden; border-bottom: 1px solid var(--line); transition: border-color 220ms ease, transform 220ms ease; }
.service-list article::before { position: absolute; inset: 0; content: ""; transform: translateX(-102%); background: linear-gradient(90deg, rgb(225 75 61 / 0.13), transparent 62%); transition: transform 430ms cubic-bezier(0.22, 0.8, 0.25, 1); }
.service-list article:hover { border-color: rgb(225 75 61 / 0.65); transform: translateX(8px); }
.service-list article:hover::before { transform: translateX(0); }
.service-list article > * { position: relative; }
.service-list h3 { font-family: var(--body); font-size: clamp(1.4rem, 2.3vw, 2.25rem); font-weight: 620; letter-spacing: -0.025em; line-height: 1.1; }
.service-list p { max-width: 470px; margin-bottom: 0; color: var(--ash); font-size: 0.94rem; }

.print { padding-block: clamp(7rem, 11vw, 12rem); background: var(--chalk); color: var(--ink); }
.print-heading { width: 100%; max-width: none; }
.print-heading h2 { width: 100%; max-width: none; color: var(--ink); font-size: clamp(3.2rem, 5.85vw, 6.55rem); }
.print-heading > p { width: 100%; max-width: none; margin: 2rem 0 0; color: #5f5e5a; font-size: 1.08rem; }
.print-stage { position: relative; overflow: hidden; margin-top: clamp(4rem, 8vw, 8rem); border-radius: var(--radius); background: var(--ink); box-shadow: 0 32px 80px rgb(36 35 32 / 0.18); isolation: isolate; }
.print-stage::before, .print-stage::after { position: absolute; z-index: 5; width: 92px; height: 92px; pointer-events: none; content: ""; }
.print-stage::before { top: 14px; left: 14px; border-top: 1px dashed rgb(241 240 236 / 0.7); border-left: 1px dashed rgb(241 240 236 / 0.7); border-radius: 4px 0 0; }
.print-stage::after { right: 14px; bottom: 14px; border-right: 1px dashed rgb(241 240 236 / 0.7); border-bottom: 1px dashed rgb(241 240 236 / 0.7); border-radius: 0 0 4px; }
.print-stage picture, .print-stage img { width: 100%; }
.print-stage img { aspect-ratio: 2 / 1; object-fit: cover; }
.print-statement { position: absolute; z-index: 3; bottom: clamp(1.4rem, 3vw, 3rem); left: clamp(1.4rem, 3vw, 3rem); width: min(590px, calc(100% - 2.8rem)); padding: clamp(1.3rem, 2.6vw, 2.2rem); border: 1px solid rgb(241 240 236 / 0.28); border-radius: 15px; background: rgb(11 11 12 / 0.82); color: var(--chalk); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.print-statement strong { display: block; font-family: var(--display); font-size: clamp(1.85rem, 3vw, 3.4rem); font-style: normal; font-weight: 700; font-optical-sizing: auto; font-variation-settings: var(--display-settings); letter-spacing: -0.026em; line-height: 0.96; -webkit-font-smoothing: antialiased; }
.print-statement p { max-width: 450px; margin: 1rem 0 0; color: var(--ash); }
.print-layer-window { position: absolute; z-index: 3; top: clamp(1.5rem, 3vw, 3rem); right: clamp(1.5rem, 3vw, 3rem); display: grid; width: clamp(120px, 14vw, 210px); gap: 7px; padding: 1.1rem; overflow: hidden; border: 1px solid rgb(241 240 236 / 0.26); border-radius: 14px; background: rgb(11 11 12 / 0.72); }
.print-layer-window span { display: block; height: 2px; transform-origin: left; border-radius: 2px; background: var(--accent); animation: print-layer 2.8s cubic-bezier(0.2, 0.76, 0.24, 1) infinite; animation-play-state: paused; }
.print-stage.is-running .print-layer-window span { animation-play-state: running; }
.print-layer-window span:nth-child(2) { width: 82%; animation-delay: -0.4s; }
.print-layer-window span:nth-child(3) { width: 68%; animation-delay: -0.8s; }
.print-layer-window span:nth-child(4) { width: 91%; animation-delay: -1.2s; }
.print-layer-window span:nth-child(5) { width: 57%; animation-delay: -1.6s; }
@keyframes print-layer { 0%, 18% { transform: scaleX(0.18); opacity: 0.35; } 58%, 100% { transform: scaleX(1); opacity: 0.92; } }
.print-capabilities { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 5rem); margin-top: clamp(2.5rem, 5vw, 5rem); }
.print-capabilities article { padding-top: 1.4rem; border-top: 1px solid rgb(11 11 12 / 0.28); }
.print-capabilities h3 { color: var(--ink); font-size: clamp(1.8rem, 3vw, 3.2rem); }
.print-capabilities p { max-width: 390px; margin: 1rem 0 0; color: #5f5e5a; }

.work { padding-block: clamp(7rem, 12vw, 13rem); border-top: 1px solid rgb(11 11 12 / 0.14); background: var(--chalk); color: var(--ink); }
.work-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(270px, 0.55fr); column-gap: 7vw; align-items: end; }
.work-heading h2 { max-width: 1100px; color: var(--ink); font-size: clamp(3.2rem, 5.9vw, 6.6rem); }
.work-heading > p:last-child { max-width: 480px; margin: 0 0 0.75rem; color: #5f5e5a; }
.work-carousel { position: relative; margin-top: clamp(4rem, 8vw, 8rem); padding: 1.2rem; perspective: 1600px; }
.work-carousel::before, .work-carousel::after { position: absolute; z-index: 8; width: 100px; height: 100px; pointer-events: none; content: ""; }
.work-carousel::before { top: 0; left: 0; border-top: 1px dashed rgb(225 75 61 / 0.72); border-left: 1px dashed rgb(225 75 61 / 0.72); border-radius: var(--radius) 0 0; }
.work-carousel::after { right: 0; bottom: 0; border-right: 1px dashed rgb(225 75 61 / 0.72); border-bottom: 1px dashed rgb(225 75 61 / 0.72); border-radius: 0 0 var(--radius); }
.work-carousel-scene { --carousel-fade: clamp(44px, 7vw, 118px); position: relative; height: clamp(620px, 56vw, 820px); overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 var(--carousel-fade), #000 calc(100% - var(--carousel-fade)), transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 var(--carousel-fade), #000 calc(100% - var(--carousel-fade)), transparent 100%); }
.work-carousel-track { position: absolute; inset: 0; transform-style: preserve-3d; }
.work-slide { position: absolute; top: 50%; left: 50%; margin: 0; transform: translate(-50%, -50%) translateZ(-420px) scale(0.58); opacity: 0; pointer-events: none; transition: transform 760ms cubic-bezier(0.2, 0.78, 0.2, 1), opacity 520ms ease; }
.work-slide-landscape { width: min(62vw, 920px); --media-ratio: 3 / 2; }
.work-slide-portrait { width: min(38vw, 540px); --media-ratio: 900 / 1124; }
.work-slide-editorial-portrait { width: min(37vw, 520px); --media-ratio: 1086 / 1448; }
.work-slide-four-three { width: min(56vw, 780px); --media-ratio: 1448 / 1086; }
.work-slide-video { width: min(60vw, 900px); --media-ratio: 16 / 9; }
.work-slide.is-active { z-index: 4; transform: translate(-50%, -50%) translateZ(100px) scale(1); opacity: 1; pointer-events: auto; }
.work-slide.is-prev { z-index: 2; transform: translate(-50%, -50%) translateX(-68%) translateZ(-190px) rotateY(18deg) scale(0.76); opacity: 0.45; }
.work-slide.is-next { z-index: 2; transform: translate(-50%, -50%) translateX(68%) translateZ(-190px) rotateY(-18deg) scale(0.76); opacity: 0.45; }
.work-slide.is-back { z-index: 1; }
.work-slide-media { display: grid; aspect-ratio: var(--media-ratio); place-items: center; overflow: hidden; border-radius: var(--radius); background: #101012; box-shadow: 0 32px 80px rgb(36 35 32 / 0.2); }
.work-slide a.work-slide-media { text-decoration: none; }
.work-slide-media picture { display: grid; width: 100%; height: 100%; place-items: center; }
.work-slide-media img, .work-slide-media video { width: 100%; height: 100%; object-fit: cover; }
.work-slide figcaption { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; margin-top: 1rem; padding-top: 0.9rem; border-top: 1px solid rgb(11 11 12 / 0.24); }
.work-slide:not(.is-active) figcaption { opacity: 0; }
.work-slide figcaption span { color: var(--accent); font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; }
.work-slide figcaption strong { max-width: 470px; color: var(--ink); font-size: clamp(1.05rem, 1.7vw, 1.5rem); line-height: 1.25; text-align: right; }
.work-slide figcaption strong a { color: inherit; text-decoration: none; }
.work-slide figcaption strong a:hover { color: var(--accent); }
.work-carousel-controls { position: absolute; z-index: 10; right: clamp(1.2rem, 3vw, 3rem); bottom: clamp(1.2rem, 3vw, 3rem); display: flex; gap: 0.55rem; }
.work-carousel-controls button { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgb(11 11 12 / 0.3); border-radius: 50%; background: var(--ink); color: var(--chalk); cursor: pointer; transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.work-carousel-controls button:hover { transform: translateY(-2px); border-color: var(--accent); background: var(--accent); }
.work-projects-link { position: absolute; z-index: 10; bottom: clamp(1.3rem, 3vw, 3.1rem); left: clamp(1.4rem, 3vw, 3.2rem); font-size: 0.88rem; font-weight: 680; text-decoration: none; }
.work-projects-link span { display: inline-block; margin-left: 0.45rem; transition: transform 180ms ease; }
.work-projects-link:hover span { transform: translate(3px, -3px); }

.commission { overflow: clip; padding-block: 0; background: var(--ink); }
.commission-pin { display: grid; min-height: 680px; height: 100svh; grid-template-rows: auto minmax(0, 1fr); padding-block: clamp(6rem, 9vh, 8rem) clamp(1.5rem, 4vh, 3rem); }
.commission header { width: 100%; max-width: none; }
.commission h2 { width: 100%; max-width: none; font-size: clamp(3rem, 5.15vw, 5.8rem); }
.commission-process { position: relative; min-height: 0; overflow: clip; margin-top: clamp(1.2rem, 2.8vh, 2.2rem); isolation: isolate; view-timeline-name: --commission-thread; view-timeline-axis: block; }
.commission-thread-map { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.commission-thread-map-mobile { display: none; }
.commission-thread-map path { fill: none; vector-effect: non-scaling-stroke; }
.commission-thread-map mask { mask-type: alpha; }
.commission-path-base { stroke: rgb(241 240 236 / 0.055); stroke-width: 1.1; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 4 20; }
.commission-path-progress { stroke: var(--accent); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 14 11; }
.commission-path-reveal { stroke: #fff; stroke-width: 14; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 10000; stroke-dashoffset: 10000; vector-effect: none !important; }
.commission-thread-marker { opacity: 0; will-change: transform, opacity; }
.commission-thread-map .commission-thread-needle { fill: var(--chalk); stroke: var(--ash); stroke-width: 1.2; vector-effect: non-scaling-stroke; }
.commission-thread-map .commission-thread-eye { fill: var(--ink); stroke: var(--accent); stroke-width: 1.8; vector-effect: non-scaling-stroke; }
.commission-process.uses-gsap-thread .commission-path-reveal { transition: none; }
.commission-process.uses-gsap-thread .commission-steps article { animation: none; transition: none; }
.commission-steps { position: absolute; z-index: 2; inset: 0; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); }
.commission-steps article { --step-strength: 0; position: relative; max-width: 500px; padding: 1.3rem 1.5rem; opacity: 0.3; background: linear-gradient(90deg, var(--ink) 78%, transparent); transform: translateY(18px); transition: opacity 420ms ease, transform 420ms ease; }
.commission-steps article::before { position: absolute; top: 0.82rem; left: 1.5rem; width: 48px; border-top: 2px solid var(--accent); content: ""; opacity: var(--step-strength); transform: scaleX(var(--step-strength)); transform-origin: left center; }
.commission-process.is-visible .commission-steps article { opacity: 1; transform: none; }
.commission-steps article:nth-child(1) { grid-column: 1 / 6; grid-row: 1; align-self: start; margin-top: 1.5rem; }
.commission-steps article:nth-child(2) { grid-column: 8 / 13; grid-row: 2; align-self: center; background: linear-gradient(270deg, var(--ink) 78%, transparent); }
.commission-steps article:nth-child(3) { grid-column: 2 / 7; grid-row: 3; align-self: end; margin-bottom: 1rem; background: transparent; }
.commission-steps h3 { color: var(--chalk); font-size: clamp(2rem, 3vw, 3.35rem); }
.commission-steps p { max-width: 390px; margin: 1.2rem 0 0; color: var(--ash); }

/* untenrum */
.contact { padding-block: clamp(5rem, 8vw, 8rem); background: var(--accent); color: var(--ink); }
.contact-shell { display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(540px, 1.25fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.contact-intro { position: sticky; top: 120px; }
.contact-intro h2 { color: var(--ink); font-size: clamp(3.2rem, 5.5vw, 6.1rem); }
.contact-intro > p { max-width: 500px; margin: 2rem 0; font-size: 1.05rem; }
.contact-intro > a { font-weight: 700; }
.contact-form { position: relative; padding: clamp(1.5rem, 3vw, 3rem); border: 1px solid rgb(241 240 236 / 0.18); border-radius: 20px; background: var(--ink); color: var(--chalk); box-shadow: 0 30px 80px rgb(64 5 0 / 0.2); }
.contact-form::before, .contact-form::after { position: absolute; width: 54px; height: 54px; pointer-events: none; content: ""; }
.contact-form::before { top: 10px; left: 10px; border-top: 1px dashed rgb(225 75 61 / 0.75); border-left: 1px dashed rgb(225 75 61 / 0.75); border-radius: 10px 0 0; }
.contact-form::after { right: 10px; bottom: 10px; border-right: 1px dashed rgb(225 75 61 / 0.75); border-bottom: 1px dashed rgb(225 75 61 / 0.75); border-radius: 0 0 10px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.contact-form > label, .form-row label, .form-field { display: block; margin-bottom: 1rem; }
.contact-form label > span:not(.button), .contact-form .form-label { display: block; margin-bottom: 0.55rem; color: var(--ash); font-size: 0.78rem; font-weight: 600; }
.contact-form input:not([type="checkbox"]):not([type="radio"]), .contact-form select, .contact-form textarea { width: 100%; min-height: 54px; padding: 0.9rem 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--carbon); color: var(--chalk); outline: none; transition: border-color 180ms ease, background-color 180ms ease; }
.contact-form textarea { min-height: 170px; resize: vertical; }
.contact-form input:hover, .contact-form select:hover, .contact-form textarea:hover { border-color: var(--line-strong); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--accent); background: #19191c; }
.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ash) 50%), linear-gradient(135deg, var(--ash) 50%, transparent 50%); background-position: calc(100% - 20px) 23px, calc(100% - 15px) 23px; background-size: 5px 5px; background-repeat: no-repeat; }
.contact-form option { color: var(--ink); }
.contact-form .choices { margin-bottom: 0; color: var(--chalk); }
.contact-form .choices > select.choices__input { width: 1px !important; height: 1px !important; pointer-events: none !important; }
.contact-form .choices__inner { min-height: 54px; padding: 0.72rem 2.8rem 0.72rem 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--carbon); font-size: 1rem; transition: border-color 180ms ease, background-color 180ms ease; }
.contact-form .choices__list--single { padding: 0.18rem 0; }
.contact-form .choices[data-type*="select-one"]::after { right: 18px; margin-top: -3px; border-width: 5px 5px 0; border-color: var(--ash) transparent transparent; }
.contact-form .choices[data-type*="select-one"].is-open::after { margin-top: -3px; border-width: 0 5px 5px; border-color: transparent transparent var(--chalk); }
.contact-form .choices.is-focused .choices__inner, .contact-form .choices.is-open .choices__inner, .contact-form .choices.is-invalid .choices__inner { border-color: var(--accent); background: #19191c; }
.contact-form .choices.is-open .choices__inner { border-radius: 12px 12px 0 0; }
.contact-form .choices__list--dropdown, .contact-form .choices__list[aria-expanded] { z-index: 20; margin-top: -1px; overflow: hidden; border: 1px solid var(--accent); border-radius: 0 0 12px 12px; background: var(--carbon-soft); color: var(--chalk); box-shadow: 0 18px 42px rgb(0 0 0 / 0.34); }
.contact-form .choices__list--dropdown .choices__item, .contact-form .choices__list[aria-expanded] .choices__item { padding: 0.8rem 1rem; color: var(--chalk); font-size: 0.94rem; }
.contact-form .choices__list--dropdown .choices__item--selectable.is-highlighted, .contact-form .choices__list[aria-expanded] .choices__item--selectable.is-highlighted { background: var(--accent); color: var(--chalk); }
.contact-form .choices__list--dropdown .choices__item--selectable.is-selected:not(.is-highlighted), .contact-form .choices__list[aria-expanded] .choices__item--selectable.is-selected:not(.is-highlighted) { background: #f2f2f2; color: var(--ink); }
.contact-form .choices__list--dropdown .choices__item--disabled, .contact-form .choices__list[aria-expanded] .choices__item--disabled { color: var(--ash); }
.consent-check { display: grid !important; grid-template-columns: auto 1fr; gap: 0.8rem; align-items: start; margin: 1.1rem 0 1.5rem !important; }
.consent-check input { width: 20px; height: 20px; margin: 0.12rem 0 0; accent-color: var(--accent); }
.consent-check span { margin: 0 !important; color: var(--ash) !important; font-weight: 400 !important; line-height: 1.45; }
.contact-form .button { width: 100%; border: 0; cursor: pointer; }
.honeypot { position: absolute; left: -10000px; }
.form-status { padding: 1rem; border-radius: 10px; font-size: 0.9rem; }
.form-status.is-success { border: 1px solid rgb(93 212 146 / 0.5); background: rgb(93 212 146 / 0.1); }
.form-status.is-error { border: 1px solid rgb(225 75 61 / 0.6); background: rgb(225 75 61 / 0.12); }

.inquiry-main { background: var(--chalk); color: var(--ink); }
.inquiry-hero { position: relative; display: flex; min-height: 72svh; align-items: flex-end; overflow: hidden; background: var(--ink); isolation: isolate; }
.inquiry-hero-media { position: absolute; z-index: -2; inset: 0; }
.inquiry-hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(7 7 8 / 0.9), rgb(7 7 8 / 0.5) 68%, rgb(7 7 8 / 0.66)), linear-gradient(0deg, rgb(7 7 8 / 0.85), transparent 68%); content: ""; }
.inquiry-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.035); }
.inquiry-hero-copy { padding-block: clamp(10rem, 17vw, 16rem) clamp(4.5rem, 7vw, 7rem); }
.inquiry-hero h1 { max-width: 13ch; font-size: clamp(4rem, 7vw, 8rem); }
.inquiry-hero p { max-width: 660px; margin: 2rem 0 0; color: #cbc9c3; font-size: clamp(1.05rem, 1.45vw, 1.3rem); }
.inquiry-section { padding-block: clamp(5rem, 9vw, 9rem); background: var(--accent); }
.inquiry-layout { display: grid; grid-template-columns: minmax(270px, 0.68fr) minmax(560px, 1.32fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.inquiry-intro { position: sticky; top: 116px; }
.inquiry-intro h2 { color: var(--ink); font-size: clamp(3.2rem, 5.2vw, 5.8rem); }
.inquiry-intro p { max-width: 480px; margin: 2rem 0; }
.inquiry-intro a { font-weight: 720; }
.guided-form { padding: clamp(2rem, 4vw, 4rem); }
.guided-details { margin: 0.4rem 0 1.6rem; }
.js .inquiry-options:not(.is-active) { display: none; }
.inquiry-options.is-active { animation: inquiry-options-in 280ms cubic-bezier(0.2, 0.74, 0.25, 1) both; }
.inquiry-options fieldset { min-width: 0; margin: 0; padding: 1.6rem 0; border: 0; border-top: 1px solid var(--line); }
.inquiry-options fieldset:last-child { border-bottom: 1px solid var(--line); }
.inquiry-options legend { width: 100%; margin-bottom: 1rem; color: var(--chalk); font-size: 0.88rem; font-weight: 680; }
.guided-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.guided-option { position: relative; margin: 0 !important; cursor: pointer; }
.guided-option input { position: absolute; opacity: 0; pointer-events: none; }
.contact-form label.guided-option > span { display: grid; min-height: 112px; align-content: center; gap: 0.35rem; margin: 0 !important; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--carbon); color: var(--chalk); transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.contact-form .guided-option strong { color: var(--chalk); font-size: 0.92rem; }
.contact-form .guided-option small { color: var(--ash); font-size: 0.76rem; line-height: 1.4; }
.guided-option:hover > span { transform: translateY(-2px); border-color: var(--line-strong); }
.guided-option input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 3px; }
.guided-option input:checked + span { border-color: var(--accent); background: rgb(225 75 61 / 0.15); }
@keyframes inquiry-options-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.site-footer { padding: clamp(3rem, 5vw, 5rem) 0 1.5rem; border-top: 1px solid var(--line); background: var(--ink); }
.footer-statement { display: grid; grid-template-columns: 0.55fr 1.45fr; gap: 3rem; align-items: start; padding-bottom: clamp(2.5rem, 4vw, 4rem); }
.footer-statement p { color: var(--accent); font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.07em; text-transform: uppercase; }
.footer-statement strong { max-width: 820px; font-family: var(--display); font-size: clamp(2.1rem, 3.5vw, 4rem); font-style: normal; font-weight: 700; font-optical-sizing: auto; font-variation-settings: var(--display-settings); letter-spacing: -0.026em; line-height: 0.96; -webkit-font-smoothing: antialiased; }
.footer-directory { display: grid; grid-template-columns: 1.3fr 0.7fr 0.7fr; gap: 3rem; padding: 2rem 0 3rem; border-top: 1px solid var(--line); }
.footer-directory p { color: var(--ash); }
.footer-directory a { display: table; margin-bottom: 0.6rem; font-size: 0.88rem; text-decoration: none; }
.footer-directory a:hover { color: var(--accent); }
.footer-directory hr { width: min(100%, 120px); margin: 1rem 0 1.15rem; border: 0; border-top: 1px solid var(--line); }
.footer-to-top::after { display: inline-block; margin-left: 0.55rem; content: "↑"; transition: transform 180ms ease; }
.footer-to-top:hover::after { transform: translateY(-3px); }
.footer-identity a { color: var(--chalk); font-weight: 650; }
.footer-bottom { display: flex; min-height: 56px; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.footer-wordmark { margin: 0; color: rgb(241 240 236 / 0.48); font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-agency { display: block; width: 46px; opacity: 0.72; transition: opacity 180ms ease, transform 180ms ease; }
.footer-agency:hover { opacity: 1; transform: translateY(-2px); }
.footer-agency img { width: 100%; height: auto; filter: invert(1); }

.legal-main { min-height: 70vh; padding-top: 78px; }
.legal-hero { padding-top: clamp(4rem, 6vw, 6rem); padding-bottom: clamp(3rem, 4.5vw, 4.5rem); border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-size: clamp(3.5rem, 6vw, 6.75rem); overflow-wrap: normal; word-break: normal; hyphens: auto; }
.legal-content { max-width: min(92vw, 920px); padding-block: 5rem 8rem; }
.legal-content h2 { margin-top: 3.4rem; margin-bottom: 1rem; font-family: var(--body); font-size: clamp(1.5rem, 2.4vw, 2.25rem); font-weight: 650; letter-spacing: -0.025em; line-height: 1.15; }
.legal-content p, .legal-content address { color: var(--ash); font-style: normal; }
.legal-content a { color: var(--chalk); }
.notice-box, .configuration-warning { border-left: 3px solid var(--accent); }
.notice-box { padding: 1.2rem 1.4rem; background: var(--carbon); color: var(--chalk) !important; }
.configuration-warning { display: inline-block; margin-top: 0.5rem; padding: 0.5rem 0.75rem; background: rgb(225 75 61 / 0.1); color: var(--chalk); }
.error-main { position: relative; display: grid; min-height: 100svh; overflow: hidden; padding-top: 78px; place-items: center; background: var(--carbon); isolation: isolate; }
.error-main::before { position: absolute; z-index: -2; inset: 0; background: linear-gradient(rgb(7 7 8 / 0.78), rgb(7 7 8 / 0.9)), url("../images/hero-digital-craft.webp") center / cover no-repeat; content: ""; transform: scale(1.035); }
.error-main::after { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 46%, transparent 0, rgb(7 7 8 / 0.18) 52%, rgb(7 7 8 / 0.55) 100%); content: ""; }
.error-content { width: var(--shell); padding-block: clamp(6rem, 12vw, 12rem); text-align: center; }
.error-code { margin-bottom: 1rem; color: var(--accent); font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.08em; }
.error-content h1 { max-width: 12ch; margin-inline: auto; font-size: clamp(3.4rem, 7vw, 7.5rem); }
.error-content > p:not(.error-code) { max-width: 620px; margin: 1.8rem auto 2.2rem; color: var(--ash); font-size: 1.06rem; }

.projects-main { background: var(--chalk); color: var(--ink); }
.projects-hero { position: relative; display: flex; min-height: 82svh; align-items: flex-end; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--ink); isolation: isolate; }
.projects-hero-media { position: absolute; z-index: -2; inset: 0; }
.projects-hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(7 7 8 / 0.9) 0%, rgb(7 7 8 / 0.61) 54%, rgb(7 7 8 / 0.3) 100%), linear-gradient(0deg, rgb(7 7 8 / 0.84) 0%, transparent 58%); content: ""; }
.projects-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; transform: scale(1.025); }
.projects-hero-copy { padding-block: clamp(10rem, 16vw, 15rem) clamp(4rem, 7vw, 7rem); }
.projects-kicker { margin-bottom: 1.2rem; color: var(--accent); font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
.projects-hero h1 { max-width: 1120px; font-size: clamp(4rem, 7.3vw, 8.2rem); }
.projects-hero-copy > p:last-child { max-width: 680px; margin: 2.2rem 0 0; color: #cbc9c3; font-size: clamp(1.05rem, 1.5vw, 1.35rem); }
.projects-gallery { padding-block: clamp(5.5rem, 8vw, 9rem); }
.projects-gallery h2 { max-width: 1050px; color: var(--ink); font-size: clamp(3.2rem, 5.8vw, 6.4rem); }
.project-list { margin-top: clamp(3.5rem, 6vw, 6rem); border-top: 1px solid rgb(11 11 12 / 0.24); }
.project-card { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(290px, 0.82fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; padding-block: clamp(2.5rem, 5vw, 5.5rem); border-bottom: 1px solid rgb(11 11 12 / 0.24); }
.project-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; border-radius: var(--radius); background: #d8d6d0; }
.project-card-media::after { position: absolute; inset: 12px; border-top: 1px dashed rgb(241 240 236 / 0.56); border-right: 1px dashed rgb(241 240 236 / 0.56); border-radius: 7px var(--radius) 0 0; content: ""; pointer-events: none; }
.project-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(0.2, 0.76, 0.24, 1), filter 300ms ease; }
.project-card-portrait .project-card-media img { object-position: center 35%; }
.project-card:nth-child(2) .project-card-media img { object-position: center 56%; }
.project-card-media:hover img { transform: scale(1.025); filter: contrast(1.03); }
.project-card-copy { padding-top: 0; }
.project-card-copy > p { margin-bottom: 0.7rem; color: var(--accent); font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.07em; text-transform: uppercase; }
.project-card-copy h3 { color: var(--ink); font-size: clamp(2rem, 3.4vw, 3.8rem); }
.project-card-copy h3 a { text-decoration: none; transition: color 180ms ease; }
.project-card-copy h3 a::after { display: inline-block; margin-left: 0.35em; color: var(--accent); content: "↗"; font-family: var(--body); font-size: 0.42em; transform: translateY(-0.9em); transition: transform 180ms ease; }
.project-card-copy h3 a:hover { color: var(--accent); }
.project-card-copy h3 a:hover::after { transform: translate(3px, calc(-0.9em - 3px)); }
.project-card-copy > span { display: block; max-width: 620px; margin-top: 1rem; color: #5f5e5a; }

.embroidery-builder { padding-block: clamp(7rem, 11vw, 12rem); background: var(--carbon); color: var(--chalk); }
.embroidery-builder-grid { display: grid; grid-template-columns: minmax(300px, 0.7fr) minmax(520px, 1.3fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.embroidery-builder header { position: sticky; top: 120px; }
.embroidery-builder h2 { font-size: clamp(3.2rem, 5.2vw, 5.8rem); }
.embroidery-builder header > p:last-child { max-width: 540px; margin: 2rem 0 0; color: var(--ash); }
.embroidery-options { position: relative; padding: clamp(1.8rem, 3.5vw, 3.6rem); border: 1px solid var(--line-strong); border-radius: 20px; background: var(--ink); }
.embroidery-options::after { position: absolute; right: 12px; bottom: 12px; width: 62px; height: 62px; border-right: 1px dashed var(--accent); border-bottom: 1px dashed var(--accent); border-radius: 0 0 8px; content: ""; pointer-events: none; }
.embroidery-options fieldset { min-width: 0; margin: 0 0 2.4rem; padding: 0; border: 0; }
.embroidery-options legend { width: 100%; margin-bottom: 1rem; color: var(--chalk); font-size: 0.86rem; font-weight: 680; }
.option-grid { display: grid; gap: 0.7rem; }
.option-grid-size { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.option-grid-detail { grid-template-columns: 1fr; }
.option-grid label { position: relative; cursor: pointer; }
.option-grid input { position: absolute; opacity: 0; pointer-events: none; }
.option-grid label > span { display: flex; min-height: 54px; align-items: center; padding: 0.85rem 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--carbon); color: var(--chalk); transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.option-grid-detail label > span { display: grid; gap: 0.2rem; align-items: start; }
.option-grid label:hover > span { transform: translateY(-2px); border-color: var(--line-strong); }
.option-grid input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 3px; }
.option-grid input:checked + span { border-color: var(--accent); background: rgb(225 75 61 / 0.15); }
.option-grid small { color: var(--ash); font-size: 0.76rem; line-height: 1.4; }
.embroidery-note { max-width: 640px; margin: 0 0 1.5rem; color: var(--ash); font-size: 0.82rem; }
.embroidery-options .button { min-width: 230px; }
.projects-cta { padding-block: clamp(6rem, 10vw, 10rem); background: var(--accent); text-align: center; }
.projects-cta h2 { max-width: 950px; margin-inline: auto; color: var(--ink); font-size: clamp(3.2rem, 6vw, 6.6rem); }
.projects-cta p { max-width: 620px; margin: 1.5rem auto 2rem; color: var(--ink); }

.project-detail-main { padding-top: 78px; background: var(--chalk); color: var(--ink); }
.project-detail-header { padding-block: clamp(4.25rem, 6vw, 6rem) clamp(3.25rem, 4.5vw, 4.5rem); }
.project-back { display: table; margin-bottom: clamp(2.5rem, 4vw, 4rem); color: #5f5e5a; font-size: 0.85rem; text-decoration: none; }
.project-back:hover { color: var(--accent); }
.project-detail-header h1 { max-width: 1280px; color: var(--ink); font-size: clamp(4rem, 7vw, 8rem); }
.project-detail-header > p:last-child { max-width: 760px; margin: 2rem 0 0 auto; color: #5f5e5a; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.project-detail-media { position: relative; overflow: hidden; border-radius: var(--radius); background: #d9d7d1; box-shadow: 0 32px 80px rgb(36 35 32 / 0.14); }
.project-detail-media::after { position: absolute; right: 14px; bottom: 14px; width: 90px; height: 90px; border-right: 1px dashed rgb(241 240 236 / 0.7); border-bottom: 1px dashed rgb(241 240 236 / 0.7); border-radius: 0 0 7px; content: ""; pointer-events: none; }
.project-detail-media img { width: 100%; height: auto; }
.project-detail-media-portrait { width: min(70vw, 980px); }
.project-detail-copy { display: grid; grid-template-columns: minmax(280px, 0.85fr) minmax(420px, 1.15fr); gap: clamp(3rem, 8vw, 9rem); padding-block: clamp(6rem, 10vw, 10rem); }
.project-detail-copy h2 { max-width: 660px; color: var(--ink); font-size: clamp(3rem, 5vw, 5.5rem); }
.project-detail-copy > div:last-child > p { color: #5f5e5a; font-size: 1.06rem; }
.project-detail-copy ul { display: grid; gap: 0; margin: 2rem 0; padding: 0; list-style: none; border-top: 1px solid rgb(11 11 12 / 0.2); }
.project-detail-copy li { padding: 0.9rem 0; border-bottom: 1px solid rgb(11 11 12 / 0.2); font-weight: 620; }
.project-detail-copy .rights-note { font-size: 0.82rem; }
.project-detail-copy .button { margin-top: 1rem; }
.legal-content ul { color: var(--ash); }

/* bisschen bewegung */
.js [data-reveal] { opacity: 0; transform: translateY(38px); transition: opacity 720ms ease, transform 720ms cubic-bezier(0.2, 0.75, 0.25, 1); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .hero-stage { grid-template-columns: minmax(250px, 330px) minmax(0, 1fr); gap: 4vw; }
  .hero-copy h1 { font-size: clamp(3.35rem, 6.8vw, 5.35rem); }
  .maker-card { min-height: 490px; }
  .about-story { grid-template-columns: 0.8fr 1.2fr; gap: 5vw; }
  .software-heading, .work-heading { grid-template-columns: 1fr; }
  .software-heading > p:last-child, .work-heading > p:last-child { margin: 2rem 0 0; }
  .print-capabilities { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
  .contact-shell { grid-template-columns: 0.8fr 1.2fr; gap: 4vw; }
  .inquiry-layout { grid-template-columns: minmax(240px, 0.62fr) minmax(480px, 1.38fr); gap: 4vw; }
  .embroidery-builder-grid { grid-template-columns: minmax(250px, 0.65fr) minmax(470px, 1.35fr); gap: 4vw; }
}

@media (max-width: 820px) {
  :root { --shell: min(90vw, 680px); }
  body { font-size: 16px; }
  .site-header { height: 68px; background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .site-header::before { position: absolute; z-index: 0; inset: 0; background: rgb(11 11 12 / 0.74); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); content: ""; pointer-events: none; }
  .header-inner { position: relative; z-index: 1; }
  .menu-toggle { display: inline-flex; }
  .menu-toggle span { font-size: 0.75rem; }
  .js .site-nav { position: fixed; z-index: 79; top: 67px; right: 0; left: 0; display: grid; padding: 1.1rem 5vw 1.5rem; transform: translateY(-130%); border-bottom: 1px solid var(--line); background: rgb(11 11 12 / 0.58); -webkit-backdrop-filter: blur(24px) saturate(115%); backdrop-filter: blur(24px) saturate(115%); opacity: 0; pointer-events: none; transition: opacity 180ms ease, transform 220ms ease; }
  .js .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 0.6rem 0; }
  .nav-cta { padding: 0.8rem !important; text-align: center; }
  .hero-stage { min-height: 100svh; grid-template-columns: 1fr; align-content: end; gap: 1.2rem; padding-top: 94px; padding-bottom: 36px; }
  .hero-shade { background: linear-gradient(180deg, rgb(7 7 8 / 0.2), rgb(7 7 8 / 0.96) 76%); }
  .maker-card { position: absolute; top: 92px; right: 0; width: min(47vw, 250px); height: 41vh; min-height: 300px; }
  .maker-card-person-frame { top: 10px; right: 6px; bottom: 10px; left: 6px; }
  .maker-card-caption { display: none; }
  .hero-copy { position: relative; z-index: 4; }
  .hero-copy h1 { max-width: 100%; font-size: clamp(3.05rem, 10vw, 4.8rem); }
  .hero-copy > p { max-width: 520px; margin-top: 1.2rem; font-size: 1rem; }
  .hero-actions { margin-top: 1.4rem; }
  .about-heading h2, .software-heading h2, .print-heading h2, .work-heading h2, .commission h2, .contact-intro h2 { font-size: clamp(3rem, 10.8vw, 5.05rem); }
  .about-story { grid-template-columns: 1fr; margin-top: 4rem; }
  .about-copy { padding-top: 0; }
  .about-visual { grid-column: 1; grid-row: auto; padding-bottom: 0; }
  .about-facts { position: relative; right: auto; bottom: auto; left: auto; margin: -2.3rem 1rem 0; }
  .software-stage { min-height: 520px; height: 72vh; }
  .software-state { right: 1.2rem; bottom: 1.2rem; left: 1.2rem; width: auto; }
  .service-list article { grid-template-columns: 1fr; gap: 0.8rem; }
  .print-capabilities { grid-template-columns: 1fr; gap: 0; }
  .print-capabilities article { margin-top: 0; padding-block: 1.4rem; border-top: 1px solid rgb(11 11 12 / 0.24); }
  .work-carousel-scene { --carousel-fade: 20px; height: clamp(560px, 92vw, 720px); }
  .work-slide-landscape, .work-slide-video, .work-slide-four-three { width: min(78vw, 650px); }
  .work-slide-portrait, .work-slide-editorial-portrait { width: min(50vw, 430px); }
  .work-slide.is-prev { transform: translate(-50%, -50%) translateX(-58%) translateZ(-190px) rotateY(15deg) scale(0.72); }
  .work-slide.is-next { transform: translate(-50%, -50%) translateX(58%) translateZ(-190px) rotateY(-15deg) scale(0.72); }
  .commission-pin { min-height: 620px; padding-block: 82px 18px; }
  .commission h2 { font-size: clamp(2.35rem, 7vw, 3.6rem); }
  .commission-process { min-height: 0; margin-top: 1rem; }
  .commission-thread-map-desktop { display: none; }
  .commission-thread-map-mobile { display: block; width: 92px; }
  .commission-steps { grid-template-columns: 1fr; grid-template-rows: repeat(3, minmax(0, 1fr)); padding-left: clamp(5.8rem, 17vw, 8rem); }
  .commission-steps article, .commission-steps article:nth-child(1), .commission-steps article:nth-child(2), .commission-steps article:nth-child(3) { grid-column: 1; align-self: center; margin: 0; padding: 0.55rem 0; background: linear-gradient(90deg, var(--ink) 80%, transparent); }
  .commission-steps article:nth-child(3) { background: transparent; }
  .commission-steps article::before { top: 0.1rem; left: 0; width: 32px; }
  .commission-steps h3 { font-size: clamp(1.65rem, 6.5vw, 2.4rem); }
  .commission-steps p { margin-top: 0.6rem; font-size: 0.9rem; line-height: 1.42; }
  .commission-steps article:nth-child(1) { grid-row: 1; }
  .commission-steps article:nth-child(2) { grid-row: 2; }
  .commission-steps article:nth-child(3) { grid-row: 3; }
  .contact-shell { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .inquiry-layout { grid-template-columns: 1fr; }
  .inquiry-intro { position: static; }
  .footer-statement { grid-template-columns: 1fr; gap: 1rem; }
  .footer-directory { grid-template-columns: 1fr 1fr; }
  .footer-identity { grid-column: 1 / -1; }
  .project-detail-main { padding-top: 68px; }
  .projects-hero { min-height: 72svh; }
  .project-card { grid-template-columns: minmax(0, 1.08fr) minmax(270px, 0.92fr); gap: clamp(2rem, 4vw, 4rem); }
  .embroidery-builder-grid, .project-detail-copy { grid-template-columns: 1fr; }
  .embroidery-builder header { position: static; }
  .project-detail-media-portrait { width: var(--shell); }
}

@media (max-width: 520px) {
  :root { --shell: 91vw; }
  .brand-wordmark { font-size: 1.12rem; }
  .menu-toggle span { display: none; }
  .hero-stage { padding-bottom: 24px; }
  .maker-card { top: clamp(82px, calc(60svh - 325px), 164px); right: auto; left: 0; width: 45vw; height: 34vh; min-height: 250px; border-radius: 15px; }
  .maker-card::before { top: 8px; left: 8px; border-radius: 7px 0 0; }
  .maker-card::after { right: 8px; bottom: 8px; border-radius: 0 0 7px; }
  .hero-copy h1 { max-width: 100%; font-size: clamp(2.55rem, 10.9vw, 3.65rem); }
  .hero-copy > p { max-width: 35ch; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-height: 48px; padding: 0.75rem; font-size: 0.82rem; }
  .about, .print, .work { padding-block: 6rem; }
  .commission { padding-block: 0; }
  .software { padding-block: 6rem; }
  .about-heading h2, .software-heading h2, .print-heading h2, .work-heading h2, .commission h2, .contact-intro h2 { font-size: clamp(2.65rem, 11.8vw, 4rem); }
  .commission h2 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .about-visual figcaption { display: none; }
  .about-facts { grid-template-columns: 1fr; gap: 0.9rem; margin: -4rem 0.6rem 0; }
  .about-facts div { min-height: 0; }
  .software-stage { height: 64vh; min-height: 470px; border-radius: 14px; }
  .software-state { padding: 1.3rem; }
  .software-state strong { font-size: 3.2rem; }
  .print-stage img { min-height: 610px; aspect-ratio: auto; object-position: 58% center; }
  .print-layer-window { top: 1rem; right: 1rem; width: 118px; padding: 0.8rem; }
  .print-statement { right: 1rem; bottom: 1rem; left: 1rem; width: auto; }
  .print-statement strong { font-size: 2.4rem; }
  .work-carousel { margin-top: 3.5rem; padding: 0; }
  .work-carousel::before, .work-carousel::after { width: 60px; height: 60px; }
  .work-carousel-scene { height: auto; overflow: visible; -webkit-mask-image: none; mask-image: none; }
  .work-carousel-track { position: relative; min-height: 0; transform-style: flat; }
  .work-slide, .work-slide.is-prev, .work-slide.is-next, .work-slide.is-back { display: none; }
  .work-slide.is-active { position: relative; top: auto; left: auto; display: block; width: 100%; transform: none; opacity: 1; }
  .work-slide figcaption { display: block; padding-inline: 0.2rem; }
  .work-slide figcaption strong { display: block; margin-top: 0.65rem; text-align: left; }
  .work-carousel-controls { position: relative; right: auto; bottom: auto; justify-content: flex-end; margin-top: 1.1rem; padding: 0 0.5rem 0.5rem; }
  .work-projects-link { position: relative; bottom: auto; left: auto; display: table; margin: 1.1rem 0.5rem 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 1.75rem 1.35rem 1.55rem; border-radius: 14px; }
  .contact-form::before, .contact-form::after { width: 28px; height: 28px; opacity: 0.62; }
  .contact-form::before { top: 12px; left: 12px; border-radius: 4px 0 0; }
  .contact-form::after { right: 12px; bottom: 12px; border-radius: 0 0 4px; }
  .contact-form > label, .form-row label, .form-field { margin-bottom: 1.25rem; }
  .inquiry-hero { min-height: 68svh; }
  .inquiry-hero-copy { padding-block: 9rem 4rem; }
  .inquiry-hero h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .inquiry-section { padding-block: 4.5rem; }
  .guided-form { padding: 1.9rem 1.35rem 1.55rem; }
  .guided-option-grid { grid-template-columns: 1fr; }
  .contact-form label.guided-option > span { min-height: 0; }
  .footer-directory { gap: 2rem; }
  .footer-bottom { align-items: flex-end; }
  .footer-agency { width: 42px; }
  .legal-hero h1 { font-size: clamp(2.65rem, 11.5vw, 4.1rem); }
  .projects-hero h1, .project-detail-header h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .projects-hero-copy > p:last-child, .project-detail-header > p:last-child { margin-left: 0; }
  .projects-gallery h2, .embroidery-builder h2, .project-detail-copy h2, .projects-cta h2 { font-size: clamp(2.7rem, 12vw, 4.2rem); }
  .projects-hero { min-height: 78svh; }
  .projects-hero-copy { padding-top: 9rem; }
  .projects-hero-media img { object-position: 58% center; }
  .project-list { margin-top: 3rem; }
  .project-card { grid-template-columns: 1fr; gap: 1.4rem; padding-block: 2.5rem; }
  .project-card-copy > span { margin-top: 0.75rem; }
  .project-card-media { border-radius: 14px; }
  .embroidery-options { padding: 1.5rem 1.2rem; border-radius: 14px; }
  .option-grid-size { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .embroidery-options .button { width: 100%; min-width: 0; }
  .project-detail-header { padding-top: 3.5rem; }
  .project-back { margin-bottom: 2.75rem; }
  .project-detail-copy { gap: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .hero-media-layer { transform: none; }
  .hero.is-visible .hero-media-layer > img, .hero.is-visible .hero-media-layer picture img { animation: none; transform: scale(1.04); }
  .print-layer-window span { animation: none; transform: scaleX(1); opacity: 0.8; }
  .commission-path-reveal { transition: none; stroke-dashoffset: 0; }
  .commission-path-base { animation: none; }
  .commission-steps article { animation: none; opacity: 1; transform: none; }
  .commission-pin { min-height: 0; height: auto; padding-block: 5rem; }
  .commission-process { min-height: 620px; }
  .commission-thread-marker { display: none; }
}
