/* ================= HOME PAGE ================= */

.section-subtitle {
    text-align: center;
    max-width: 600px;
    margin: -25px auto 45px;
    color: #8EB69B;
    font-size: 1rem;
}

/* Hero (home page specific background image) */
.hero-banner.home-hero {
    background-image: url('../images/photos/kg-41-portrait-emerald-gold-jewelry.jpg');
    background-position: center 20%;
    height: 94vh;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hero-banner.home-hero .hero-title {
    font-family: var(--kg-heading-font, 'Cormorant Garamond', serif);
    color: var(--kaaya-beige, #C9E4D2);
    text-shadow: 0 4px 24px rgba(5,31,32,0.55), 0 1px 4px rgba(5,31,32,0.4);
}
.hero-banner.home-hero .hero-subtitle {
    color: var(--kaaya-white, #DAF1DE);
    text-shadow: 0 2px 12px rgba(5,31,32,0.55);
}
.hero-banner.home-hero .hero-buttons { margin-top: 10px; }
.hero-banner.home-hero .scroll-indicator { border-color: var(--kaaya-white, #DAF1DE); }
.hero-banner.home-hero .scroll-indicator::after { background: var(--kaaya-white, #DAF1DE); }

/* ================= HOME HERO — MEGA TITLE LAYOUT ================= */
.home-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 150px 24px 70px;
    box-sizing: border-box;
}
.home-hero-title-wrap { width: 100%; text-align: center; }
.home-hero-title {
    font-family: var(--kg-heading-font, 'Cormorant Garamond', serif);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: clamp(52px, 10.5vw, 168px);
    line-height: 0.9;
    color: var(--kaaya-beige, #C9E4D2);
    margin: 0 0 20px;
}
.home-hero-subtitle {
    font-family: var(--kg-body-font, 'Inter', sans-serif);
    font-size: clamp(13px, 1.4vw, 17px);
    letter-spacing: 0.08em;
    color: var(--kaaya-beige, #C9E4D2);
    opacity: 0.88;
    margin: 0;
}
.home-hero-cta {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(5,31,32,0.85);
    border: 1px solid rgba(201,228,210,0.35);
    color: var(--kaaya-beige, #C9E4D2);
    padding: 16px 22px 16px 18px;
    border-radius: 999px;
    font-family: var(--kg-body-font, 'Inter', sans-serif);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-decoration: none;
    backdrop-filter: blur(6px);
    transition: background 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}
.home-hero-cta:hover { background: var(--kaaya-olive, #235347); border-color: var(--kaaya-olive, #235347); transform: translateY(-3px); }
.home-hero-cta-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--kaaya-beige, #C9E4D2); flex-shrink: 0; }
.home-hero-cta-icon { display: inline-flex; width: 15px; height: 15px; transform: rotate(-45deg); flex-shrink: 0; }
.home-hero-cta-icon svg { width: 100%; height: 100%; }

@media (max-width: 768px) {
    .hero-banner.home-hero { height: auto; min-height: 88vh; }
    .home-hero-content { padding: 120px 20px 50px; }
}

/* ================= HERO TAGLINE BAR ================= */
.home-hero-bar { background: var(--kaaya-black, #051F20); padding: 26px 0; }
.home-hero-bar-inner { display: flex; align-items: center; }
.home-hero-bar-text {
    font-family: var(--kg-heading-font, 'Cormorant Garamond', serif);
    font-weight: 600;
    font-size: clamp(17px, 2.3vw, 27px);
    color: var(--kaaya-beige, #C9E4D2);
    margin: 0;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ================= FEATURED SERVICES ================= */
/* 3 columns x 2 rows, centered */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 280px));
    justify-content: center;
    gap: 40px 30px;
    max-width: 1100px;
    margin: 0 auto;
}
.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.service-img-wrap {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 18px;
}
.service-card .service-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.service-card:hover .service-img-wrap img {
    transform: scale(1.08);
}
.service-card h3 {
    margin-bottom: 8px;
}
.service-card p {
    font-size: 0.92rem;
    color: #8EB69B;
}
.service-card .btn-secondary {
    margin-top: auto;
    padding: 10px 26px;
}

/* ================= MEMBERSHIP PLANS ================= */
.membership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
}
.membership-card {
    position: relative;
    overflow: hidden;
    padding: 50px 32px 40px;
    border: 1px solid rgba(0,0,0,0.06);
}
.membership-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--primary), var(--gold));
}
.plan-icon {
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.membership-card h3 {
    font-size: 1.7rem;
    margin-bottom: 6px;
}
.membership-card .price {
    font-family: var(--heading-font);
    font-size: 2.1rem;
    color: var(--dark);
    margin-bottom: 20px;
}
.membership-card .price span {
    font-family: var(--body-font);
    font-size: 0.95rem;
    color: #B4D3BC;
    font-weight: 400;
}
.membership-card ul {
    margin: 0 0 25px;
    text-align: left;
}
.membership-card ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 0.95rem;
}
.membership-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: 700;
}
.membership-card .btn-primary {
    display: block;
    width: 100%;
    text-align: center;
}
.membership-card.highlight {
    transform: scale(1.06);
    border: 2px solid var(--gold);
    box-shadow: 0 25px 55px rgba(199,166,106,0.28);
    z-index: 2;
}
.membership-card.highlight::after {
    content: 'Most Popular';
    position: absolute;
    top: 24px;
    right: -38px;
    background: var(--gold);
    color: var(--white);
    padding: 6px 45px;
    transform: rotate(45deg);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.membership-card.highlight:hover,
.membership-card:hover {
    transform: translateY(-8px) scale(1.0);
}
.membership-card.highlight:hover {
    transform: translateY(-8px) scale(1.06);
}

/* ================= WHY CHOOSE US (image + icon-list layout) ================= */
.why-choose-layout {
    display: flex;
    align-items: center;
    gap: 60px;
}
.why-choose-image {
    flex: 1;
    aspect-ratio: 4 / 5;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}
.why-choose-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-choose-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.why-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.why-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--primary));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}
.why-item h3 {
    margin-bottom: 6px;
    font-size: 1.2rem;
}
.why-item p {
    margin-bottom: 0;
    color: #8EB69B;
    font-size: 0.95rem;
}

/* ================= GALLERY COLLAGE ================= */
.gallery-collage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 130px;
    grid-auto-flow: dense;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
}
.collage-item {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.collage-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(5,31,32,0);
    transition: background 0.4s ease;
    pointer-events: none;
}
.collage-item:hover::after { background: rgba(5,31,32,0.15); }
.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.collage-item:hover img {
    transform: scale(1.12);
}
.collage-big { grid-column: span 2; grid-row: span 2; }
.collage-tall { grid-row: span 2; }
.collage-wide { grid-column: span 2; }
.gallery-cta {
    text-align: center;
    margin-top: 40px;
}

/* ================= REVIEWS ================= */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
.review-card {
    position: relative;
    background: var(--white);
    border-radius: 0;
    padding: 40px 30px 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.review-card::before {
    content: '\201C';
    position: absolute;
    top: 6px;
    left: 22px;
    font-family: var(--heading-font);
    font-size: 4.5rem;
    color: rgba(199,166,106,0.22);
    line-height: 1;
}
.review-stars {
    position: relative;
    color: var(--gold);
    letter-spacing: 3px;
    margin-bottom: 16px;
    font-size: 1.05rem;
}
.review-text {
    position: relative;
    font-style: italic;
    color: var(--dark);
    margin-bottom: 22px;
    font-size: 0.95rem;
}
.review-author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.review-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.review-author h4 {
    margin: 0;
    font-size: 1rem;
}
.review-author span {
    font-size: 0.82rem;
    color: var(--gold);
    font-weight: 600;
}

/* ================= FINAL CTA (full-bleed dark luxury band) ================= */
.kg-final-cta {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 20px;
    text-align: center;
    overflow: hidden;
}
.kg-final-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5,31,32,0.72) 0%, rgba(5,31,32,0.55) 50%, rgba(5,31,32,0.78) 100%);
}
.kg-final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 640px;
    margin: 0 auto;
}
.kg-final-cta .kg-eyebrow { color: var(--kaaya-gold, #8EB69B); border-color: rgba(201,228,210,0.35); }
.kg-final-cta .kg-heading { color: var(--kaaya-beige, #C9E4D2); }
.kg-final-cta .kg-lede { color: rgba(218,241,222,0.85); margin: 0 auto 34px; }
.kg-final-cta .kg-btn { margin: 0 auto; }

/* ================= PACKAGES / GALLERY SECTION HEADERS (shared) ================= */
.kg-packages-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 44px;
}
.kg-packages-head .kg-heading { margin-bottom: 12px; }
.kg-packages-head .kg-lede { margin-bottom: 0; }
.kg-packages-head .kg-link-cta { flex-shrink: 0; margin-bottom: 4px; }
@media (max-width: 700px) {
    .kg-packages-head { flex-direction: column; align-items: flex-start; }
}

/* ================= NEWSLETTER / SUBSCRIBE ================= */
.newsletter {
    background: linear-gradient(135deg, var(--primary) 0%, #0B2B26 100%);
    text-align: center;
}
.newsletter .section-title,
.newsletter .section-title::after {
    color: var(--white);
}
.newsletter .section-title::after {
    background: var(--gold);
}
.newsletter > .container > p {
    color: rgba(255,255,255,0.85);
    max-width: 500px;
    margin: 0 auto 30px;
}
.newsletter .newsletter-form {
    display: flex;
    max-width: 480px;
    margin: 0 auto;
    background: var(--white);
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}
.newsletter .newsletter-form input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    padding: 14px 20px;
    border-radius: 50px;
    color: var(--dark);
    font-family: var(--body-font);
}
.newsletter .newsletter-form input:focus {
    outline: none;
}
.newsletter .newsletter-form .btn-subscribe {
    flex-shrink: 0;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    background: var(--gold);
    color: var(--dark);
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.newsletter .newsletter-form .btn-subscribe:hover {
    background: var(--dark);
    color: var(--white);
    box-shadow: 0 0 20px rgba(199,166,106,0.6);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
    .services-grid { grid-template-columns: repeat(2, minmax(0, 280px)); }
    .reviews-grid { grid-template-columns: 1fr; }
    .why-choose-layout { flex-direction: column; }
    .why-choose-image { width: 100%; max-width: 420px; }
    .membership-card.highlight { transform: none; }
    .membership-card.highlight:hover { transform: translateY(-8px); }
}
@media (max-width: 768px) {
    .membership-grid { grid-template-columns: 1fr; max-width: 400px; }
    .gallery-collage { grid-template-columns: repeat(2, 1fr); }
    .collage-big, .collage-wide { grid-column: span 2; }
}
@media (max-width: 576px) {
    .services-grid { grid-template-columns: 1fr; max-width: 320px; }
    .newsletter .newsletter-form { flex-direction: column; background: transparent; box-shadow: none; gap: 12px; }
    .newsletter .newsletter-form input { background: var(--white); }
    .newsletter .newsletter-form .btn-subscribe { width: 100%; }
}
