/* ==========================================================
HOME HERO
========================================================== */
.home-hero{
position:relative;
font-family: "Lato", sans-serif;
}
.hero-image{
background:
    linear-gradient(
        90deg,
        rgba(250,247,240,.88) 0%,
        rgba(250,247,240,.72) 30%,
        rgba(250,247,240,.30) 55%,
        rgba(250,247,240,0) 78%
    ),
    url("../img/hero-home_wekopa-cholla_2048x1024.jpg") center center / cover no-repeat;
}

.hero-image > .row{
    padding-top:2rem;
    padding-bottom:2rem;
}

.hero-copy{
    padding-left: 3rem;
    padding-right:2rem;
	padding-top: 2rem;
}

.home-hero h1{
    margin:0 0 1rem;
    max-width:20ch;
    font-size:clamp(1.8rem, 2.5vw, 2.55rem);
    font-weight:900;
    line-height:1.12;
    letter-spacing:-.025em;
    color:var(--psg-green-dark);
}
.hero-summary{
    max-width:21.1rem;
    margin:0 0 1.5rem;
   color:var(--psg-green-dark);
    font-size:1.1rem;
    font-weight:600;
    line-height:1.55;
}
.hero-actions{
    display:flex;
    align-items:center;
    gap:1rem;
    flex-wrap:wrap;
}


.hero-note{
    display:flex;
    align-items:flex-start;
    gap:.65rem;
    font-size:.92rem;
    font-weight:600;
    line-height:1.35;
    color:var(--psg-ink);
}

.hero-note i{
    color:var(--psg-green);
    font-size:1.4rem;
    line-height:1;
    flex:0 0 auto;
    margin-top:.5rem;
}



