/* ===== Home Bike Shop — faithful rebuild ===== */
:root {
    --dark: #1a1a1a;
    --blue: #2eb2f0;          /* light blue accent */
    --blue-dark: #1a6fa8;     /* darker card blue */
    --blue-mid: #1c8dc9;      /* mid card blue */
    --muted: #666;
    --border: #e2e2e2;
    --max: 1200px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Oswald", "Arial Narrow", Arial, sans-serif; color: var(--dark); line-height: 1.55; background: #fff; }
.container { width: 92%; max-width: var(--max); margin: 0 auto; }
.container.narrow { max-width: 820px; }
h1, h2, h3 { line-height: 1.05; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; }
h2 { font-size: 3rem; margin-bottom: 1rem; }
.center { text-align: center; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }

/* Buttons */
.btn { display: inline-block; padding: 0.85rem 2rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; transition: background .2s, color .2s; cursor: pointer; border: none; font-size: 0.95rem; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); color: #fff; }
.btn-dark { background: #111; color: #fff; padding: 0.65rem 1.3rem; font-size: 0.8rem; }
.btn-dark:hover { background: var(--blue); color: #fff; }

/* Header */
#header { position: sticky; top: 0; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.08); z-index: 100; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.5rem 0; }
.logo img { height: 72px; width: auto; }
.menu { display: flex; align-items: center; gap: 1.4rem; }
.menu a { color: #222; font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; }
.menu a:hover { color: var(--blue); }
.menu a.btn-dark { color: #fff; }
.social { display: flex; gap: 0.4rem; }
.soc { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 1px solid #ccc; border-radius: 4px; color: #444; font-size: 0.8rem; font-weight: 700; }
.soc:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.nav-toggle { display: none; font-size: 1.7rem; background: none; border: none; cursor: pointer; }

/* Hero */
#landing {
    background: linear-gradient(rgba(15,15,15,0.55), rgba(15,15,15,0.55)), url("../images/bg-landing.jpg");
    background-size: cover; background-position: center;
    color: #fff; padding: 8rem 0; min-height: 80vh; display: flex; align-items: center;
}
.hero-content { max-width: 620px; }
#landing h1 { font-size: 4.5rem; color: #fff; margin-bottom: 1.5rem; }
.hero-bikefit { margin-top: 1.5rem; }
.hero-bikefit img { height: 26px; width: auto; filter: brightness(0) invert(1); opacity: 0.9; }

/* Shared section base with bg image */
#bike-fit, #maintenance, #testimonials, #about, #contact {
    background-size: cover; background-position: center; padding: 5rem 0;
}
.select-label { text-transform: uppercase; font-weight: 700; letter-spacing: 1px; margin-bottom: 1.5rem; font-size: 1.1rem; }

/* Bike Fit */
#bike-fit { background: linear-gradient(rgba(20,20,22,0.72), rgba(20,20,22,0.72)), url("../images/bg-fit.jpg"); background-size: cover; background-position: center; color: #fff; }
.fit-inner, .maint-inner { display: flex; gap: 3.5rem; align-items: flex-start; }
.fit-left, .maint-left { flex: 0 0 40%; }
.fit-right, .maint-right { flex: 1; }
#bike-fit h2, #maintenance h2 { color: #fff; font-size: 3.5rem; }

/* Cards */
.card-row { display: flex; gap: 1.5rem; align-items: stretch; }
.card-row.three { gap: 1.25rem; }
.card { flex: 1; padding: 2rem 1.5rem; border-radius: 6px; color: #fff; }
.card-dark { background: var(--blue-dark); }
.card-mid { background: var(--blue-mid); }
.card-light { background: var(--blue); }
.card-icon { text-align: center; margin-bottom: 1rem; }
.card-icon img { height: 60px; width: auto; filter: brightness(0) invert(1); }
.card h3 { font-size: 1.4rem; margin-bottom: 1rem; color: #fff; }
.card ul { list-style: none; }
.card li { padding: 0.3rem 0 0.3rem 1.2rem; position: relative; font-size: 0.95rem; font-weight: 400; text-transform: none; letter-spacing: 0; }
.card li::before { content: "\2022"; position: absolute; left: 0; color: rgba(255,255,255,0.7); }
.card li.rec { margin-top: 0.75rem; font-style: italic; opacity: 0.9; }

/* Maintenance */
#maintenance { background: linear-gradient(rgba(235,235,235,0.9), rgba(235,235,235,0.9)), url("../images/bg-maintenance.jpg"); background-size: cover; background-position: center; }
#maintenance h2 { color: #111; }
#maintenance .select-label { color: #111; }

/* Testimonials */
#testimonials { background: linear-gradient(rgba(255,255,255,0.92), rgba(255,255,255,0.92)), url("../images/bg-testimonials.jpg"); background-size: cover; background-position: center; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.75rem; margin-top: 2.5rem; }
blockquote { background: #fff; border-top: 4px solid var(--blue); border-radius: 4px; padding: 1.75rem; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
blockquote p { font-size: 0.95rem; margin-bottom: 1rem; font-weight: 400; text-transform: none; letter-spacing: 0; line-height: 1.6; }
blockquote footer { font-size: 0.9rem; color: var(--muted); text-transform: none; }
blockquote footer strong { color: var(--dark); }

/* About */
#about { background: linear-gradient(rgba(29,111,168,0.82), rgba(29,111,168,0.82)), url("../images/bg-about.jpg"); background-size: cover; background-position: center; }
#about p { margin-bottom: 1rem; font-size: 1.1rem; font-weight: 400; text-transform: none; letter-spacing: 0; }

/* Contact */
#contact { background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url("../images/bg-contact.jpg"); background-size: cover; background-position: center; }
.contact-lines { font-size: 1.5rem; margin: 1.25rem 0 2rem; line-height: 2; font-weight: 600; }

/* Footer */
#footer { background: #111; color: #999; padding: 2.5rem 0; text-align: center; }
.footer-logo { height: 60px; width: auto; margin-bottom: 1rem; }
#footer p { font-size: 0.85rem; margin: 0.2rem 0; text-transform: none; letter-spacing: 0; font-weight: 400; }
.powered { font-size: 0.78rem; opacity: 0.6; }

/* Responsive */
@media (max-width: 900px) {
    .nav-toggle { display: block; }
    .menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; align-items: flex-start; gap: 0; padding: 0.5rem 5%; box-shadow: 0 6px 12px rgba(0,0,0,0.1); }
    .menu.open { display: flex; }
    .menu a { padding: 0.7rem 0; width: 100%; }
    .social { padding: 0.5rem 0; }
    .fit-inner, .maint-inner { flex-direction: column; gap: 2.5rem; }
    .fit-left, .maint-left { flex: 1; width: 100%; }
    .card-row, .card-row.three { flex-direction: column; }
    #landing { padding: 5rem 0; min-height: auto; }
    #landing h1 { font-size: 2.8rem; }
    #bike-fit h2, #maintenance h2 { font-size: 2.5rem; }
    h2 { font-size: 2.2rem; }
}




/* ===== BikeFit logo (transparent, shown as-is on dark areas) ===== */

/* INCLUDES TEST RIDE label */

/* Test ride photo */


/* ===== Banner with overlaid text (test ride / pickup-dropoff) ===== */
.banner-overlay { position: relative; max-width: 400px; margin: 1.25rem 0; }
.banner-overlay img { width: 100%; height: auto; display: block; }
.banner-text {
    position: absolute; top: 50%; left: 1rem; transform: translateY(-50%);
    color: #fff; font-weight: 600; font-size: 1.3rem; letter-spacing: 1px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.7); line-height: 1.15;
}
.banner-text strong { color: var(--blue); font-weight: 700; }
.pickup-text .blue { color: var(--blue); }

/* BikeFit logo in black box */
.bikefit-logo-box { background: #000; display: inline-block; padding: 0.9rem 1.75rem; margin-bottom: 1.5rem; }
.bikefit-logo-box img { height: 34px; width: auto; display: block; }

.hero-logo-box { display: block; width: fit-content; margin-top: 1.5rem; margin-bottom: 0; }


/* Hero: force button and logo to stack, left-aligned */
.hero-content .btn-primary { display: inline-block; }
.hero-content .bikefit-logo-box { display: block; width: fit-content; margin-top: 1.5rem; }


/* About section — white text over blue tint */
#about h2 { color: #fff; }
#about p { color: #fff; }
#about a { color: #fff; text-decoration: underline; }

/* ===== Small phones: extra polish ===== */
@media (max-width: 480px) {
    #landing h1 { font-size: 2.3rem; }
    #bike-fit h2, #maintenance h2 { font-size: 2rem; }
    h2 { font-size: 1.9rem; }
    .btn-primary { width: 100%; text-align: center; }
    .banner-overlay, .testride-photo, .bikefit-logo-box { max-width: 100%; }
    .bikefit-logo-box { width: 100%; text-align: center; }
    .card { padding: 1.5rem 1.25rem; }
    .contact-lines { font-size: 1.2rem; }
    #landing, #bike-fit, #maintenance, #testimonials, #about, #contact { padding: 3.5rem 0; }
    .banner-text { font-size: 1.1rem; }
}
