/*
    OurTimeIsNow
    Author: MarkWillis.co.uk
*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #efe8d8;
    color: #2a2a28;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
    font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif;
    font-weight: 400;
    color: #2a2a28;
    line-height: 1.3;
}

a {
    color: #CC7722;
    text-decoration: none;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

a:hover {
    color: #a35f1a;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---- HEADER / NAV ---- */

.site-header {
    background-color: #e8e0ce;
    border-bottom: 1px solid #d8cfbc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 72px;
}

.header-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
    height: 72px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-logo {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 24px;
    color: #2a2a28;
    letter-spacing: -0.5px;
}

.site-logo span {
    color: #CC7722;
}

.main-nav {
    list-style: none;
}

.main-nav li {
    display: inline-block;
    margin-left: 32px;
}

.main-nav li:first-child {
    margin-left: 0;
}

.main-nav a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #5a574e;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: #CC7722;
    border-bottom-color: #CC7722;
}

/* Mobile hamburger */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px;
    margin-right: -12px;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #2a2a28;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-toggle span:last-child {
    margin-bottom: 0;
}

/* ---- HERO ---- */

.hero {
    margin-top: 72px;
    padding: 80px 0 60px 0;
    background-color: #efe8d8;
    position: relative;
    overflow: hidden;
}

.hero-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
}

.hero-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
}

.hero-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}

.hero-image-frame {
    width: 100%;
    padding-top: 120%;
    background-color: #c9bfa8;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.hero-image-frame .placeholder-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    color: #8a8070;
    font-size: 14px;
    text-align: center;
    padding: 20px;
    background: linear-gradient(160deg, #d4c9b4 0%, #bfb49c 40%, #a89a80 100%);
}

.placeholder-img svg {
    margin-bottom: 12px;
    opacity: 0.5;
}

.image-home1 {
    background: url("../img/pete-pavan-greek-temple.jpg") bottom right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.image-home2 {
    background: url("../img/pete-pavan-beach.jpg") bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.hero h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #2a2a28;
}

.hero h1 em {
    font-style: italic;
    color: #CC7722;
}

.hero-sub {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 22px;
    font-style: italic;
    color: #6b665b;
    margin-bottom: 28px;
    line-height: 1.5;
}

.hero-body {
    font-size: 17px;
    line-height: 1.8;
    color: #4a463e;
    margin-bottom: 36px;
    max-width: 540px;
}

.btn {
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 16px 36px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-align: center;
}

.btn-primary {
    background-color: #CC7722;
    color: #FFFFFF;
}

.btn-primary:hover {
    background-color: #b5691e;
    color: #FFFFFF;
}

.btn-outline {
    background-color: transparent;
    color: #CC7722;
    border: 2px solid #CC7722;
}

.btn-outline:hover {
    background-color: #CC7722;
    color: #FFFFFF;
}

/* ---- SECTION: WHAT BRINGS YOU HERE ---- */

.section {
    padding: 70px 0;
}

.section-alt {
    background-color: #e8e0ce;
}

.section-heading {
    font-size: 32px;
    margin-bottom: 12px;
    text-align: center;
}

.section-subheading {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #6b665b;
    text-align: center;
    margin-bottom: 48px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Concern cards */
.concerns-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.concern-card {
    background-color: #f5efe2;
    border: 1px solid #ddd5c3;
    border-radius: 6px;
    padding: 32px 28px;
    width: calc(30% - 12px);
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.concern-card:hover {
    border-color: #CC7722;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.concern-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.concern-card p {
    font-size: 15px;
    color: #6b665b;
    line-height: 1.6;
}

.concern-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px auto;
    opacity: 0.6;
}

/* ---- SECTION: APPROACH ---- */

.approach-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.approach-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
}

.approach-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}

.approach-image-frame {
    width: 100%;
    background-color: #c9bfa8;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.approach-image-frame .placeholder-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    color: #8a8070;
    font-size: 14px;
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #d4c9b4 0%, #c2b69e 50%, #a89a80 100%);
}

.approach-text h2,
.approach-text h3 {
    font-size: 30px;
    margin-bottom: 16px;
}

.approach-text p {
    font-size: 17px;
    color: #4a463e;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* ---- SECTION: PULL QUOTE / TESTIMONIAL ---- */

.quote-section {
    padding: 60px 0;
    text-align: center;
    background-color: #efe8d8;
}

.pull-quote {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-style: italic;
    font-size: 24px;
    color: #5a574e;
    max-width: 700px;
    margin: 0 auto 20px auto;
    line-height: 1.5;
    position: relative;
    padding: 0 40px;
}

.pull-quote:before {
    content: "\201C";
    font-size: 72px;
    color: #CC7722;
    position: absolute;
    top: -20px;
    left: -10px;
    font-family: Georgia, serif;
    line-height: 1;
    opacity: 0.4;
}

.quote-attr {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #8a8070;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ---- CTA BAND ---- */

.cta-band {
    background-color: #CC7722;
    padding: 52px 0;
    text-align: center;
}

.cta-band h2,
.cta-band h3 {
    color: #FFFFFF;
    font-size: 28px;
    margin-bottom: 12px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

.cta-band p {
    color: #f5e6cd;
    font-size: 17px;
    margin-bottom: 28px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

.btn-white {
    background-color: #FFFFFF;
    color: #CC7722;
    font-weight: 600;
}

.btn-white:hover {
    background-color: #f5efe2;
    color: #a35f1a;
}

/* ---- FOOTER ---- */

.site-footer {
    background-color: #3a3832;
    color: #b0a998;
    padding: 48px 0 32px 0;
    font-size: 14px;
}

.footer-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 32px;
}

.footer-col h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #d8cfbc;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
}

.footer-col p,
.footer-col a {
    color: #b0a998;
    line-height: 1.8;
    font-size: 14px;
}

.footer-col p.smaller {
    font-size: 12px;
    line-height: 1.4em;
    color: #868279;
    margin: 15px 0 0 0;
}

.footer-col a:hover {
    color: #CC7722;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 6px;
}

.footer-bottom {
    border-top: 1px solid #4e4c46;
    padding-top: 24px;
    text-align: center;
    font-size: 13px;
    color: #807a6e;
}

/* ---- ABOUT PAGE ---- */

.page-header {
    margin-top: 72px;
    padding: 56px 0 40px 0;
    text-align: center;
    background-color: #e8e0ce;
    border-bottom: 1px solid #d8cfbc;
}

.page-header h1 {
    font-size: 36px;
}

.page-header p {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-style: italic;
    font-size: 17px;
    color: #6b665b;
    margin-top: 10px;
}

.content-block {
    max-width: 680px;
    margin: 0 auto;
    padding: 50px 24px;
}

.content-block h2 {
    font-size: 26px;
    margin-bottom: 16px;
}

.content-block p {
    font-size: 17px;
    color: #4a463e;
    line-height: 1.85;
    margin-bottom: 18px;
}

/* ---- SERVICES / WHAT I OFFER ---- */

.service-item {
    background-color: #f5efe2;
    border: 1px solid #ddd5c3;
    border-radius: 6px;
    padding: 36px 32px;
    margin-bottom: 24px;
}

.service-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.service-item p {
    font-size: 16px;
    color: #5a574e;
    line-height: 1.7;
}

.service-tag {
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #CC7722;
    background-color: #f5e6cd;
    padding: 4px 12px;
    border-radius: 3px;
    margin-top: 12px;
}

/* ---- CONTACT ---- */

.contact-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    max-width: 860px;
    margin: 0 auto;
}

.contact-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
}

.contact-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
}

