:root {
  --dbk-shell-width: min(100% - 3rem, 1400px);
  --dbk-nav-height: 5rem;
  --dbk-line: rgba(255, 255, 255, 0.1);
  --dbk-muted: rgba(255, 255, 255, 0.58);
}

.dbk-shell {
  width: var(--dbk-shell-width);
  margin: 0 auto;
}

.dbk-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.26));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.dbk-nav {
  position: relative;
  z-index: 2;
  display: block;
  height: auto;
  padding: 0;
  border-bottom: 0;
}

.dbk-nav-inner {
  min-height: var(--dbk-nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.dbk-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.dbk-logo,
.dbk-footer-logo {
  display: block;
  width: auto;
  height: 42px;
  object-fit: contain;
}

.dbk-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  min-width: 0;
}

.dbk-nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1.25rem;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.dbk-nav-link:hover,
.dbk-nav-link.is-active {
  color: #fff;
}

.dbk-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.dbk-nav-link:hover::after,
.dbk-nav-link.is-active::after {
  transform: scaleX(1);
}

.dbk-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.dbk-nav-primary,
.dbk-mobile-actions a {
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #fff;
  padding: 0 1.5rem;
  color: #000;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.dbk-nav-primary:hover,
.dbk-mobile-actions a:hover {
  background: rgba(255, 255, 255, 0.9);
}

.dbk-menu-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.dbk-menu-toggle:focus-visible,
.dbk-nav-link:focus-visible,
.dbk-nav-primary:focus-visible,
.dbk-mobile-menu a:focus-visible,
.dbk-footer-links a:focus-visible,
.dbk-footer-socials a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 4px;
}

.dbk-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1;
  min-height: 100svh;
  display: grid;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgba(236, 168, 214, 0.1), transparent 28%),
    #030303;
  transition: opacity 0.25s ease;
}

.dbk-mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.dbk-mobile-menu-inner {
  width: min(100% - 3rem, 1400px);
  margin: 0 auto;
  padding: 6rem 0 2rem;
  display: grid;
  gap: 2rem;
}

.dbk-mobile-links {
  display: grid;
  gap: 1rem;
}

.dbk-mobile-links a {
  color: #fff;
  font-size: clamp(2.4rem, 12vw, 4.8rem);
  line-height: 0.95;
}

.dbk-mobile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dbk-mobile-actions a {
  min-height: 3.25rem;
}

body.dbk-mobile-menu-open {
  overflow: hidden;
}

.dbk-site-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background: #000;
  border-top: 1px solid var(--dbk-line);
}

.dbk-footer-art {
  position: relative;
  height: clamp(15rem, 28vw, 26rem);
  overflow: hidden;
}

.dbk-footer-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.86;
}

.dbk-footer-art::before,
.dbk-footer-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dbk-footer-art::before {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 44%, #000 100%);
}

.dbk-footer-art::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent 48%, rgba(0, 0, 0, 0.5));
}

.dbk-footer-main {
  padding: clamp(3rem, 6vw, 5rem) 0 0;
}

.dbk-footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 2fr) repeat(4, minmax(130px, 1fr));
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.dbk-footer-logo {
  height: 46px;
}

.dbk-footer-copy {
  max-width: 22rem;
  margin: 1.2rem 0 1.6rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.95rem;
  line-height: 1.65;
}

.dbk-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.9rem;
}

.dbk-footer-title {
  margin: 0 0 1.1rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}

.dbk-footer-links {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dbk-footer-links a,
.dbk-footer-socials a {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.dbk-footer-links a:hover,
.dbk-footer-socials a:hover {
  color: #fff;
}

.dbk-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 4.5rem);
  padding: 1.6rem 0;
  border-top: 1px solid var(--dbk-line);
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.88rem;
}

.dbk-footer-bottom p {
  margin: 0;
}

@media (max-width: 1180px) {
  .dbk-desktop-nav {
    gap: 1.5rem;
  }
}

@media (max-width: 1040px) {
  .dbk-desktop-nav,
  .dbk-nav-actions {
    display: none;
  }

  .dbk-menu-toggle {
    display: inline-flex;
  }

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

  .dbk-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  :root {
    --dbk-shell-width: min(100% - 2rem, 1400px);
  }

  .dbk-mobile-menu-inner {
    width: min(100% - 2rem, 1400px);
  }

  .dbk-mobile-links a {
    font-size: clamp(2.2rem, 13vw, 3.7rem);
  }

  .dbk-mobile-actions {
    display: grid;
  }

  .dbk-footer-grid {
    grid-template-columns: 1fr;
  }
}
