/* ============================================================
   HARLEY-DAVIDSON — ABOUT PAGE STYLESHEET
   ============================================================ */

/* ---------- RESET ---------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Georgia, serif;
    background-color: #0e0c0a;
    color: #f5f0eb;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar-bs {
    background-color: whitesmoke !important;
    padding: 20px 40px !important;
}

.navbar-bs .container-fluid {
    padding: 0;
}

.navbar-bs .bs-logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(197, 20, 37) !important;
    text-decoration: none;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-bs .bs-logo:hover {
    color: rgb(197, 20, 37) !important;
}

.navbar-bs .bs-nav {
    gap: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-right: 30px;
    align-items: center;
}

.navbar-bs .bs-link {
    color: black !important;
    font-weight: 500;
    font-size: 1rem;
    padding: 0 !important;
    text-decoration: none;
    transition: 0.3s ease;
}

.navbar-bs .bs-link:hover,
.navbar-bs .bs-link:focus {
    background-color: rgb(197, 20, 37) !important;
    color: white !important;
    padding: 10px 15px !important;
}

.navbar-bs .bs-link.active,
.navbar-bs .bs-link:active {
    color: black !important;
    background-color: transparent !important;
}

.navbar-bs .bs-toggler {
    border-color: rgba(0, 0, 0, 0.3) !important;
    padding: 4px 8px;
}

.navbar-bs .bs-toggler:focus {
    box-shadow: 0 0 0 2px rgba(197, 20, 37, 0.3) !important;
}


/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
    position: relative;
    height: 100vh;
    min-height: 560px;
    max-height: 820px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

.hero-text {
    position: relative;
    z-index: 2;
    color: white;
    padding: 0 24px;
}

.hero-text h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(5rem, 12vw, 10rem);
    color: white;
    letter-spacing: 0.06em;
    line-height: 0.92;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.hero-highlight {
    color: rgb(197, 20, 37);
    display: inline-block;
}

/* ============================================================
   STORY SECTION
   ============================================================ */
.story-section {
    padding: 7rem 0 6rem;
    background-color: #0e0c0a;
    position: relative;
    overflow: hidden;
}

.story-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: rgb(197, 20, 37);
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
}

.story-grid {
    display: grid;
    gap: 5rem;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (min-width: 768px) {
    .story-grid {
        grid-template-columns: 1fr 1fr;
        align-items: start;
        gap: 6rem;
    }
}

.story-block {
    position: relative;
}

.story-divider {
    width: 40px;
    height: 3px;
    background: rgb(197, 20, 37);
    margin-bottom: 1.4rem;
}

.story-section h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.6rem;
    font-weight: 400;
    margin-bottom: 1.4rem;
    color: #f5f0eb;
    letter-spacing: 0.04em;
    line-height: 1.05;
}

.text-gradient-orange {
    background: linear-gradient(135deg, rgb(197, 20, 37), #c0392b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.story-section p {
    font-family: 'Barlow', sans-serif;
    color: #9a8f85;
    line-height: 1.85;
    font-size: 0.95rem;
    font-weight: 300;
    margin-bottom: 1.1rem;
}

.story-section p:last-of-type {
    margin-bottom: 0;
}

/* ============================================================
   VALUES STRIP
   ============================================================ */
.values-strip {
    background: #0a0806;
    border-top: 1px solid rgba(197, 20, 37, 0.25);
    border-bottom: 1px solid rgba(197, 20, 37, 0.25);
    padding: 18px 0;
}

.values-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.value-pill {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9a8f85;
    padding: 6px 20px;
    transition: color 0.3s ease;
}

.value-pill:hover {
    color: rgb(197, 20, 37);
}

.value-sep {
    color: rgba(197, 20, 37, 0.5);
    font-size: 1.2rem;
    padding: 0 4px;
    user-select: none;
}

/* ============================================================
   BIKES SHOWCASE
   ============================================================ */
.bikes-section {
    padding: 7rem 0 6rem;
    background-color: #111;
    position: relative;
}

.bikes-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 20, 37, 0.4), transparent);
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-eyebrow {
    display: block;
    color: rgb(197, 20, 37);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}

.section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #f5f0eb;
    margin-bottom: 0.85rem;
    line-height: 1.05;
}

.section-desc {
    font-family: 'Barlow', sans-serif;
    color: #9a8f85 !important;
    max-width: 480px;
    margin: 0 auto;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.7;
}

