/* OTR Base — layout.css: structural rules only, no brand colors */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.otr-header { position: sticky; top: 0; z-index: 100; }
.otr-section { width: 100%; }
.otr-team-card { margin-bottom: 1.5rem; border-radius: 2px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.otr-team-card:hover { transform: translateY(-2px); }
.otr-press-card { border-radius: 2px; transition: transform 0.25s ease; }
.otr-press-card:hover { transform: translateY(-2px); }
.otr-team-card ul { padding-left: 1.25rem; }
.otr-team-card ul li { margin-bottom: 0.35rem; line-height: 1.7; }
.otr-hero-rule { width: 60px !important; max-width: 60px; margin: 0.5rem 0 !important; }
@media (max-width: 768px) {
  .otr-hero h1 { font-size: clamp(2rem, 9vw, 3rem); }
  .otr-section h2 { font-size: 1.75rem; }
}
