/* Page-specific helpers — about, work, clients, contact, shop */

/* Sticky-feel header */
.yw-header {
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}
.yw-header .wp-block-site-title a {
  text-decoration: none;
  color: #202020;
}
.yw-header-cta .wp-block-button__link {
  white-space: nowrap;
}

/* Header wordmark — never force square */
.yw-header .wp-block-site-logo,
.yw-header .custom-logo-link {
  line-height: 0;
}
.yw-header .custom-logo,
.yw-header .wp-block-site-logo img {
  width: auto !important;
  height: auto !important;
  max-height: 52px;
  max-width: min(200px, 55vw);
  object-fit: contain;
}
.yw-header .wp-block-site-logo {
  /* strip accidental duotone from Site Editor customizations */
  filter: none !important;
}
.yw-header .wp-duotone-primary-foreground {
  filter: none !important;
}


/* About timeline */
.yw-timeline {
  border-left: 3px solid #F82050;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}
.yw-timeline p {
  margin: 0 0 1.25rem;
  position: relative;
}
.yw-timeline p::before {
  content: "";
  position: absolute;
  left: calc(-1.5rem - 5px);
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F8C000;
  border: 2px solid #F82050;
}

/* Work grid */
.yw-work-grid .yw-work-card {
  min-height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.yw-work-grid .yw-work-card:hover {
  transform: translateY(-4px);
  box-shadow: 2px 8px 20px #e1e1e1;
}

/* Clients — initials circles */
.yw-logo-row {
  gap: 1rem;
  margin: 1.5rem 0 0.5rem;
}
.yw-logo-circle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 !important;
  border-radius: 50%;
  background: #202020;
  color: #fff !important;
  font-family: var(--brand-font-heading, 'Raleway', sans-serif);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.yw-quote {
  border-left: 4px solid #F82050;
}

/* Contact split */
.yw-contact-split .yw-contact-form {
  border-radius: 4px;
  box-shadow: 2px 2px 10px #e1e1e1;
}
.yw-map-note {
  margin-top: 1.5rem;
}

/* Shop intro */
.yw-shop-intro .yw-card h3 {
  margin-top: 0;
}

/* Footer list links on dark */
.yw-footer a {
  color: #e8e8e8;
  text-decoration: none;
}
.yw-footer a:hover {
  color: #F82050;
}
.yw-footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.yw-footer li {
  margin-bottom: 0.4rem;
}

/* Woo wrappers */
.yw-woo {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 781px) {
  .yw-header .wp-block-buttons {
    width: 100%;
  }
  .yw-logo-circle {
    width: 52px;
    height: 52px;
    font-size: 0.85rem;
  }
}
