/* Custom site styles */

/* Utility to hide cloaked Alpine elements until ready */
[x-cloak] {
    display: none !important;
}

/* Site-wide font stack */
body {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

/* Hero layout - fill width without bottom overflow */
.hero-section {
    height: clamp(500px, 70vh, 750px);
    background: #ffffff;
}

.hero-section img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    min-width: 100%;
}