.contact-info h3 {
    font-size: 22px;
    margin-bottom: 16px;
}

.contact-info p {
    font-size: 16px;
    color: #5a574e;
    line-height: 1.7;
    margin-bottom: 12px;
}

.contact-detail {
    font-size: 15px;
    color: #6b665b;
    margin-bottom: 8px;
}

.contact-detail strong {
    color: #2a2a28;
}

.form-field {
    margin-bottom: 20px;
}

.form-field label {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #5a574e;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 14px 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #2a2a28;
    background-color: #f5efe2;
    border: 1px solid #d8cfbc;
    border-radius: 4px;
    -webkit-transition: border-color 0.25s ease;
    -moz-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
    outline: none;
    -webkit-appearance: none;
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: #CC7722;
}

.form-field textarea {
    height: 140px;
    resize: vertical;
}


/* ================================================
    MOBILE RESPONSIVE — min 48px touch targets
    ================================================ */

@media screen and (max-width: 768px) {

    .site-header {
        height: 64px;
    }

    .header-inner {
        height: 64px;
    }

    .site-logo {
        font-size: 21px;
    }

    .nav-toggle {
        display: block;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background-color: #e8e0ce;
        border-bottom: 1px solid #d8cfbc;
        padding: 16px 0;
        -webkit-box-shadow: 0 8px 24px rgba(0,0,0,0.08);
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    }

    .main-nav.open {
        display: block;
    }

    .main-nav li {
        display: block;
        margin: 0;
    }

    .main-nav a {
        display: block;
        padding: 16px 24px;
        font-size: 16px;
        border-bottom: none;
    }

    .main-nav a:hover,
    .main-nav a:active {
        background-color: #ddd5c3;
    }

    /* Hero */
    .hero {
        margin-top: 64px;
        padding: 40px 0 36px 0;
    }

    .hero-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero-sub {
        font-size: 17px;
    }

    .hero-body {
        font-size: 16px;
    }

    .hero-image {
        min-height: 300px;
        width: 100%;
    }

    .btn {
        padding: 16px 32px;
        font-size: 15px;
        width: 100%;
        text-align: center;
    }

    /* Sections */
    .section {
        padding: 48px 0;
    }

    .section-heading {
        font-size: 26px;
    }

    .concerns-grid {
        gap: 16px;
    }

    .concern-card {
        width: 100%;
        padding: 24px 20px;
    }

    .approach-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 28px;
    }

    .pull-quote {
        font-size: 20px;
        padding: 0 20px;
    }

    .cta-band {
        padding: 40px 24px;
    }

    .cta-band h2 {
        font-size: 24px;
    }

    /* Contact */
    .contact-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px;
    }

    /* Footer */
    .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
    }
}

/* ---- Subtle fade-in on scroll ---- */

.fade-up {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    -moz-transition: opacity 0.6s ease, -moz-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

/* ---- Page visibility (SPA-style) ---- */
.page {
    display: none;
}

.page.active {
    display: block;
}