/* ==============================================
   Timestream Child — Logo & Branding Styles
   ============================================== */

/* Logo link — no underline, flex row */
.ii-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  line-height: 1;
}

/* SVG icon */
.ii-logo-svg {
  width: 2.5rem;
  height: auto;
  flex-shrink: 0;
  fill: currentColor;
}

/* Text wrapper beside the icon */
.ii-branding {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Site name — two lines, bold */
.ii-name {
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

/* Tagline */
.ii-tagline {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.65;
}

/* ==============================================
   Footer nav spacing
   ============================================== */
.wp-block-group.alignfull .wp-block-navigation__container {
  gap: 1.5rem;
}