/*
  Julie Orr Consulting
  Launch Edition — Recovered / Publishable
  August 2026

  This file contains Julie Orr Consulting customizations only.
  The Stellar framework remains in main.css.
*/

/* =========================================================
   1. Brand & Typography
   ========================================================= */

:root {
    --joc-heading: #3f474d;
    --joc-text: #5d656c;
    --joc-accent: #c57f56;
    --joc-accent-hover: #b46f48;
    --joc-border: #ece8e2;
    --joc-soft-green: #dbe8df;
    --joc-radius: 8px;
    --joc-transition: 250ms ease;
}

body,
input,
select,
textarea {
    color: var(--joc-text);
    font-weight: 400;
    line-height: 1.75;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
    color: var(--joc-heading);
}

#main h2,
#main h3 {
    font-weight: 500;
}

#main strong,
#main b {
    color: var(--joc-heading);
    font-weight: 600;
}

/* Clean, understated links */
#main a {
    color: var(--joc-accent);
    border-bottom-color: transparent;
}

#main a:hover {
    color: var(--joc-accent-hover);
    border-bottom-color: transparent;
}


/* =========================================================
   2. Navigation
   ========================================================= */

#nav ul li a {
    color: var(--joc-heading);
    font-weight: 500;
    letter-spacing: .02em;
}

#nav ul li a:hover,
#nav ul li a.active {
    color: var(--joc-accent);
}


/* =========================================================
   3. Buttons
   ========================================================= */

#main .button.primary {
    background-color: var(--joc-accent);
    border-color: var(--joc-accent);
    border-radius: 2rem;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: .02em;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
    transition:
        background-color var(--joc-transition),
        border-color var(--joc-transition),
        transform var(--joc-transition),
        box-shadow var(--joc-transition);
}

#main .button.primary:hover {
    background-color: var(--joc-accent-hover);
    border-color: var(--joc-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
}


/* =========================================================
   4. Shared Images / Accessibility
   ========================================================= */

img {
    max-width: 100%;
    height: auto;
}

a:focus-visible,
.button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid rgba(197, 127, 86, .35);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}


/* =========================================================
   5. About
   ========================================================= */

/* Preserve the custom swallow treatment while keeping
   Stellar's responsive spotlight behavior. */

#intro .spotlight {
    gap: 1.15rem;
    align-items: center;
}

#intro .spotlight .content {
    flex: 1;
}

#intro .spotlight .image {
    flex: 0 0 275px;
    margin-left: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

#intro .spotlight .image img {
    width: 100%;
    border-radius: 0;
}

#intro .image,
#intro .image::before,
#intro .image::after {
    border: 0;
    box-shadow: none;
}

#intro p {
    max-width: 70ch;
}


/* =========================================================
   6. Services
   ========================================================= */

#first > p {
    max-width: 72ch;
    margin-left: auto;
    margin-right: auto;
}

.services-grid {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}

.service-card {
    flex: 1;
    padding: 2rem;
    border: 1px solid var(--joc-border);
    border-radius: var(--joc-radius);
    text-align: left;
    background: #fff;
    transition:
        transform var(--joc-transition),
        box-shadow var(--joc-transition);
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
}

.service-icon {
    text-align: center;
    margin-bottom: 1rem;
}

.service-card .icon {
    font-size: 2.75rem;
}

.service-card h3 {
    margin-top: .75rem;
    margin-bottom: 1rem;
    text-align: center;
}

.service-list {
    list-style: disc;
    margin-top: 1rem;
    margin-left: 1.5rem;
    padding-left: 0;
    text-align: left;
}

.service-list li {
    display: list-item;
    margin-bottom: .5rem;
    line-height: 1.7;
}


/* =========================================================
   7. Sample Work
   ========================================================= */

/* Keep the Stellar section width and left alignment.
   The text is made slightly more readable without creating
   a narrow centered column. */

#second p {
    font-size: 1.05em;
    line-height: 1.75;
    text-align: left;
    margin-bottom: 1.5rem;
}

#second h3 {
    text-align: center;
    margin-bottom: 1.25rem;
}


/* =========================================================
   8. Meet Julie
   ========================================================= */

#leadership .spotlight {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

#leadership .content {
    flex: 1;
}

#leadership p {
    max-width: 70ch;
    color: #5d656c;
}

.photo-stack {
    position: relative;
    flex: 0 0 260px;
    width: 260px;
    margin-left: 1rem;
     margin-left: 1rem;
    top: -40px;

}

.photo-accent {
    position: absolute;
    width: 200px;
    height: 260px;
    left: -25px;
    top: 20px;
    background: var(--joc-soft-green);
    border-radius: var(--joc-radius);
    z-index: 1;
}

.profile-photo {
    position: relative;
    z-index: 2;
    width: 208px;
    height: 260px;
    object-fit: cover;
    object-position: center top;
    border-radius: var(--joc-radius);
    display: block;
}


/* =========================================================
   9. Get Started
   ========================================================= */

/* Let Stellar control the CTA paragraph width and
   responsive typography. Only refine the spacing/background. */

#cta {
    background: #f7f9fc;
}

#cta .actions.special {
    margin-top: 2rem;
}

#cta p {
    font-size: 1.05em;
    color: var(--joc-text);
}

/* =========================================================
   10. Footer
   ========================================================= */

#footer {
    display: block;
    width: 100%;
    margin: 0;
    padding: 2.5rem 2rem;
    text-align: center;
}

#footer > * {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

#footer h4 {
    font-size: 1.3rem;
    margin-bottom: .4rem;
    color: #292929;
}

#footer p {
    font-size: 1.1rem;
    margin-bottom: .5rem;
    line-height: 1.5;
}

#footer .tagline {
    font-size: 1.1rem;
    color: var(--joc-text);
}

#footer .footer-links {
    font-size: 1.1rem;
}

#footer .footer-links a {
    border-bottom: none;
}

#footer .footer-links span {
    margin: 0 .75rem;
}

#footer .copyright {
    width: 100%;
    margin: 1.5rem 0 .5rem;
    font-size: .85rem;
    text-align: center;
}


/* =========================================================
   11. Responsive Refinements
   ========================================================= */

@media screen and (max-width: 980px) {

    #intro .spotlight .image {
        flex: 0 1 auto;
        margin-bottom: 2em;
    }

    #intro .spotlight .image img {
        width: 16em;
    }

    .services-grid {
        flex-direction: column;
    }

    .service-card {
        padding: 1.5rem;
    }

    #leadership .spotlight {
        gap: 1.5rem;
    }

    .photo-stack {
        margin-left: 0;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 736px) {

    #intro .spotlight .image img {
        width: 12em;
    }

    .service-card {
        padding: 1.25rem;
    }

    #intro .spotlight .image {
        flex-basis: 275px;
    }

    #intro .content {
        padding-right: 0;
    }

    #second p {
        font-size: 1em;
    }

    #footer {
        padding: 2.5rem 1.5rem 1rem;
    }
}

/* Mobile Navigation */
@media screen and (max-width: 736px) {
    #nav {
        display: block;
        position: relative;
        width: 100%;
        max-width: none;
        padding: 0.75em 0.5em;
        border-radius: 0;
    }

    #nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.35em;
    }

    #nav ul li {
        margin: 0;
    }

   #nav ul li a {
        font-size: 0.85em;
        height: 2.25em;
        line-height: 2.25em;
        padding: 0 0.9em;
    }

    #nav + #main {
        padding-top: 0;
    }
}
