@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;600;700;800&family=Open+Sans&family=Roboto&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Using Manrope from Google Fonts as the primary site font. */
* {
  font-family: "Manrope", "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", "Open Sans", sans-serif;
}

p,
td,
th,
li,
dd {
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  line-height: 0.9;
  margin: 0;
}

h1 {
  padding-bottom: 0.2rem;
}

h2 {
  padding: 0.5rem 0;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 18px;
}

img {
  max-width: 100%;
}

html {
  font-size: 100%;
}

p {
  font-size: 0.9rem;
}

.about p {
  font-size: 1.4rem;
}

code {
  font-size: 0.7rem;
}

.footer {
  font-size: 0.7rem;
}

.social a {
  font-size: 0.9rem;
}

.nav a {
  font-size: 1rem;
}

.sub a {
  font-size: 0.75rem;
}

code {
  padding: 0.1rem;
}

@media (max-width: 900px) {
  .social a {
    font-size: 1rem;
  }
  .about p {
    font-size: 1.2rem;
  }
}
/* Removed ultrawide typography overrides to keep scaling consistent */
body {
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #111;
}

code {
  background-color: #e8e6e6;
}

.header {
  background-color: #ffffff;
}

.social a {
  color: #111;
}

.commissions-picture {
  background-color: #ffffff;
}

.commission-artist-title a {
  color: #111;
}

.social {
  color: #111;
}

picture {
  background-color: #f0f0f0;
}

.discography-loading-overlay {
  background-color: #b3b3b3;
}

.loading-overlay {
  background-color: #e8e8e8;
}

.nav a,
.nav-toggle {
  color: #111;
}

@media (max-width: 900px) {
  .footer {
    background-color: #ffffff;
  }
}
/* Dark mode */
html[data-theme=dark] {
  color-scheme: dark;
  background-color: #1a1a1a;
}

html[data-theme=dark] body {
  background-color: #1a1a1a;
  color: #f0f0f0;
}

html[data-theme=dark] .main {
  background-color: #1a1a1a;
}

html[data-theme=dark] .content {
  background-color: #1a1a1a;
  color: #f0f0f0;
}

html[data-theme=dark] h1,
html[data-theme=dark] h2,
html[data-theme=dark] h3,
html[data-theme=dark] h4,
html[data-theme=dark] h5,
html[data-theme=dark] h6,
html[data-theme=dark] p {
  color: #f0f0f0;
}

html[data-theme=dark] code {
  background-color: #2a2a2a;
  color: #f0f0f0;
}

html[data-theme=dark] .header {
  background-color: #1a1a1a;
}

html[data-theme=dark] .social a {
  color: #f0f0f0;
}

html[data-theme=dark] .commissions-picture {
  background-color: #1a1a1a;
}

html[data-theme=dark] .commission-artist-title a {
  color: #f0f0f0;
}

html[data-theme=dark] .social {
  color: #f0f0f0;
}

html[data-theme=dark] picture {
  background-color: transparent;
}

html[data-theme=dark] .discography-loading-overlay {
  background-color: #444444;
}

html[data-theme=dark] .loading-overlay {
  background-color: #2a2a2a;
}

html[data-theme=dark] .nav a,
html[data-theme=dark] .nav-toggle {
  color: #f0f0f0;
}

html[data-theme=dark] .footer {
  background-color: #1a1a1a;
  border-top-color: #333333;
}

html[data-theme=dark] .section-heading {
  color: #aaaaaa;
}

html[data-theme=dark] .card-meta {
  background-color: #2a2a2a;
}

html[data-theme=dark] .card-title {
  color: #aaaaaa;
}

html[data-theme=dark] .card-type {
  color: #aaaaaa;
}

html[data-theme=dark] .rights a {
  color: #f0f0f0;
}

html[data-theme=dark] a {
  color: #b3b3f0;
}

html[data-theme=dark] .overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

html[data-theme=dark] .theme-toggle__simple {
  color: #aaaaaa;
}

html[data-theme=dark] .back-link {
  color: #8e8e8e;
}

