﻿


/*title and image section*/

/* --- IMAGE TITLE BANNER (20% Height) --- */
.image-title-banner {
    position: relative;
    width: 100%;
    height: 30vh; /* Exactly % of screen height */
    min-height: 150px; /* Ensures visibility on very small screens */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* Background Image Setup */
    background: url('/css/images/matchaPowder.webp') center center no-repeat;
    background-size: cover;
    background-attachment: fixed; /* Parallax effect for elegance */
}

/* Gold Tint & Soft Theme Overlay */
.image-title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Subtle Gold and Pink tint */
    background: linear-gradient( to right, rgba(212, 175, 55, 0.1) 0%, rgba(255, 240, 245, 0.3) 50%, rgba(212, 175, 55, 0.1) 100% );
    z-index: 1;
}

/* Center Title Styling */
.image-title-center-box {
    position: relative;
    z-index: 2;
    text-align: center;
}

.image-title-main {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 0;
    /* Gold stroke/tint effect */
    -webkit-text-stroke: 0.5px rgba(212, 175, 55, 0.5);
}

.image-title-accent {
    color: #ffb7c5; /* Sakura Pink */
    font-style: italic;
    text-transform: none;
    letter-spacing: 2px;
}

/* Bottom Text Styling */
.image-title-footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.image-title-desc {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    opacity: 0.9;
    /* Matcha Green tint on the text */
    color: #dbe9d3;
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 768px) {
    .image-title-banner {
        height: 15vh; /* Slightly smaller on mobile to save space */
        background-attachment: scroll; /* Better performance on mobile */
    }

    .image-title-main {
        letter-spacing: 5px;
    }

    .image-title-desc {
        letter-spacing: 2px;
        font-size: 0.65rem;
    }
}




/*about me images--------------*/

/* --- ABOUT ME COLLAGE SECTION --- */
.product-card-catalog-about-section {
    padding: 100px 5%;
    background-color: #ffffff;
    font-family: 'Playfair Display', serif;
    background: linear-gradient(180deg, #ffffff 0%, rgba(212, 175, 55, 0.02) 100%);
}

.product-card-catalog-about-header {
    text-align: center;
    margin-bottom: 80px;
}

.product-card-catalog-about-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #1b4332; /* Deep Matcha Green */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.product-card-catalog-about-pink {
    color: #ffb7c5; /* Sakura Pink */
}

.product-card-catalog-about-subtitle {
    font-family: 'Inter', sans-serif;
    color: #d4af37; /* Gold Tint Text */
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-top: 10px;
}

/* Collage Grid Logic */
.product-card-catalog-about-collage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-card-catalog-about-block {
    display: flex;
    flex-direction: column;
    background: transparent;
}

/* Image Containers */
.product-card-catalog-about-image-wrap {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.2); /* Soft Gold Border */
}

.product-card-catalog-about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.product-card-catalog-about-block:hover .product-card-catalog-about-img {
    transform: scale(1.05);
}

/* Text Content Area */
.product-card-catalog-about-text {
    padding: 30px 15px;
    text-align: center;
}

.product-card-catalog-about-heading {
    color: #1b4332;
    font-size: 1.4rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

    /* Pink Underline Accent */
    .product-card-catalog-about-heading::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 25%;
        width: 50%;
        height: 2px;
        background-color: #ffb7c5;
    }

.product-card-catalog-about-p {
    font-family: 'Inter', sans-serif;
    color: #555;
    font-size: 0.9rem;
    line-height: 1.8;
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 992px) {
    .product-card-catalog-about-collage {
        grid-template-columns: 1fr; /* Stack on tablet/mobile */
        gap: 60px;
    }

    .product-card-catalog-about-block {
        max-width: 500px;
        margin: 0 auto;
    }

    /* Keep text always below images for better mobile flow */
    .product-card-catalog-about-block {
        flex-direction: column !important;
    }

    .product-card-catalog-about-image-wrap {
        height: 350px;
    }
}










