.d-shell-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--d-white);
  border-bottom: 1px solid var(--d-gray-300);
}

.d-shell-nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--d-space-6);
}

.d-shell-brand {
  text-decoration: none;
  letter-spacing: 0.04em;
  font-weight: 800;
  font-size: 20px;
}

.d-shell-links {
  display: flex;
  align-items: center;
  gap: var(--d-space-6);
}

.d-shell-links a {
  text-decoration: none;
  color: #555;
  font-size: 13px;
}

.d-shell-links a:hover,
.d-shell-links a[data-active="1"] {
  color: var(--d-black);
}

.d-shell-main {
  width: 100%;
}

.d-shell-footer {
  margin-top: var(--d-space-12);
  border-top: 1px solid var(--d-gray-300);
}

.d-shell-footer-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--d-space-4);
  color: #666;
  font-size: 13px;
}

@media (max-width: 809.98px) {
  .d-shell-nav {
    min-height: 64px;
  }

  .d-shell-links {
    gap: var(--d-space-4);
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

/* Product section spacing fixes (Framer export overrides) */
.dcf-Y1vbG.dcf-3wk8zs {
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
}

.dcf-8qH2F .dcf-2on668 {
  padding-bottom: 24px !important;
}

.dcf-Y0PIT .dcf-shlmw8,
.dcf-Y0PIT .dcf-tcrjfq {
  padding-bottom: 24px !important;
}