html[data-theme=dark] .contact-links a {
  color: #8e8e8e;
}

html[data-theme=dark] .email-copy {
  color: #8e8e8e;
}

html[data-theme=dark] .overview-cta-text {
  color: #aaaaaa;
}

html[data-theme=dark] .overview-cta-btn {
  background-color: #e0e0e0;
  color: #1a1a1a;
}

html[data-theme=dark] .gallery-card {
  background-color: transparent;
}

/* Header */
.header {
  width: 100%;
  height: 3rem;
  background-color: #ffffff;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  flex-shrink: 0;
}

.nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding: 0 1rem;
  height: 3rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

#nav {
  height: 100%;
}

.nav ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: center;
}

.nav-item {
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  text-transform: none;
}

.nav a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}

.nav a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.nav ul li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.active a {
  opacity: 1;
  text-decoration: none;
}

.nav ul li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #666666;
  border-radius: 1px;
}

.nav-collapse-btn {
  display: none;
}

.highlight-dropdown {
  display: none;
}

.sub {
  display: none;
}

.theme-toggle {
  --theme-toggle__simple--duration: 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0.5rem;
  color: #666666;
  font-size: 1.2em;
  transition: opacity 0.2s ease;
  position: relative;
}

.theme-toggle:hover {
  opacity: 0.6;
}

.theme-toggle-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.theme-toggle__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-toggle__simple :first-child path {
  transition-property: transform, d;
  transition-duration: calc(var(--theme-toggle__simple--duration));
  transition-timing-function: cubic-bezier(0, 0, 0.15, 1.25);
}

.theme-toggle--toggled .theme-toggle__simple :first-child path {
  d: path("M-18-1h55v37h-55zm32 12a1 1 0 0025 0 1 1 0 00-25 0");
}

@supports not (d: path("")) {
  .theme-toggle--toggled .theme-toggle__simple :first-child path {
    transform: translate3d(-19px, 5px, 0);
  }
}
@media (max-width: 768px) {
  .theme-toggle {
    margin-left: auto;
    font-size: 1rem;
    padding: 0.3rem;
  }
  .nav-item {
    font-size: 1rem;
  }
}
/* Footer */
.footer {
  width: 100%;
  min-height: 3rem;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  margin-top: 3rem;
  flex-shrink: 0;
}

.social a {
  text-decoration: none;
}

.social a {
  padding-right: 0.7rem;
  padding-bottom: 0.4rem;
}

.rights {
  padding: 0;
  letter-spacing: 0.06rem;
  font-size: 0.48rem;
  line-height: 1rem;
}

.rights p {
  margin: 0;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  align-items: center;
}

.rights a {
  color: inherit;
  opacity: 0.82;
}

.rights a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .footer {
    display: flex;
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
/* Removed ultrawide footer override */
.section-heading {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
  text-transform: none;
  color: #666666;
  margin: 0 0 1.5rem 0;
  padding: 0;
  position: relative;
  z-index: 0;
  line-height: 1.3;
}

.section-heading.gallery-heading {
  padding-top: 2rem;
  margin-top: 1.5rem;
  position: relative;
  overflow-x: clip;
}

.section-heading.gallery-heading::before {
  display: none;
}

.hero-image {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 1rem;
  background-color: transparent;
  isolation: isolate;
  contain: paint;
}

.hero-image .gallery-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.hero-image picture {
  display: block;
  width: 100%;
}

.hero-image:hover .gallery-image {
  filter: opacity(0.92);
}

.hero-image:hover .card-meta {
  opacity: 1;
  transform: translateY(0);
}

.gallery-container {
  column-count: 3;
  column-gap: 0.6rem;
  row-gap: 0.6rem;
  line-height: 2rem;
}

.gallery-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.gallery-card {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  background-color: transparent;
  isolation: isolate;
  contain: paint;
}
.gallery-card picture {
  display: block;
  width: 100%;
}

.gallery-image {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease, filter 0.28s ease;
  border-radius: 12px;
  backface-visibility: hidden;
}

.gallery-card:hover .gallery-image {
  filter: opacity(0.92);
}

.card-meta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  min-height: 3rem;
  padding: 0.55rem 0.7rem;
  background-color: #f7f7f7;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  z-index: 2;
  background-clip: padding-box;
}