/*iages and text collage 2*/
/* ==========================================================================
   IMAGE COLLAGE MATRIX (Asymmetrical Puzzle Edition)
   Theme: MO&CHA (White, Pink, Matcha Green, Gold Accent Tint)
   ========================================================================== */

.image-collage-section {
    padding: 80px 5%;
    background-color: #ffffff;
    background: linear-gradient(145deg, rgba(212, 175, 55, 0.03) 0%, #ffffff 100%);
    width: 100%;
    box-sizing: border-box;
}

/* Master Grid Structure */
.image-collage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 elements across screen width */
    grid-auto-rows: 220px; /* Base puzzle unit height */
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Base Item Properties */
.image-collage-item {
    position: relative;
    overflow: hidden;
    background-color: #FFF0F5; /* Pink-White Base */
    border: 1px solid rgba(212, 175, 55, 0.15); /* Delicate Gold Border Tint */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

/* --- THE PUZZLE PIECES CONTROLS --- */

/* The Main Tall Image - Now anchored to column 2 on the right side */
.image-collage-tall {
    grid-column: 2;
    grid-row: 2 / span 2; /* Occupies rows 2 and 3 smoothly */
}

/* Left Puzzle Piece 1: Short Image */
.image-collage-short-puzzle {
    grid-column: 1;
    grid-row: 2; /* Sits perfectly in row 2 */
}

/* Left Puzzle Piece 2: Long Image filling the remaining space */
.image-collage-long-puzzle {
    grid-column: 1;
    grid-row: 3; /* Sits directly under the short image in row 3 */
}

/* Full Width Base Component */
.image-collage-wide {
    grid-column: span 2;
    background-color: #dbe9d3; /* Organic Soft Green Base */
}

/* --- MEDIA & IMAGE HOVER EFFECTS --- */
.image-collage-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.image-collage-item:hover .image-collage-img {
    transform: scale(1.04);
}

/* --- TYPOGRAPHY --- */
.image-collage-text-block,
.image-collage-content {
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-collage-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #1b4332; /* Deep Matcha Green */
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.image-collage-pink {
    color: #ffb7c5; /* Sakura Pink */
}

.image-collage-p {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    color: #4a4a4a;
    line-height: 1.7;
    margin: 0;
}

.image-collage-overlay-text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.3rem;
    z-index: 2;
    text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}

/* --- RESPONSIVENESS --- */
@media (max-width: 768px) {
    .image-collage-grid {
        grid-auto-rows: 180px; /* Compresses heights cleanly on mobile devices */
        gap: 15px;
    }

    .image-collage-title {
        font-size: 1.2rem;
    }
}







/*image collage 2*/
/* ==========================================================================
   1. CORE VARIABLES & DESIGN SYSTEM
   ========================================================================== */
:root {
    --image-collage2-bg: #fafafa;
    --image-collage2-white: #ffffff;
    --image-collage2-dark: #111111;
    --image-collage2-muted: #666666;
    --image-collage2-border-dim: #e5e5e5;
    /* Layout Spacing */
    --image-collage2-gap: 16px;
    --image-collage2-radius: 4px;
    --image-collage2-pad-desktop: 80px 24px;
    --image-collage2-pad-mobile: 40px 16px;
    /* Typography Scale */
    --image-collage2-font-stack: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ==========================================================================
   2. SECTION & CONTAINER WRAPPERS
   ========================================================================== */
.image-collage2-section {
    background-color: var(--image-collage2-bg);
    padding: var(--image-collage2-pad-desktop);
    font-family: var(--image-collage2-font-stack);
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

    .image-collage2-section *,
    .image-collage2-section *::before,
    .image-collage2-section *::after {
        box-sizing: border-box;
    }

/* The Massive Master Grid Layout */
.image-collage2-container {
    max-width: 1400px;
    width: 100%;
    display: grid;
    /* 4-column framework for intricate mosaic patterns */
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 280px;
    gap: var(--image-collage2-gap);
}

/* ==========================================================================
   3. CARD MECHANICS & HOVER STATES
   ========================================================================== */
.image-collage2-card {
    position: relative;
    overflow: hidden;
    background-color: var(--image-collage2-white);
    border-radius: var(--image-collage2-radius);
    border: 1px solid var(--image-collage2-border-dim);
    /* Cubic-bezier curve guarantees an elegant, premium motion profile */
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

    /* Sleek interactive micro-lift */
    .image-collage2-card:hover {
        transform: translateY(-4px) scale(1.005);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
        z-index: 2;
    }

/* Seamless Aspect Ratio Handling via Object-Fit */
.image-collage2-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.image-collage2-card:hover .image-collage2-img {
    transform: scale(1.03);
}

/* ==========================================================================
   4. ASYMMETRIC GRID VARIATIONS (DESKTOP)
   ========================================================================== */
.image-collage2-span-2 {
    grid-column: span 2;
}

.image-collage2-span-3 {
    grid-column: span 3;
}

.image-collage2-tall {
    grid-row: span 2;
}

.image-collage2-wide {
    grid-column: span 2;
}

/* ==========================================================================
   5. TYPOGRAPHY & EDITORIAL TEXT CARDS
   ========================================================================== */
.image-collage2-text-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    background-color: var(--image-collage2-white);
}

/* High Contrast Inverse Theme Block */
.image-collage2-dark-bg {
    background-color: var(--image-collage2-dark);
    border-color: var(--image-collage2-dark);
    color: var(--image-collage2-white);
}

.image-collage2-title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 16px 0;
    color: var(--image-collage2-dark);
}

.image-collage2-subtitle {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0 0 12px 0;
    color: inherit;
}

.image-collage2-micro-title {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: var(--image-collage2-dark);
}

.image-collage2-description {
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    color: var(--image-collage2-muted);
}

/* Tone Adjustments for Inverse Theme text elements */
.image-collage2-dark-bg .image-collage2-title,
.image-collage2-dark-bg .image-collage2-micro-title {
    color: var(--image-collage2-white);
}

.image-collage2-dark-bg .image-collage2-description {
    color: #a0a0a0;
}

/* ==========================================================================
   6. RESPONSIVE BREAKPOINTS (RULE 1: MOBILE DEVICE COMPLIANCE)
   ========================================================================== */

/* Tablet & Mid-Size Screens (Laptops down to iPads) */
@media (max-width: 1120px) {
    .image-collage2-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 260px;
    }

    /* Remap large desktop spans to gracefully fit a 2-column layout */
    .image-collage2-span-3,
    .image-collage2-span-2,
    .image-collage2-wide {
        grid-column: span 2;
    }

    .image-collage2-text-card {
        padding: 36px;
    }

    .image-collage2-title {
        font-size: 2.1rem;
    }
}

/* Mobile Devices (Smartphones) */
@media (max-width: 640px) {
    .image-collage2-section {
        padding: var(--image-collage2-pad-mobile);
    }

    .image-collage2-container {
        /* Flatten into a sleek, uniform single-column editorial stream */
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 24px;
    }

    /* Reset all structural grid spans to prevent layout clipping/warping */
    .image-collage2-card,
    .image-collage2-span-2,
    .image-collage2-span-3,
    .image-collage2-tall,
    .image-collage2-wide {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
        height: 320px; /* Establishes a highly consistent visual rhythm for mobile images */
    }

    /* Fluid height adjustment specifically for text cards on mobile devices */
    .image-collage2-text-card {
        height: auto !important;
        padding: 40px 24px;
    }

    .image-collage2-title {
        font-size: 1.85rem;
    }

    .image-collage2-subtitle {
        font-size: 1.4rem;
    }
}