/* Header-specific styles: Engel left, quote right, centered site info */
.header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.header-engel{flex:0 0 auto;position:relative;z-index:10}
.header-center{flex:1 1 auto}
.header-quote{flex:0 0 300px;font-family: 'Satisfy', Georgia, 'Times New Roman', serif;font-style:italic;color:#ffffff;opacity:0.98;text-align:right;line-height:1.05;font-size:1.1rem}
.header-quote p{margin:0;white-space:pre-line}
.font-display{font-family: 'Sacramento', cursive}

/* Engel larger sizing (tailwind classes not in build) */
.h-24{height:6rem}
.translate-y-1\/3{transform:translateY(33.333%)}

@media(min-width:768px){
  .md\:h-36{height:9rem}
  .md\:pl-20{padding-left:5rem}
}

@media(max-width:768px){
  .header-row{flex-direction:column;align-items:center;text-align:center}
  .header-quote{display:none}
  .header-engel{margin-bottom:0.5rem}
}
