.az-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.az-section {
    padding: 3rem 0;
}

.az-hero {
    background: #111827;
    color: #f9fafb;
    padding: 4rem 0;
}

.az-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
}

@media (max-width: 900px) {
    .az-hero-inner {
        grid-template-columns: 1fr;
    }
}

.az-logo-inline {
    max-height: 42px;
    width: auto;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.az-hero h1 {
    font-size: 2.6rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.az-tagline {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    color: #93c5fd;
}

.az-lead {
    font-size: 1.05rem;
    max-width: 32rem;
    margin-bottom: 1rem;
}

.az-hero-contact {
    margin-bottom: 1.5rem;
    font-size: 0.98rem;
}

.az-hero-contact a {
    color: #bfdbfe;
    text-decoration: none;
}

.az-hero-contact a:hover {
    text-decoration: underline;
}

.az-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    background: #2563eb;
    color: #f9fafb;
}

.az-button:hover {
    background: #1d4ed8;
}

.az-hero-photo-wrap {
    text-align: right;
}

.az-hero-photo {
    max-width: 100%;
    border-radius: 1rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.5);
}

/* Generic text */
.az-about p,
.az-services p,
.az-contact p {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

/* Services */
.az-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.az-service-card {
    padding: 1.2rem 1.1rem;
    border-radius: 0.9rem;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
}

.az-service-card h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

/* Carousel */
.az-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    padding-bottom: 0.5rem;
}

.az-carousel-track {
    position: relative;
}

.az-carousel-slide {
    display: none;
}

.az-carousel-slide.az-active {
    display: block;
}

.az-carousel-slide img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e5e7eb;
}

.az-carousel-slide figcaption {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    color: #4b5563;
}

.az-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(17, 24, 39, 0.6);
    color: #f9fafb;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.az-carousel-prev {
    left: 0.75rem;
}

.az-carousel-next {
    right: 0.75rem;
}

.az-carousel-nav:hover {
    background: rgba(17, 24, 39, 0.85);
}

.az-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.5rem;
}

.az-carousel-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    border: none;
    background: #d1d5db;
    cursor: pointer;
}

.az-carousel-dot.az-active {
    background: #2563eb;
}

/* Photos grid wrapper text */
.az-photo-grid {
    margin-top: 1.5rem;
}

/* Contact + map */
.az-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: flex-start;
}

@media (max-width: 900px) {
    .az-contact-layout {
        grid-template-columns: 1fr;
    }
}

.az-contact-highlight {
    font-weight: 600;
    margin-bottom: 1rem;
}

.az-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.az-contact-list li {
    margin-bottom: 0.4rem;
}

.az-map-responsive {
    position: relative;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
    border-radius: 0.9rem;
    border: 1px solid #e5e7eb;
}

.az-map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.az-note {
    font-size: 0.85rem;
    color: #6b7280;
}

/* Footer */
.az-footer {
    background: #111827;
    color: #9ca3af;
    text-align: center;
    padding: 1.5rem 0 2.5rem;
    font-size: 0.875rem;
}
