.elementor-149 .elementor-element.elementor-element-a9eb1e3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6ad39de *//* =========================================================
   JOSEPH COFFELT DESIGNS – ABOUT PAGE
   ========================================================= */

/* -----------------------------------------------
   CUSTOM FONT (update URL to your real file)
   ----------------------------------------------- */
@font-face {
    font-family: "QTBookmann-BoldItalic";
    src: url("https://your-site.com/path-to/QTBookmann-BoldItalic.woff2") format("woff2"),
         url("https://your-site.com/path-to/QTBookmann-BoldItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* -----------------------------------------------
   ROOT & GLOBAL
   ----------------------------------------------- */
:root {
    --jcd-bg: #fdf7ef;
    --jcd-text: #1a1a1a;
    --jcd-accent: #b88a4a;
    --jcd-accent-dark: #8f6834;
    --jcd-border-soft: #e4d4bf;
    --jcd-header-bg: #f9f0e2;
    --jcd-footer-bg: #e2d1b8;
    --jcd-shadow-soft: 0 12px 30px rgba(0, 0, 0, 0.08);
}

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "QTBookmann-BoldItalic", serif;
    font-weight: normal;
    font-style: italic;
    color: var(--jcd-text);
    background-color: var(--jcd-bg);
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Screenreader-only text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* Page wrapper */
.jcd-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Main content */
.jcd-main {
    flex: 1;
}

/* -----------------------------------------------
   HEADER
   ----------------------------------------------- */
.jcd-site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(249, 240, 226, 0.98);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--jcd-border-soft);
}

.jcd-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* Logo */
.jcd-logo {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    letter-spacing: 0.03em;
}

.jcd-logo-main {
    font-size: 1.3rem;
    text-transform: uppercase;
}

.jcd-logo-tagline {
    font-size: 0.75rem;
    opacity: 0.8;
    /* hide tagline under logo */
    display: none;
}

/* Desktop nav */
.jcd-main-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.jcd-main-nav a {
    position: relative;
    padding-bottom: 0.1rem;
    /* keep "REQUEST A CUSTOM DESIGN" on a single line */
    white-space: nowrap;
}

.jcd-main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--jcd-accent);
    transition: width 0.2s ease;
}

.jcd-main-nav a:hover::after,
.jcd-main-nav a.is-active::after {
    width: 100%;
}

/* BLUE CALL TODAY BUTTON */
.jcd-call-blue {
    background: #0d6efd;              /* Bright blue */
    color: #fff !important;
    padding: 0.55rem 1.2rem;
    border-radius: 999px;             /* pill shape */
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    transition: background 0.2s ease, transform 0.15s ease;
    margin-left: 1.5rem;              /* separate from menu */
}

.jcd-call-blue i {
    font-size: 1rem;
}

.jcd-call-blue:hover {
    background: #0b5ed7;
    transform: translateY(-1px);
}

/* Desktop vs mobile versions */
.jcd-call-blue-desktop {
    display: inline-flex;
}

.jcd-call-blue-mobile {
    display: none;
    margin-top: 1rem;
    width: fit-content;
}

/* Mobile menu toggle (hamburger) */
.jcd-menu-toggle {
    display: none;
    width: 34px;
    height: 28px;
    border: none;
    background: transparent;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.jcd-menu-bar {
    display: block;
    height: 2px;
    width: 100%;
    background: #3a2a18;
    border-radius: 999px;
}

/* Mobile nav (hidden by default) */
.jcd-mobile-nav {
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0 1.5rem 0.75rem;
    border-top: 1px solid var(--jcd-border-soft);
    background: var(--jcd-header-bg);
}

.jcd-mobile-nav a {
    padding: 0.55rem 0;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.jcd-mobile-nav a:last-child {
    border-bottom: none;
}

.jcd-mobile-nav.is-open {
    display: flex;
}

/* -----------------------------------------------
   ABOUT SECTIONS
   ----------------------------------------------- */
.jcd-about-section {
    padding: 3.5rem 1.5rem;
}

.jcd-about-intro {
    padding-top: 3.75rem;
}

.jcd-about-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.25fr);
    gap: 2.5rem;
    align-items: center;
}

/* Reverse layout for mission section */
.jcd-about-inner-reverse {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.05fr);
}

/* Media / image */
.jcd-about-media {
    position: relative;
    padding: 0.85rem;
    border-radius: 28px;
    background: #f7ebda;
    box-shadow: var(--jcd-shadow-soft);
}

.jcd-about-media::before {
    content: "";
    position: absolute;
    inset: 10px 14px;
    border-radius: 22px;
    border: 1px dashed rgba(109, 82, 43, 0.45);
    pointer-events: none;
}

/* IMPORTANT: avoid cropping images */
.jcd-about-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;             /* no fixed height */
    object-fit: contain;      /* show full image */
    border-radius: 20px;
}

/* Text section */
.jcd-about-text {
    background: rgba(255, 252, 246, 0.94);
    border-radius: 26px;
    border: 1px solid var(--jcd-border-soft);
    padding: 2rem 2.25rem;
    box-shadow: var(--jcd-shadow-soft);
}

.jcd-about-title {
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 0 1rem;
}

.jcd-about-kicker {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--jcd-accent-dark);
    margin-top: 0;
    margin-bottom: 1.3rem;
}

.jcd-about-text p {
    margin: 0 0 0.85rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* -----------------------------------------------
   FOOTER
   ----------------------------------------------- */
.jcd-site-footer {
    background: var(--jcd-footer-bg);
    border-top: 1px solid var(--jcd-border-soft);
    padding: 1.2rem 1.5rem;
}

.jcd-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    font-size: 0.85rem;
}

.jcd-footer-brand {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.85rem;
}

.jcd-footer-tagline {
    font-size: 0.75rem;
    opacity: 0.85;
    margin-top: 0.15rem;
}

.jcd-footer-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.jcd-footer-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(58, 42, 24, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(253, 247, 239, 0.9);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    font-size: 0.85rem;
}

/* -----------------------------------------------
   RESPONSIVE
   ----------------------------------------------- */
@media (max-width: 900px) {
    .jcd-header-inner {
        padding: 0.6rem 1rem;
    }

    .jcd-main-nav {
        display: none;
    }

    .jcd-menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .jcd-call-blue-desktop {
        display: none;
    }

    .jcd-call-blue-mobile {
        display: inline-flex;
    }

    .jcd-about-section {
        padding: 2.75rem 1.25rem;
    }

    .jcd-about-inner,
    .jcd-about-inner-reverse {
        grid-template-columns: minmax(0, 1fr);
    }

    .jcd-about-media {
        order: -1; /* image first on mobile for intro section */
    }
}

@media (max-width: 600px) {
    .jcd-about-text {
        padding: 1.5rem 1.4rem;
    }

    .jcd-about-title {
        font-size: 1.35rem;
        letter-spacing: 0.12em;
    }

    .jcd-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}/* End custom CSS */