﻿/* ===== Heartroot  Vine & Hearth Brand System ===== */
/* Colors: Deep Leaf #2d5a3d | New Growth #6b9e78 | Spring Mist #dae8d8 */
/* Kiln Gold #c4854c | Warm Clay #d4a574 | Linen #f7f4ef */
/* Parchment #ede8df | Rich Soil #2c2c28 | Weathered Stone #7a7a72 */

/* ===== Reset & Base ===== */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lora', 'Georgia', serif;
    font-weight: 400;
    line-height: 1.6;
    color: #2c2c28;
    background-color: #f7f4ef;
}

/* ===== Typography ===== */
h1, h2 {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-weight: 300;
    color: #2d5a3d;
}

/* ===== Header & Nav ===== */
header {
    background: rgba(247, 244, 239, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #dae8d8;
    position: sticky;
    top: 0;
    z-index: 100;
}

nav {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-decoration: none;
    color: #2d5a3d;
    letter-spacing: 0.08em;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 2.5rem;
}

nav ul a {
    text-decoration: none;
    color: #7a7a72;
    font-family: 'Lora', serif;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.3s;
}

nav ul a:hover {
    color: #2d5a3d;
}

/* Mobile nav toggle */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 5px;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: #2d5a3d;
    transition: all 0.3s;
}

/* ===== Hero ===== */
#hero {
    text-align: center;
    padding: 5rem 2rem 3.5rem;
    background: linear-gradient(180deg, #f7f4ef 0%, #eef3ec 40%, #f7f4ef 100%);
    position: relative;
}

.hero-content {
    max-width: 600px;
    margin: 0 auto;
}

.hero-pre {
    font-family: 'Lora', serif;
    font-size: 0.8rem;
    font-style: italic;
    letter-spacing: 0.15em;
    color: #6b9e78;
    margin-bottom: 0.8rem;
    font-weight: 400;
}

#hero h1 {
    font-size: 3.8rem;
    font-weight: 300;
    letter-spacing: 0.06em;
    margin-bottom: 0.3rem;
    color: #2d5a3d;
}

.tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-style: italic;
    color: #7a7a72;
    font-weight: 300;
}

.hero-vine {
    display: block;
    margin: 1.2rem auto;
    width: 120px;
    height: auto;
    opacity: 0.8;
}

.hero-location {
    font-family: 'Lora', serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #7a7a72;
    font-weight: 400;
}

/* ===== Sections ===== */
main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

section {
    padding: 3rem 0;
}

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

.section-label {
    display: block;
    font-family: 'Lora', serif;
    font-size: 0.7rem;
    font-style: italic;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #6b9e78;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #2d5a3d;
}

/* ===== Dividers ===== */
.section-divider {
    text-align: center;
    padding: 0.5rem 0;
}

.vine-divider {
    width: 140px;
    height: auto;
    opacity: 0.6;
}

/* ===== Bio ===== */
.about-content {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 2rem;
    align-items: start;
}

.about-photo {
    position: sticky;
    top: 6rem;
}

.about-photo img {
    width: 100%;
    border-radius: 5px;
    filter: grayscale(10%) contrast(1.02);
}

.bio {
    max-width: 650px;
}

.bio p {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #2c2c28;
}

.bio-closing {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem !important;
    font-style: italic;
    color: #6b9e78 !important;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dae8d8;
}

/* ===== Gallery ===== */
.gallery {
    max-width: 100%;
}

.gallery-category {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: italic;
    color: #c4854c;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    letter-spacing: 0.02em;
}

.gallery-category:first-child {
    margin-top: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #ede8df;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: grayscale(8%);
}

.gallery-item:hover img {
    transform: scale(1.03);
    filter: grayscale(0%);
}

/* Gold thread  the kintsugi hover effect */
.gallery-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #c4854c, transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1rem 1rem;
    background: linear-gradient(transparent, rgba(0,0,0,0.5));
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 0;
    transform: translateY(4px);
    transition: all 0.4s ease;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
    transform: translateY(0);
}

/* ===== Philosophy ===== */
.philosophy-content {
    max-width: 650px;
}

blockquote {
    border-left: 2px solid #c4854c;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

blockquote p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 300;
    color: #2d5a3d;
    line-height: 1.6;
}

blockquote cite {
    display: block;
    font-family: 'Lora', serif;
    font-size: 0.75rem;
    font-style: italic;
    letter-spacing: 0.1em;
    color: #7a7a72;
    margin-top: 0.75rem;
}

.philosophy-text p {
    font-size: 1rem;
    line-height: 1.9;
    color: #2c2c28;
    margin-bottom: 1.25rem;
}

.philosophy-text em {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: #c4854c;
}

.philosophy-closing {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem !important;
    font-style: italic;
    color: #6b9e78 !important;
    margin-top: 1rem;
}

/* ===== Contact ===== */
.contact-content {
    max-width: 500px;
}

.contact-content > p {
    font-size: 1rem;
    color: #2c2c28;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.contact-email {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    color: #2d5a3d;
    text-decoration: none;
    border-bottom: 1px solid #c4854c;
    padding-bottom: 2px;
    transition: all 0.3s;
}

.contact-email:hover {
    color: #c4854c;
    border-bottom-color: #c4854c;
}

.contact-location {
    margin-top: 2rem;
    font-family: 'Lora', serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #7a7a72;
}

/* ===== Footer ===== */
footer {
    border-top: 1px solid #dae8d8;
    margin-top: 1rem;
    padding: 2rem 2rem;
    background: linear-gradient(180deg, #f7f4ef 0%, #eef3ec 100%);
}

.footer-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.footer-vine {
    display: block;
    margin: 0 auto 1.5rem;
    width: 40px;
    height: auto;
    opacity: 0.5;
}

.footer-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #2d5a3d;
    margin-bottom: 0.5rem;
}

.footer-content p {
    font-family: 'Lora', serif;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    color: #7a7a72;
}

/* ===== Fade-in Animation ===== */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .nav-toggle {
        display: flex;
    }

    nav ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(247, 244, 239, 0.98);
        flex-direction: column;
        padding: 1.5rem 2rem;
        gap: 1.5rem;
        border-bottom: 1px solid #dae8d8;
    }

    nav ul.active {
        display: flex;
    }

    #hero {
        padding: 3.5rem 1.5rem 2.5rem;
    }

    #hero h1 {
        font-size: 3rem;
    }

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

    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-photo {
        max-width: 280px;
        position: static;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }

    blockquote p {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    #hero h1 {
        font-size: 2.4rem;
    }

    .tagline {
        font-size: 1.1rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6rem;
    }
}
