/* Homepage-specific styles; other pages retain the shared stylesheet. */
.homepage {
    --clay-gold-text: #795E35;
    --text-light: #5C6764;
}

.homepage .hero-section {
    background-image: url('/assets/images/slow_tide_water.webp');
}

.homepage .hero-overlay {
    background: linear-gradient(180deg,
        rgba(245, 244, 240, 0.88) 0%,
        rgba(245, 244, 240, 0.82) 50%,
        rgba(245, 244, 240, 0.94) 100%);
}

.homepage .hero-desc,
.homepage .philosophy-body,
.homepage .section-header p,
.homepage .card-description,
.homepage .studio-info p,
.homepage .studio-card-box p,
.homepage .cta-banner p {
    font-weight: 400;
}

.homepage .site-footer .footer-col > p {
    font-weight: 400 !important; /* Override legacy inline footer weight on this page only. */
}

.homepage .text-link {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.homepage .hero-desc {
    margin-bottom: 16px;
}

.homepage .hero-practical {
    color: var(--pine-dark);
    font-size: 0.9375rem;
    font-weight: 500;
    margin: 0 0 28px;
}

.homepage .hero-practical span { margin: 0 8px; }
.homepage .image-frame picture { display: block; }
.homepage .card-header-row { gap: 12px; flex-wrap: wrap; }
.homepage .card-price { white-space: nowrap; }
.homepage .card-description { font-size: 1rem; }
.homepage .card-tag,
.homepage .logo-sub { font-size: 0.75rem; }
.homepage .info-row { overflow-wrap: anywhere; }
.homepage .mobile-menu-btn { min-width: 44px; min-height: 44px; }

.homepage .session-price-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    margin: 0 0 40px;
    font-size: 1rem;
    text-align: left;
}
.homepage .session-price-table th,
.homepage .session-price-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--border-sand);
}
.homepage .session-price-table thead {
    color: var(--pine-dark);
    background: var(--bg-sand-dark);
}
.homepage .session-price-table tbody th { font-weight: 500; }
.homepage .session-price-table td:last-child a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}
.homepage .google-review-card {
    max-width: 680px;
    margin: 0 auto;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.homepage .google-rating { font-size: 1.125rem; }
.homepage .google-rating span { color: var(--clay-gold-text); }
.homepage .review-source-note { color: var(--text-muted); font-size: 0.875rem; }
.homepage .booking-facts {
    margin-top: 48px;
    border-top: 1px solid var(--border-sand);
    padding-top: 32px;
}
.homepage .booking-facts h2 { font-size: 2rem; margin-bottom: 24px; }
.homepage .booking-facts dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 40px;
    margin-bottom: 24px;
}
.homepage .booking-facts dt { font-weight: 600; margin-bottom: 8px; }
.homepage .booking-facts dd { color: var(--text-muted); }

@media (min-width: 901px) and (max-width: 1050px) {
    .homepage .main-nav { gap: 18px; }
    .homepage .header-cta .btn { padding-inline: 18px; }
}

@media (max-width: 600px) {
    .homepage .hero-section {
        padding: 48px 0 40px;
        background-image: url('/assets/images/slow_tide_water-mobile.webp');
    }
    .homepage .hero-cta-group { margin-bottom: 28px; }
    .homepage .hero-practical span { display: none; }
    .homepage .badge-teate { font-size: 0.75rem; padding-inline: 12px; }
    .homepage .session-card,
    .homepage .review-card,
    .homepage .studio-card-box { padding: 28px 20px; }
    .homepage .session-price-table { font-size: 0.875rem; }
    .homepage .session-price-table th,
    .homepage .session-price-table td { padding: 10px 6px; }
    .homepage .session-price-table td:nth-child(2),
    .homepage .session-price-table td:nth-child(3) { white-space: nowrap; }
    .homepage .booking-facts dl { grid-template-columns: minmax(0, 1fr); }
    .homepage .info-row { flex-direction: column; gap: 2px; }
}
