/* =========================================
   GLOBAL WIX-STYLE HEADER
   ========================================= */

.global-wix-header {
    background: linear-gradient(to bottom, #D88E81, #E8A49A);
    color: white;
    padding: 3.5rem 0 2.5rem 0;
}

/* Large serif title */
.wix-header-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    /* responsive sizing */
    font-size: clamp(2.1rem, 7vw, 3.2rem);
}

.wix-header-inner {
    flex-wrap: wrap; /* allows stacking */
    gap: 1.25rem;
}

@media (max-width: 576px) {
    .global-wix-header {
        padding: 2.25rem 0 1.5rem 0;
    }

    .wix-header-inner {
        flex-direction: column; /* stack */
        align-items: flex-start; /* like Wix */
    }

    .wix-header-right {
        margin-left: 0;
        width: 100%;
        text-align: left !important;
    }

    .wix-header-graphic {
        max-width: 110px; /* smaller on phone */
    }

    .wix-header-name {
        font-size: 1.25rem;
    }

    .wix-header-divider {
        margin-top: 1.25rem;
    }
}




/* Right-hand graphic and name */
.wix-header-right {
    margin-left: 2rem;
}

.wix-header-graphic {
    max-width: 140px;
}

.wix-header-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    margin-top: 0.5rem;
}

/* Divider line (white, faint) */
.wix-header-divider {
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.7);
    margin-top: 2rem;
}

/* =========================================
   GLOBAL WIX-STYLE FOOTER
   ========================================= */
.global-wix-footer {
    background: linear-gradient(to bottom, #D88E81, #E8A49A);
    color: white;
    padding: 3.5rem 0 2.5rem 0;
}

.mtl-logo {
    height: 18px; /* perfect thumbnail size */
    width: auto;
    display: inline-block;
    margin-left: 6px; /* slight spacing */
    opacity: 0.8; /* softer, Wix-style */
    vertical-align: baseline; /* aligns with text baseline */
}



/* =========================================
   WIX NAVIGATION BAR
   ========================================= */

.wix-nav {
    background: #F7F4F2;
    border-bottom: 1px solid #ccc;
    padding: 0.65rem 0;
}

.wix-nav-list .nav-link {
    font-family: 'Playfair Display', serif;
    color: #333 !important;
    font-size: 1.15rem;
    padding: 0.25rem 1.25rem; /* smaller vertical padding */
    letter-spacing: 0.5px;
}

    .wix-nav-list .nav-link:hover {
        text-decoration: underline;
    }

@media (max-width: 576px) {
    .wix-nav-list .nav-link {
        padding: 0.5rem 0.75rem;
        text-align: center;
    }
}

/* Main container width */
main.container {
    max-width: 900px;
}

/* =========================================
   HOME PAGE - WIX LAYOUT
   ========================================= */

.wix-section {
    padding: 1rem 0;
}

.two-col img {
    border-radius: 8px;
    display: block;
    max-width: 100%;
}

.wix-img-large {
    width: 100%;
    max-width: 460px;
}

.wix-img-medium {
    width: 100%;
    max-width: 360px;
}

.wix-img-small {
    width: 180px;
}

/* Center phrase section */
.wix-centered-section {
    text-align: center;
    padding: 4rem 0;
}

.wix-centered-text {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    line-height: 1.3;
    color: #333;
    margin: 0 auto;
    max-width: 820px;
}

/* Quote style */
.wix-quote {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    line-height: 1.3;
    color: #333;
}

/* Contact section */
.wix-contact-section {
    padding: 4rem 0 2rem 0;
}

.wix-contact-email {
    font-size: 1.5rem;
    color: #D88E81;
    font-weight: 600;
}

    .wix-contact-email a {
        color: #D88E81;
        text-decoration: none;
    }

@media (max-width: 768px) {
    .wix-centered-text,
    .wix-quote {
        font-size: 1.9rem;
    }

    .two-col .col-md-6 {
        text-align: center;
        margin-bottom: 2rem;
    }
}

/* =========================================
   HOME PAGE - AOS settings
   ========================================= */
/* Soft fade behaviour for AOS */
[data-aos^="fade"] {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    transition-property: transform, opacity;
}

    [data-aos^="fade"].aos-animate {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

/* Soft zoom */
[data-aos="zoom-in"] {
    transform: scale(0.96);
}

    [data-aos="zoom-in"].aos-animate {
        transform: scale(1);
    }

/* =========================================
   Image Placeholder Style
   ========================================= */

.image-placeholder {
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 3rem 1rem;
    max-width: 420px;
    margin: 0 auto;
    background: #fafafa;
}

.placeholder-text {
    font-size: 0.9rem;
    color: #999;
    margin: 0;
}


/* About page - two column */
.about-two-col p {
    margin-bottom: 1.25rem;
}

/* Right column blocks */
.about-media-block {
    margin-bottom: 1.25rem;
}

/* Logo grid similar to Wix right-hand stack */
.logo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

/* Lists */
.wix-list {
    padding-left: 1.2rem;
}

    .wix-list li {
        margin-bottom: 0.5rem;
    }

/* Placeholder styling */
.image-placeholder {
    border: 1px dashed #cfcfcf;
    border-radius: 10px;
    background: #fafafa;
    padding: 2.5rem 1rem;
    text-align: center;
}

.image-placeholder-sm {
    padding: 1.5rem 0.75rem;
}

.image-placeholder-wide {
    padding: 2.25rem 1rem;
}

.placeholder-text {
    margin: 0;
    color: #9a9a9a;
    font-size: 0.9rem;
}

.about-portrait {
    width: 100%;
    max-width: 420px; /* Wix-like portrait width */
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

/* =========================================
   Supervision Style
   ========================================= */

.supervision-process-img {
    max-width: 100%;
    border-radius: 12px;
}


.supervision-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.2;
}

.supervision-subtitle {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

/* bullet list similar to Wix spacing */
.wix-list {
    padding-left: 1.2rem;
}

    .wix-list li {
        margin-bottom: 0.5rem;
    }

/* =========================================
   Resources Style
   ========================================= */

.resources-callout {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.35;
    color: #333;
}

.resources-heading {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.25;
    color: #333;
}

.resources-subheading {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #333;
}
/* =========================================
   Contact Style
   ========================================= */

.contact-card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    padding: 2rem;
}

.contact-btn {
    border-radius: 999px;
}

