
/*
Theme Name: Blocksy Grocery Style Child
Template: blocksy
Version: 1.0
*/

/* === Skip-Link === */
.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1000;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 10px;
  padding: 10px;
  background: #000;
  color: #fff;
}

/* === Schräger Hintergrund wie bei Grocery === */
header.site-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background: var(--c-primary, #000080);
  transform-origin: bottom left;
  transform: skew(-30deg, 0);
  z-index: -1;
}
header.site-header {
  position: relative;
  overflow: hidden;
}

/* Grocery-Look: Branding Bereich */
.site-header .ct-logo-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
}

.site-header .ct-logo-container img {
  max-width: 150px;
  height: auto;
}

.site-header .ct-logo-container .site-description {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}

/* Grocery-Look: Navigation */
.site-header .ct-header-navigation {
  display: flex;
  gap: 30px;
}

.site-header .ct-header-navigation a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.site-header .ct-header-navigation a:hover,
.site-header .ct-header-navigation a:focus {
  text-decoration: underline;
}

/* Responsiv: Blocksy regelt das Offcanvas, Fokus-Styles hier sicherstellen */