/* ---------- Quote Panel ---------- */
.hero-panel{
    background:#fff;
    max-width:410px;
    margin-left:1rem;
	margin-right: 4rem;
    border-radius:12px;
    padding:1.25rem 1.5rem;
    box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.hero-panel-header{
    border-bottom:1px solid rgba(5,59,104,.15);
    padding-bottom:1rem;
    margin-bottom:1.25rem;
}

.hero-panel-footer{
    border-top:1px solid rgba(5,59,104,.15);
    padding-top:1.25rem;
    margin-top:1rem;
}

.hero-panel h2{
    color:var(--psg-green);
	margin:0rem;
    font-size:1.4rem;
    font-weight: 900;
}

.hero-panel ul{
    margin:1.25rem 0;
}

.hero-panel li{
    margin-bottom:1.1rem;
}

.hero-panel .btn-secondary{
    margin-top:.75rem;
}

.hero-steps{
margin:.85rem 0 1rem;
list-style:none;
    border-top:1px solid var(--psg-border);
    border-bottom:1px solid var(--psg-border);
    padding:.85rem 0;
}

.hero-steps li{
	position:relative;
    font-size:1rem;
    margin-bottom:.65rem;
    line-height:1.35;
}

.hero-steps li i{
    font-size:1.4rem;
    color:var(--psg-green);
	margin: 0.5rem 1rem 0 0;
}

.hero-panel .btn{
    margin-top:.35rem;
}

.btn-block{
display:block;
width:100%;
text-align:center;
}
.hero-panel-note{
font-size:.95rem;     
margin-top:1rem;

}
/* ==========================================================
Responsive
========================================================== */
@media (max-width:900px){
.hero-image{
padding:5rem 0;
}
.hero-panel{
margin-top:2.5rem;
}
}
@media (max-width:640px){
.hero-image{
padding:4rem 0;
}
.home-hero h1{
max-width:none;
}
.hero-panel {
margin-left:2rem; 
}
}

/* ---------- Trust Line ---------- */

.home-trust-line{
  background-color: var(--psg-sand);
      border-top:1px solid var(--psg-border);
    border-bottom:1px solid var(--psg-border);
}

.home-trust-inner{
    max-width:62.5em;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.home-trust-item{
    position:relative;
    display:flex;
    gap:.9rem;
    padding:1.45rem 1.35rem;
    text-align:left;
}

.home-trust-item + .home-trust-item::before{
    content:"";
    position:absolute;
    left:0;
    top:15%;
    height:70%;
    width:1px;
    background:var(--psg-border);
}

.home-trust-item i{
    flex:0 0 auto;
    color:var(--psg-gold);
    font-size:1.85rem;
    line-height:1;
    margin-top:.15rem;
}

.home-trust-item h2{
    margin:0 0 .45rem;
    padding-bottom:.45rem;
    border-bottom:1px solid var(--psg-border);
    color:var(--psg-green-dark);
    font-family:"Lato",sans-serif;
    font-size:.95rem;
    font-weight:900;
    line-height:1.2;
}

.home-trust-item p{
    margin:0;
    color:var(--psg-muted);
    font-family:"Lato",sans-serif;
    font-size:.84rem;
    line-height:1.35;
}

.home-trust-content{
    flex:1;
}

@media (max-width:900px){

    .home-trust-inner{
        grid-template-columns:repeat(2,1fr);
    }

    .home-trust-item:nth-child(3)::before{
        display:none;
    }

    .home-trust-item:nth-child(n+3){
        border-top:1px solid var(--psg-border);
    }
}

/* ---------- Trust Line - Responsive ---------- */

@media (max-width:900px){

    .home-trust-inner{
        grid-template-columns:repeat(2,1fr);
    }

    /* Remove all desktop vertical dividers */
    .home-trust-item::before,
    .home-trust-item + .home-trust-item::before{
        display:none;
    }

    /* Add divider between the two rows */
    .home-trust-item:nth-child(n+3){
        border-top:1px solid var(--psg-border);
    }

}

@media (max-width:560px){

    .home-trust-inner{
        grid-template-columns:1fr;
    }

    .home-trust-item{
        padding:1.25rem 1.35rem;
        border-top:0; /* Reset tablet borders */
    }

    /* Remove all pseudo-element dividers */
    .home-trust-item::before,
    .home-trust-item + .home-trust-item::before{
        display:none;
    }

    /* Divider between stacked items only */
    .home-trust-item + .home-trust-item{
        border-top:0;
    }

    /* Cleaner headings */
    .home-trust-item h2{
        border-bottom:0;
        padding-bottom:0;
        margin-bottom:.3rem;
    }

}

/* ---------- Featured Cards ---------- */

.home-featured{
    padding: 2.5rem 0;
    background:#fff;
}

.home-section-header{
    max-width:46rem;
    margin:0 auto 2rem;
    text-align:center;
}

.home-section-header h2{
    color:var(--psg-green-dark);
    font-family:"Lato",sans-serif;
    font-size:1.8rem;
    font-weight:900;
}

.home-section-header p{
    margin:0;
    color:var(--psg-muted);
    font-family:"Lato",sans-serif;
    font-size:1.05rem;
    line-height:1.65;
}

.home-card-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:1.75rem;
}

.home-card{
    overflow:hidden;
    background:#fff;
    border:1px solid var(--psg-border);
    border-radius:10px;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
    transition:box-shadow .2s ease;
}

.home-card:hover{
    box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.home-card-image{
    position:relative;
}

.home-card-image img{
    display:block;
    width:100%;
    aspect-ratio:4 / 3;
    object-fit:cover;
}

.home-card-image i{
    position:absolute;
    left:50%;
    bottom:-18px;
    transform:translateX(-50%);

    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:var(--psg-green);

    border:2px solid var(--psg-green);
    border-radius:50%;

    font-size:1.15rem;
}

.home-card-body{
    padding:2rem 1.4rem 1.5rem;
    text-align:center;
}

.home-card-body h3{
    margin:0 0 .75rem;
    color:var(--psg-green-dark);
    font-family:"Lato",sans-serif;
    font-size:1.2rem;
    font-weight:900;
}

.home-card-body p{
    margin:0 0 1.5rem;
    color:var(--psg-muted);
    font-family:"Lato",sans-serif;
    font-size:.95rem;
    line-height:1.6;
}

/* ---------- Featured Cards - Responsive ---------- */

@media (max-width:900px){

    .home-card-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:560px){

    .home-featured{
        padding:2.25rem 0;
    }

    .home-card-grid{
        grid-template-columns:1fr;
        gap:1.5rem;
    }

    .home-section-header{
        margin-bottom:1.5rem;
    }

    .home-section-header h2{
        font-size:1.55rem;
    }

    .home-section-header p{
        font-size:.98rem;
        line-height:1.55;
    }

}




/* ==========================================================
   Arizona Golf Vacation Specialist
========================================================== */

.home-specialist{
    padding:4.75rem 3rem;
    background:var(--psg-sand);
}

.home-specialist-header{
    max-width:56rem;
    margin:0 auto 2.75rem;
    text-align:center;
}

.home-specialist-header h2{
    margin:0 0 1rem;
    color:var(--psg-green-dark);
    font-family:"Lato",sans-serif;
    font-size:1.85rem;
    font-weight:900;
    line-height:1.2;
}

.home-specialist-header p{
    margin:0;
    color:var(--psg-muted);
    font-size:1.05rem;
    line-height:1.75;
}

.home-specialist-article{
    max-width:60rem;
    margin:0 auto;
}

.home-specialist-photo{
    float:left;
    width:36%;
    max-width:380px;

    margin:0 2.5rem 1.5rem 0;

    display:block;

    border-radius:14px;
    box-shadow:0 10px 24px rgba(0,0,0,.10);
}

.home-specialist-article h3{
    clear:both;

    margin:2rem 0 1rem;

    color:var(--psg-green-dark);
    font-family:"Lato",sans-serif;
    font-size:1.45rem;
    font-weight:900;
    line-height:1.25;
}

.home-specialist-article p{
    margin:0 0 1.25rem;
    color:var(--psg-muted);
    font-size:1rem;
    line-height:1.8;
}

.home-specialist-article strong{
    color:var(--psg-green-dark);
    font-weight:900;
}

.home-specialist-article::after{
    content:"";
    display:block;
    clear:both;
}

/* ==========================================================
   Responsive
========================================================== */

@media (max-width:640px){

    .home-specialist-header{
        text-align:left;
        margin:0 0 1.5rem;
        max-width:none;
    }

}

@media (max-width:800px){

    .home-specialist{
        padding:3.5rem 0;
    }

    .home-specialist-photo{
        float:none;
        width:100%;
        max-width:none;
        margin:0 0 2rem;
    }

    .home-specialist-article h3{
        clear:none;
    }

}



/* ---------- Featured Lists ---------- */

.home-featured-lists{
    padding:4.5rem 0;
    background: White;
}

.home-feature-list-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:1.5rem;
    padding-bottom:.75rem;
    border-bottom:2px solid var(--psg-border);
}

.home-feature-list-header h2{
    margin:0;
    color:var(--psg-green-dark);
    font-family:"Lato",sans-serif;
    font-size:1.35rem;
    font-weight:900;
}

.home-feature-list-header a{
    color:var(--psg-green);
    text-decoration:none;
    font-family:"Lato",sans-serif;
    font-size:.85rem;
    font-weight:700;
}

.home-feature-list-header a i{
    margin-left:.2rem;
    font-size:.75rem;
}

.home-feature-item{
    display:grid;
    grid-template-columns:130px 1fr;
    gap:1.15rem;
    align-items:center;

    padding:1rem 0;
    border-bottom:1px solid var(--psg-border);
}

.home-feature-item:last-child{
    border-bottom:0;
}

.home-feature-item img{
    display:block;
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    border-radius:8px;
}

.home-feature-content h3{
    margin:0 0 .25rem;
    font-family:"Lato",sans-serif;
    font-size:1.05rem;
    font-weight:900;
    line-height:1.25;
}

.home-feature-content h3 a{
    color:var(--psg-green-dark);
    text-decoration:none;
}

.home-feature-content h3 a:hover{
    color:var(--psg-green);
}

.home-feature-content p{
    margin:0 0 .75rem;
    color:var(--psg-muted);
    font-size:.88rem;
    line-height:1.4;
}



/* ---------- Testimonials ---------- */

.home-testimonials{
    padding:4.5rem 0;
	background:
linear-gradient(
    to bottom,
    #f8f4ec,
    #f3ede2);
}

.home-testimonials-inner{
    max-width:46rem;
    margin:0 auto;
    text-align:center;
}

.home-testimonials h2{
    margin:0 0 1.5rem;
    color:var(--psg-green-dark);
    font-family:"Lato",sans-serif;
    font-size:1.8rem;
    font-weight:900;
    line-height:1.2;
}

.home-testimonial-orbit{
    margin:0;
}

.home-testimonial{
    position:relative;
    padding:0 3.5rem;
}

.home-quote-mark{
    color:var(--psg-gold);
    font-family:Georgia,serif;
    font-size:5rem;
    line-height:1;
    margin-bottom:-2rem;
}

.home-testimonial blockquote{
    margin:0;
    padding:0;
    border:0;
    color:var(--psg-ink);
    font-family:"Lato",sans-serif;
    font-size:1.25rem;
    font-weight:400;
    line-height:1.6;
}

.home-testimonial-author{
    margin:1.25rem 0 0;
    color:var(--psg-green-dark);
    font-family:"Lato",sans-serif;
    font-size:.95rem;
    font-weight:900;
}

.home-reviews-link{
    margin:1.75rem 0 0;
}

.home-reviews-link a{
    color:var(--psg-green);
    font-family:"Lato",sans-serif;
    font-size:.9rem;
    font-weight:900;
    text-decoration:none;
}

.home-reviews-link a:hover{
    color:var(--psg-green-dark);
}

/* Orbit controls */

.home-testimonials .orbit-bullets{
    display:none;
}

.home-testimonials .orbit-prev,
.home-testimonials .orbit-next{
    background:transparent;
    font-size:2rem;
    width:2.5rem;
    height:2.5rem;
    line-height:2.5rem;
    margin-top:-1.25rem;
	 z-index:100;
}

.home-testimonials .orbit-prev:hover,
.home-testimonials .orbit-next:hover{
    background:transparent;
}

.home-testimonials .orbit-prev span{
    border-right-color:var(--psg-green);
}

.home-testimonials .orbit-next span{
    border-left-color:var(--psg-green);
}

.home-testimonials .orbit-prev:hover span{
    border-right-color:var(--psg-green-dark);
}

.home-testimonials .orbit-next:hover span{
    border-left-color:var(--psg-green-dark);
}

/* Show Orbit controls on touch devices */

.touch .home-testimonials .orbit-prev,
.touch .home-testimonials .orbit-next{
    display:block;
}

/* Responsive */


@media (max-width:640px){
    .home-testimonial{
        padding:0 2.5rem;
    }

    .home-testimonials .orbit-prev{
        left:.25rem;
    }

    .home-testimonials .orbit-next{
        right:.25rem;
    }

    .home-testimonials .home-testimonial{
        padding:0 2.75rem;
    }

}


/* ---------- CTA ---------- */

.home-cta{
    padding:0;
	background:var(--psg-green-dark);
	border-top: 4px solid var(--psg-gold);
}

.home-cta .row{
    display:flex;
    align-items:center;
}

.home-cta-inner{
    padding: 2.5rem;
    color:#fff;
}

.home-cta-copy{
    display:flex;
    align-items:center;
    gap:1.25rem;
}

.home-cta-copy i{
    flex:0 0 auto;
    font-size:2rem;
    color:var(--psg-gold);
}

.home-cta-copy h2{
    margin:0 0 .35rem;
    color:#fff;
    font-family:"Lato",sans-serif;
    font-size:1.3rem;
    font-weight:900;
    line-height:1.2;
}

.home-cta-copy p{
    margin:0;
    color:rgba(255,255,255,.85);
    font-family:"Lato",sans-serif;
    font-size:1rem;
}

.home-cta-action{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    padding-left:1.5rem;
    justify-content:center;
    height:100%;
}

.home-cta-action .btn{
    margin-bottom:.75rem;
}

.home-cta-action p{
    margin:0;
    color:rgba(255,255,255,.9);
    font-size:1rem;
}

.home-cta-action strong,
.home-cta-action strong a {
    color:#fff;
    font-weight:900;
}

/* ---------- CTA - Responsive ---------- */

@media (max-width:640px){

    .home-cta-inner{
        padding:2rem 1.5rem;
    }

    .home-cta .row{
        display:block;
    }

    .home-cta-copy{
        flex-direction:column;
        text-align:center;
        gap:.85rem;
        margin-bottom:2rem;
    }

    .home-cta-copy i{
        font-size:2.25rem;
    }

    .home-cta-copy h2{
        font-size:1.45rem;
    }

    .home-cta-action{
        padding-left:0;
        align-items:center;
        text-align:center;
    }

    .home-cta-action .btn{
        width:100%;
        max-width:320px;
        margin-bottom:1rem;
    }

}


/* ---------- Info + FAQ ---------- */

.home-info-faq{
    padding:4.5rem 0;
    background:#fff;
}

.home-info-faq-inner{
    display:flex;
    align-items:flex-start;
}

.home-vacation-box{
    background:#fff;
    border:1px solid var(--psg-border);
    border-radius:12px;
    padding:2rem 2rem 2rem;
}

.home-faq-box{
    padding:2rem;
    border:1px solid transparent;
    border-radius:12px;
}

.home-faq-preview{
    padding:0;
}

.home-vacation-box h2,
.home-faq-preview h2{
    margin:0 0 1rem;
    color:var(--psg-green-dark);
    font-family:"Lato",sans-serif;
    font-size:1.55rem;
    font-weight:900;
    line-height:1.2;
}

.home-vacation-box p{
    margin:0 0 1.4rem;
    color:var(--psg-muted);
    font-family:"Lato",sans-serif;
    font-size:.98rem;
    line-height:1.6;
}

.home-check-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:.9rem 1.5rem;

    margin:0;
    padding:0;
    list-style:none;
}

.home-check-list li{
    position:relative;

    padding-left:1.9rem;

    color:var(--psg-ink);
    font-family:"Lato",sans-serif;
    font-size:.92rem;
    font-weight:700;
    line-height:1.4;
}

.home-check-list li::before{
    position:absolute;
    left:0;
    top:.15rem;

    font-family:"foundation-icons";
    content:"\f126";

    color:var(--psg-green);

    font-size:1rem;
    line-height:1;
}

/* FAQ */

.home-faq-preview{
    padding:0 0 0 2rem;
}

.home-faq-accordion{
    margin:0;
}

.home-faq-accordion dd{
    margin:0 !important;
    border-bottom:1px solid var(--psg-border);
}

.home-faq-accordion dd:first-child{
    border-top:1px solid var(--psg-border);
}

.home-faq-accordion dd > a{
    position:relative;
    display:block;
    background:transparent;
    color:var(--psg-ink);
    padding:1rem 2.75rem 1rem 1rem;
    font-family:"Lato",sans-serif;
    font-size:.95rem;
    font-weight:900;
    line-height:1.35;
    text-decoration:none;
}

.home-faq-accordion dd > a::after{
    content:"+";
    position:absolute;
    right:1rem;
    top:50%;
    transform:translateY(-50%);
    color:var(--psg-green);
    font-size:1.25rem;
    font-weight:700;
}

.home-faq-accordion dd > a:hover{
    color:var(--psg-green-dark);
}

.home-faq-accordion .content{
    background:transparent;
    padding:0 2rem 1rem 0;
    color:var(--psg-muted);
    font-family:"Lato",sans-serif;
    font-size:.92rem;
    line-height:1.55;
	padding:0 2.75rem 1rem 1rem;
}

.home-faq-accordion .content.active{
    background:transparent;
}

.home-faq-link{
    margin:1.2rem 0 0;
}

.home-faq-link a{
    color:var(--psg-green);
    font-family:"Lato",sans-serif;
    font-size:.9rem;
    font-weight:900;
    text-decoration:none;
}

.home-faq-link a:hover{
    color:var(--psg-green-dark);
}

/* ---------- Info + FAQ - Responsive ---------- */

@media (max-width:640px){

    .home-info-faq{
        padding:3rem 0;
    }

    .home-info-faq-inner{
        display:block;
    }

.home-vacation-box{
    border:0;
    border-radius:0;
    padding:0;
    margin-bottom:2rem;
}

.home-faq-box{
    padding:0;
}

.home-faq-preview{
    padding:0;
}

    .home-vacation-box h2,
    .home-faq-preview h2{
        font-size:1.45rem;
    }

    .home-check-list{
        grid-template-columns:1fr;
        gap:.75rem;
    }

    .home-faq-accordion dd > a{
        padding:.95rem 2.5rem .95rem 1rem;
    }

    .home-faq-accordion .content{
        padding:0 2.5rem 1rem 1rem;
    }

}



/* ---------- Quick Links ---------- */

.home-quick-links{
    padding:2rem 0;
    background:#fff;
    border-top:1px solid var(--psg-border);
}

.home-quick-links h2{
    margin:0 0 0 1rem;

    color:var(--psg-green-dark);

    font-family:"Lato",sans-serif;
    font-size:1rem;
    font-weight:900;
    line-height:1.6;
}

.home-quick-links-nav{
    color:var(--psg-muted);
    font-family:"Lato",sans-serif;
    font-size:.92rem;
    line-height:1.9;
}

.home-quick-links-nav a{
    color:var(--psg-green);
    text-decoration:none;
}

.home-quick-links-nav a:hover{
    color:var(--psg-green-dark);
}

.home-quick-links-nav span{
    margin:0 .55rem;
    color:#B8B2A6;
}

@media (max-width:640px){
.home-quick-links h2{
    margin:0;
	}
}