/* ---- Bike Grid ---- */
.bikes-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 540px) {
    .bikes-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .bikes-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ---- Bike Card ---- */
.bike-card {
    background: #0e0c0a;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #2a2420;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.bike-card:hover {
    border-color: rgba(197, 20, 37, 0.65);
    box-shadow: 0 8px 32px rgba(197, 20, 37, 0.15);
}

.bike-card__img-wrap {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #1a1410;
}

.bike-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.bike-card:hover .bike-card__img-wrap img {
    transform: scale(1.1);
    opacity: 0.9;
}

.bike-card__body {
    padding: 1.1rem 1.1rem 1.3rem;
    background: #0e0c0a;
}

.bike-card__year {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    color: rgb(197, 20, 37);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bike-card__name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #f5f0eb;
    margin-top: 0.2rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.bike-card__desc {
    font-family: 'Barlow', sans-serif;
    font-size: 0.77rem;
    color: #9a8f85;
    margin-top: 0.4rem;
    line-height: 1.55;
    font-weight: 300;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
    background: #111;
    color: #ccc;
    font-family: 'Barlow', sans-serif;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.footer-accent {
    height: 3px;
    background: linear-gradient(90deg, rgb(197, 20, 37) 0%, transparent 60%);
}

footer::before {
    content: 'HD';
    font-family: 'Bebas Neue', sans-serif;
    font-size: 280px;
    color: rgba(255, 255, 255, 0.025);
    position: absolute;
    top: -20px;
    right: -20px;
    line-height: 1;
    pointer-events: none;
    letter-spacing: -8px;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 40px 0;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 50px;
}

.footer-brand .bar {
    width: 4px;
    height: 42px;
    background: rgb(197, 20, 37);
}

.footer-brand-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    letter-spacing: 3px;
    color: #fff;
    line-height: 1;
}

.footer-brand-tagline {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #666;
    margin-top: 3px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #2a2a2a;
}

.footer-col h4 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    color: rgb(197, 20, 37);
    margin-bottom: 18px;
}

.footer-col p {
    font-size: 13px;
    line-height: 1.8;
    color: #666;
    font-weight: 300;
    max-width: 240px;
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0; /* override Bootstrap default padding-left: 2rem */
}

.footer-col ul li {
    display: block;
    width: 100%;
}

.footer-col ul li a {
    color: #888;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: color 0.25s ease, padding-left 0.25s ease;
    display: block;
}

.footer-col ul li a:hover {
    color: #fff;
    padding-left: 6px;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.social-btn {
    width: 36px;
    height: 36px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: border-color 0.25s, color 0.25s, background 0.25s;
}

.social-btn:hover {
    border-color: rgb(197, 20, 37);
    color: #fff;
    background: rgba(197, 20, 37, 0.1);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
}

.footer-bottom p {
    font-size: 12px;
    color: #444;
    letter-spacing: 1px;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-links a {
    font-size: 12px;
    color: #444;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.25s;
}

.footer-bottom-links a:hover {
    color: rgb(197, 20, 37);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Navbar mobile */
@media (max-width: 992px) {
    .navbar-bs {
        padding: 16px 20px !important;
    }

    .navbar-bs .bs-nav {
        gap: 0;
        padding-right: 0;
    }

    .navbar-bs .bs-link {
        padding: 12px 0 !important;
        border-bottom: 1px solid #ddd;
        display: block;
        width: 100%;
    }

    .navbar-bs .bs-link:hover,
    .navbar-bs .bs-link:focus {
        padding: 12px 15px !important;
    }
}

/* Tablet & mobile */
@media (max-width: 768px) {

    /* Hero */
    .hero {
        height: 60vh;
        min-height: 380px;
        max-height: 560px;
    }

    .hero-text h1 {
        font-size: clamp(3.5rem, 14vw, 6rem);
    }

    /* Footer grid — single column */
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-col ul {
        flex-direction: column;
        gap: 10px;
        padding-left: 0;
    }

    .footer-col ul li {
        display: block;
        width: 100%;
    }

    .footer-col ul li a {
        display: block;
    }

    .footer-inner {
        padding: 40px 20px 0;
    }
}

/* Small mobile */
@media (max-width: 480px) {

    /* Hero */
    .hero {
        height: 50vh;
        min-height: 300px;
    }

    .hero-text h1 {
        font-size: clamp(3rem, 16vw, 5rem);
    }

    /* Footer bottom */
    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    /* Story section */
    .story-section {
        padding: 4rem 0 3rem;
    }

    /* Bikes section */
    .bikes-section {
        padding: 4rem 0 3rem;
    }
}