/* =========================================================
   Southern Steel — Home Page
   index.css
   ========================================================= */

:root {
    --ss-text: #333333;
    --ss-heading: #1a1a1a;
    --ss-subheading: #8a8a8a;
    --ss-max-width: 1280px;
}
.home-banner {
    width: 100%;
    background-color: #fa2660;;
}
.home-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.ha-section {
    background: #ffffff;
    padding: 50px 24px 70px;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--ss-text);
}
.ha-inner {
    max-width: var(--ss-max-width);
    margin: 0 auto;
}
.ha-intro {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 28px 0;
}
.ha-intro strong {
    color: var(--ss-heading);
    font-size: 24px;
    font-weight: 700;
}
.ha-para {
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 28px 0;
}
.ha-list {
    margin: 0 0 40px 0;
    padding-left: 22px;
    font-size: 17px;
    line-height: 1.8;
}
.ha-list li {
    margin-bottom: 6px;
}
.ha-subheading {
    text-align: center;
    color: var(--ss-subheading);
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0 30px 0;
}
.ha-anniversary {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.ha-anniversary-img {
    flex: 0 0 300px;
    max-width: 300px;
}
.ha-anniversary-img img {
    width: 100%;
    height: auto;
    display: block;
}
.ha-anniversary-text {
    flex: 1;
}
.ha-anniversary-text p {
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 20px 0;
}
.ha-anniversary-text p:last-child {
    margin-bottom: 0;
}
.ha-closing {
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}
.hg-section {
    background: #ffffff;
    padding: 50px 24px 80px;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--ss-text);
}
.hg-inner {
    max-width: var(--ss-max-width);
    margin: 0 auto;
}
.hg-title {
    color: var(--ss-navy);
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 46px 0;
}
.hg-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.hg-item {
    display: flex;
    align-items: center;
    gap: 50px;
}
.hg-item:nth-child(even) {
    flex-direction: row-reverse;
}
.hg-media {
    flex: 0 0 50%;
    max-width: 50%;
}
.hg-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.hg-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}
.hg-year {
    display: inline-block;
    color: var(--ss-year);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 10px;
}
.hg-year::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 2px;
    background: var(--ss-navy);
}
.hg-caption {
    font-size: 19px;
    line-height: 1.6;
    margin: 0;
    color: var(--ss-text);
}
.prod-banner {
    background: #fa2660;
    padding: 10px;
    text-align: center;
}
.prod-banner-title {
    color: #ffffff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}
.prod-section {
    background: #f5f5f6;
    padding: 40px 24px 60px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.prod-inner {
    max-width: var(--ss-max-width);
    margin: 0 auto;
}
.prod-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.prod-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.prod-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}
.prod-card-img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.prod-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.prod-card-label {
    background: #fa2660;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding: 16px 12px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}
.cta-banner {
    background: #fa2660;
    padding: 30px 24px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.cta-inner {
    max-width: var(--ss-max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.cta-text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
.cta-btn {
    display: inline-block;
    background: #ffffff;
    color: #fa2660;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 3px;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}
.cta-btn:hover {
    background: #fa2660;
    color: #ffffff;
    box-shadow: inset 0 0 0 2px #ffffff;
}

@media (max-width: 900px) {
    .home-banner img {
        height: auto;
    }
    .ha-anniversary {
        flex-direction: column;
        align-items: center;
        text-align: left;
    }
    .ha-anniversary-img {
        flex: none;
        max-width: 220px;
        margin: 0 auto 20px;
    }
    .hg-title {
        font-size: 26px;
        margin-bottom: 32px;
    }
    .hg-list {
        gap: 40px;
    }
    .hg-item,
    .hg-item:nth-child(even) {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }
    .hg-media,
    .hg-content {
        flex: none;
        max-width: 100%;
    }
    .hg-content {
        padding: 0;
    }
    .hg-caption {
        font-size: 17px;
    }
    .prod-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .prod-banner-title {
        font-size: 24px;
    }
    .cta-text {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .home-banner img {
        height: auto;
    }
    .ha-section {
        padding: 30px 16px 50px;
    }
    .ha-intro {
        font-size: 16px;
    }
    .ha-intro strong {
        font-size: 20px;
        display: block;
        margin-bottom: 6px;
    }
    .ha-para,
    .ha-list,
    .ha-anniversary-text p,
    .ha-closing {
        font-size: 15px;
    }
    .ha-subheading {
        font-size: 24px;
    }
    .ha-anniversary-img {
        max-width: 180px;
    }
    .prod-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .prod-banner {
        padding: 20px 16px;
    }
    .prod-banner-title {
        font-size: 20px;
    }
    .prod-section {
        padding: 30px 16px 40px;
    }
    .cta-banner {
        padding: 24px 16px;
    }
    .cta-inner {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    .cta-text {
        font-size: 18px;
    }
    .cta-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hg-section {
        padding: 30px 16px 50px;
    }
    .hg-title {
        font-size: 22px;
    }
    .hg-caption {
        font-size: 15px;
    }
    .hg-year {
        font-size: 13px;
    }
}