/*
Theme Name: One Armed Smoker
Template: generatepress
Version: 1.0
*/

@import url('../generatepress/style.css');

/*
 * One Armed Smoker - Custom Styles
 * ----------------------------------------------------------------------------
 */

/* === 1. ROOT VARIABLES =================================================== */
:root {
    --color-dark-brown: #2c1f18;
    --color-light-brown: #fdf5e9;
    --color-primary-red: #d93d2b;
    --color-secondary-red: #791105;
    --color-text-light: #fdf5e9;
    --color-text-dark: #2c1f18;
    --font-headline: 'Alfa Slab One', serif;
    --font-section-title: 'Rock Salt', cursive; /* Optional: for a rustic or handwritten style */
    --font-body: 'Montserrat', sans-serif;
}

body, p, h1, h2, h3, h4, h5, h6, span, div {
    overflow-wrap: normal;
    word-break: normal;
}

/* === 2. GLOBAL & LAYOUT STYLES =========================================== */
.one-armed-smoker-page {
    background-color: var(--color-dark-brown);
}

/* Remove default GeneratePress padding for sections */
.oas-section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.oas-section .oas-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

/* === 3. HERO / HEADER SECTION ============================================== */
.oas-hero {
    color: var(--color-text-light);
    padding-top: 0px;
    padding-bottom: 40px;

}

.logo-image {
      margin-top: -120px;
}

.oas-hero-logo {
    max-width: 150px;
    margin: 0 auto 20px;
}

.oas-hero-headline {
    font-family: var(--font-headline);
    font-size: clamp(2.5rem, 6vw, 4.5rem); /* Responsive font size */
    color: #fff;
    text-shadow: 3px 2px 4px rgba(0,0,0,1.5);
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 600;
}

.oas-hero-subheadline {
    font-family: var(--font-body);
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: var(--color-text-light);
}

.oas-buttons-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.oas-button {
    background-color: var(--color-dark-brown);
    color: #fff;
    font-family: var(--font-body);
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 25px;
    border: 1px solid var(--color-text-light);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 200px;
}

.oas-button:hover {
    background-color: var(--color-primary-red);
    border-color: var(--color-primary-red);
    color: #fff;
}

/* === 4. "MEET THE PIT BOSS" SECTION ======================================= */
.oas-pit-boss {
    background-color: var(--color-light-brown);
    color: var(--color-text-dark);
}

.oas-pit-boss .oas-container {
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
}

/* Make it stack on mobile */
@media (max-width: 768px) {
    .oas-pit-boss .oas-container {
        flex-direction: column;
    }
}

.oas-pit-boss-content {
    flex: 1;
}

.oas-pit-boss-image {
    flex: 1;
}

.oas-pit-boss-image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
}

.oas-section-title {
    font-family: var(--font-section-title);
    font-size: clamp(2.2rem, 5vw, 3rem); /* Responsive font size */
    color: var(--color-primary-red);
    margin: 20px;
    line-height: 1.4;
}

.oas-section-title-alt {
    font-family: var(--font-section-title);
    font-size: clamp(2.2rem, 5vw, 3rem); /* Responsive font size */
    color: var(--color-light-brown);
    margin: 20px;
    line-height: 1.4;
}

.oas-pit-boss p {
    font-family: var(--font-body);
    font-size: 1.1rem;
    line-height: 1.6;
}

/* === 5. "SMOKIN' GOOD EATS" SECTION ======================================= */
.oas-menu {
    background-color: var(--color-primary-red);
    border-top: 20px solid #f07c00;
    border-bottom: 20px solid #f07c00;
    /* background-image: url('URL_TO_YOUR_FLAME_BORDER_IMAGE'); */
    /* background-size: cover; */
}

.oas-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.oas-menu-card {
    background-color: var(--color-secondary-red);
    color: var(--color-text-light);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    min-width: 200px;
    min-height: 240px;
}

.oas-menu-card-title {
    font-family: var(--font-section-title);
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5em;
}

.oas-menu-card-description {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.5;
}

/* === 6. "CATCH THE SMOKE" SECTION ========================================= */
.oas-catch-smoke {
    color: var(--color-text-light);
}

.oas-catch-smoke h2 {
    color: #fff;
}
.foodtruck-reset {
    width: 99%
}



.oas-section.oas-hero {
    background-image: url('assets/images/fire.png'); /* Adjust the path if your child theme structure is different */
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    color: #ffffff; /* Set text color to white for better contrast over the dark background */
    padding: 100px 20px; /* Add some padding for content inside the section. Adjust as needed. */
    display: flex; /* Use flexbox for vertical alignment if needed for content */
    align-items: center; /* Vertically center content */
    justify-content: center; /* Horizontally center content */
    min-height: 400px; /* Set a minimum height for the section to ensure the background is visible. Adjust as needed. */
    position: relative; /* Needed for potential overlay effects */
    z-index: 1; /* Ensure this section is above other elements if necessary */
}

/* Optional: Add a subtle overlay for better text readability, mimicking the inspiration image's depth */
.oas-section.oas-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(115 20 20 / 37%);
    z-index: 2; /* Place the overlay above the background image */
}

/* Ensure content is above the overlay */
.oas-section.oas-hero > * {
    position: relative;
    z-index: 3;
}

/* Adjust heading styles within this section for better visibility */
.oas-section.oas-hero h1,
.oas-section.oas-hero h2,
.oas-section.oas-hero h3,
.oas-section.oas-hero h4,
.oas-section.oas-hero h5,
.oas-section.oas-hero h6 {
    color: #ffffff; /* White text for headings */
    text-shadow: 3px 1px 3px rgba(0, 0, 0, 1.5);
}

/* Adjust paragraph styles */
.oas-section.oas-hero p {
    color: #f0f0f0; /* Slightly off-white for paragraphs */
}





.canvas-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        canvas {
            width: 100%;
            height: 100%;
        }

                /* .one-armed-smoker-page {
            width: 700px;
            height: 700px;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            z-index: 2;
        } */