.gallery-card:hover .card-meta {
  opacity: 1;
  transform: translateY(0);
}

.card-title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-type {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  text-transform: none;
  color: #666666;
  white-space: nowrap;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  animation: skeleton-breathe 1.8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.loading-overlay.is-hidden {
  animation: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

@keyframes skeleton-breathe {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.gallery-image {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.gallery-image.loaded {
  opacity: 1;
}

.overview-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 3rem 1rem 1rem;
  text-align: center;
}

.overview-cta-text {
  font-size: 1.1rem;
  font-weight: 500;
  color: #666666;
  margin: 0;
}

.overview-cta-btn {
  display: inline-block;
  padding: 0.7rem 2rem;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  color: #ffffff;
  background-color: #333333;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.15s ease;
}
.overview-cta-btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .gallery-container {
    padding-bottom: 5rem;
    column-count: 2;
    column-gap: 0.4rem;
    row-gap: 0.4rem;
    line-height: 1rem;
  }
  .gallery-card {
    border-radius: 10px;
    margin-bottom: 0.4rem;
  }
  .card-title {
    font-size: 0.8rem;
  }
  .card-type {
    font-size: 0.62rem;
  }
}
@media (max-width: 480px) {
  .gallery-container {
    column-count: 1;
    column-gap: 0;
  }
  .gallery-card {
    margin-bottom: 0.5rem;
  }
}
img,
embed,
object,
video {
  max-width: 100%;
}

.commissions-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 0.4rem;
  column-gap: 0.4rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.back {
  transition: transform 0.3s ease;
  font-size: 1.4rem;
}

.back:hover {
  transform: scale(1.1);
}

.commissions-item {
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.commissions-item:hover {
  transform: scale(1.02);
}

.commission-artist-title a {
  font-size: 1rem;
}

.commissions-picture {
  height: auto;
  line-height: 0;
  border-radius: 3px;
  width: auto;
}

.commission-name {
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .commissions-container {
    grid-template-columns: 1fr 1fr;
  }
  .commissions-item:hover {
    transform: none;
  }
  .back:hover {
    transform: none;
  }
  .commissions-container {
    padding-bottom: 5rem;
  }
}
/* Removed ultrawide commissions override */
.singles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-template-rows: auto;
  row-gap: 0.4rem;
  column-gap: 0.4rem;
  padding-top: 0.5rem;
}

.eps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  grid-template-rows: auto;
  row-gap: 0.4rem;
  column-gap: 0.4rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.embedd-ep {
  width: 100%;
  padding-top: 75%;
}

.embedd-single {
  width: 100%;
  padding-top: 40%;
}

.embedd-single,
.embedd-ep {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: auto;
  border-radius: 12px;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.discography-h2 {
  padding-top: 1rem;
}

.discography-header,
.discography-header-list {
  display: flex;
  flex-direction: row;
}

.discography-header-list li {
  list-style-type: none;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.discography-header-list li a {
  padding: 0 0.3rem;
}

.discography-header h2 {
  font-size: 1.5rem;
}

.singles,
.eps {
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(15px);
}

.discography-header-list li a:hover {
  text-decoration: underline;
}

.discography-container {
  display: flex;
  flex-direction: column;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

.discography-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 200% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-gif {
  background-image: url("../../../assets/img/loading.gif");
  width: 130px;
  height: 75px;
  background-size: cover;
}

@media (max-width: 900px) {
  .singles {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
  .eps {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    padding-bottom: 5rem;
  }
  .discography-container {
    padding-bottom: 2rem;
  }
}
@media (max-width: 450px) {
  .embedd-ep {
    padding-top: 40%;
  }
  .embedd-single {
    padding-top: 40%;
  }
}
@media (max-width: 400px) {
  .embedd-ep {
    padding-top: 30%;
  }
  .embedd-single {
    padding-top: 30%;
  }
}
@media (max-width: 365px) {
  .singles {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
  .eps {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    padding-bottom: 5rem;
  }
  .embedd-ep {
    padding-top: 25%;
  }
  .embedd-single {
    padding-top: 25%;
  }
}
/* normalize.css is included via @use above */
body,
html {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

* {
  box-sizing: border-box;
  border: 0 none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.main {
  flex: 1;
  overflow-y: auto;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.main > .content {
  flex: 1 0 auto;
}

.content {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 2rem 1rem;
  width: 100%;
}

.content.overview {
  padding: 2rem 1rem;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.content p {
  max-width: 90%;
  padding: 0.3rem 0;
}

.main {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}

.main.fade-in {
  opacity: 1;
}

.commission-banner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.4rem 1rem;
  width: fit-content;
  background-color: #f7f7f7;
  border-radius: 10px;
  font-size: 1rem;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .commission-banner {
    display: none;
  }
}
.commission-banner a {
  color: inherit;
  text-decoration: none;
}

[data-theme=dark] .commission-banner {
  background-color: #2a2a2a;
  color: #ffffff;
}

.commission-banner-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4caf50;
  flex-shrink: 0;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.contact-box {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

[data-theme=dark] .contact-box {
  background-color: #2a2a2a;
}

.variant-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 15;
}

picture:hover .variant-nav {
  opacity: 1;
}

.variant-btn {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.variant-btn:hover {
  background: rgb(255, 255, 255);
  transform: scale(1.1);
}
.variant-btn:active {
  transform: scale(0.95);
}

.arrow-icon {
  display: block;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .content p {
    max-width: 100%;
  }
  .content {
    padding: 1.5rem 0.8rem;
    margin: 0 0.5rem;
  }
  .content.overview {
    padding: 1.5rem 0.8rem;
  }
  .about {
    padding-bottom: 10rem;
  }
}
.contact-simple {
  min-height: calc(100vh - 6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.contact-content {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: center;
}

.email-copy {
  position: relative;
  background: none;
  border: none;
  padding: 0;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -0.01rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-align: center;
  width: auto;
}

.email-copy:hover {
  opacity: 0.7;
}

.email-copy-hint {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  text-transform: lowercase;
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  padding: 0.35rem 0.7rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.email-copy:hover .email-copy-hint {
  opacity: 1;
}

.contact-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}

.contact-link-tag {
  display: inline-block;
  font-size: 0.88rem;
  padding: 0.35rem 0.9rem;
  border-radius: 8px;
  background-color: #f7f7f7;
  color: #666666;
  text-transform: lowercase;
  letter-spacing: 0.05rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
  flex: 1 1 auto;
  text-align: center;
}

.contact-link-tag:hover {
  opacity: 0.6;
}

[data-theme=dark] .contact-link-tag {
  background-color: #2a2a2a;
  color: #cccccc;
}

.impressum-content {
  max-width: 760px;
  padding-right: 1.2rem;
}

.impressum-content h2 {
  margin-bottom: 0.8rem;
}

.impressum-content p {
  max-width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  html,
  *,
  *::before,
  *::after {
    cursor: none !important;
  }
  .custom-cursor {
    position: fixed;
    top: var(--cursor-y, 0);
    left: var(--cursor-x, 0);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ffffff;
    mix-blend-mode: difference;
    transition: background-color 120ms cubic-bezier(0.4, 0, 0.2, 1), width 150ms cubic-bezier(0.34, 1.56, 0.64, 1), height 150ms cubic-bezier(0.34, 1.56, 0.64, 1), opacity 120ms ease, transform 150ms cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
    transform: translate(-50%, -50%) scale(1);
    z-index: 2147483647 !important;
    will-change: transform, top, left;
    isolation: isolate;
  }
  .custom-cursor.active {
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%) scale(1.05);
  }
  .custom-cursor.clicked {
    transform: translate(-50%, -50%) scale(1.4);
  }
}
/* ============================================
   Gallery links (overview page)
   ============================================ */
.gallery-link {
  display: contents; /* keeps grid layout intact */
  text-decoration: none;
  color: inherit;
}

/* ============================================
   Project page
   ============================================ */
.project-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
  min-height: calc(100vh - 6rem);
}

.back-link {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.back-link:hover {
  opacity: 1;
}

.project-title {
  font-size: 2.2rem;
  margin: 0 0 1.2rem;
}

/* Info page hero logo */
.info-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 430px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 2.5rem;
  background-color: #ffffff;
}

.info-hero-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

[data-theme=dark] .info-hero {
  background-color: #1a1a1a;
}

[data-theme=dark] .info-hero-img {
  filter: invert(1);
}

/* ---------- Smart panels ---------- */
.project-panels {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}

.project-panel {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 1rem 1.4rem;
}

[data-theme=dark] .project-panel {
  background-color: #2a2a2a;
  color: #e0e0e0;
}

.project-panel--info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 2rem;
}

.project-panel-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.project-panel-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.55;
  color: inherit;
}

.project-panel-value {
  font-size: 0.95rem;
  color: inherit;
}

.project-panel-text {
  font-size: 0.95rem;
  margin: 0.25rem 0 0;
  color: inherit;
  line-height: 1.55;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.project-page p {
  max-width: 100%;
}

.project-tools-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.25rem;
}

.project-tool-tag {
  display: inline-block;
  font-size: 0.82rem;
  padding: 0.25rem 0.7rem;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.07);
  color: inherit;
}

[data-theme=dark] .project-tool-tag {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ---------- Image viewer ---------- */
.project-viewer {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.65rem;
}

.project-viewer-image {
  width: 100%;
  display: block;
  object-fit: cover;
}

.project-viewer-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5rem;
  border: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.6rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
  display: flex;
  align-items: center;
}
.project-viewer-arrow--left {
  left: 0;
  justify-content: flex-start;
  padding-left: 0.8rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
}
.project-viewer-arrow--right {
  right: 0;
  justify-content: flex-end;
  padding-right: 0.8rem;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
}

.project-viewer:hover .project-viewer-arrow {
  opacity: 1;
}

.project-viewer-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.6rem 0.8rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s;
}

.project-viewer:hover .project-viewer-thumbs {
  opacity: 1;
}

.project-viewer-thumb {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.65;
  transition: opacity 0.2s, outline 0.2s;
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.project-viewer-thumb:hover {
  opacity: 0.9;
}
.project-viewer-thumb.active {
  opacity: 1;
  outline-color: #fff;
}

.viewer-caption {
  margin-top: 0.65rem;
  margin-bottom: 1.5rem;
}

/* ---------- Gallery grid ---------- */
.project-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 0.65rem;
}

.project-gallery-cell {
  border-radius: 10px;
  overflow: hidden;
}
.project-gallery-cell.gallery-wide {
  grid-column: 1/-1;
}

.project-gallery-img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.project-gallery-note {
  grid-column: 1/-1;
  padding: 1.2rem 1.6rem;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.project-gallery-note p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: inherit;
  max-width: 100%;
}

[data-theme=dark] .project-gallery-note {
  background-color: #2a2a2a;
  color: #e0e0e0;
}

@media (max-width: 600px) {
  .project-gallery {
    grid-template-columns: 1fr;
  }
}
/* ---------- Section headings & grids ---------- */
.project-section-heading {
  font-size: 1rem;
  font-weight: 500;
  margin: 0.65rem 0;
  padding: 0.8rem 1.4rem;
  background-color: #f7f7f7;
  border-radius: 10px;
  color: inherit;
}

[data-theme=dark] .project-section-heading {
  background-color: #2a2a2a;
  color: #e0e0e0;
}

.project-extra-images,
.project-workflow {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

.project-extra-image,
.project-workflow-image {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

@media (max-width: 600px) {
  .project-page {
    padding: 1rem 1rem 3rem;
  }
  .project-title {
    font-size: 1.6rem;
  }
  .project-panel--info {
    flex-direction: column;
    gap: 0.6rem;
  }
  .project-viewer-thumb {
    width: 40px;
    height: 40px;
  }
  .project-viewer-arrow {
    width: 3rem;
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=style.css.map */
