/* ============================================================
   WELLNESS SPA PALETTE
   --charcoal:   #2c2825
   --stone:      #5c5248
   --clay:       #8c7b6b
   --blush:      #c4a882
   --blush-lt:   #ddc9ae
   --parchment:  #f7f3ee
   --linen:      #efe9e0
   --cream:      #faf8f5
   ============================================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c2825;
    background-color: #f7f3ee;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-weight: 400;
}

p, .text-content {
    font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
}

.container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "masthead"
        "hero-heading-mobile"
        "hero-banner"
        "creek-showcase"
        "gallery"
        "land"
        "neighborhood"
        "vision"
        "contact";
    max-width: 1400px;
    margin: 0 auto;
    gap: 0;
}

/* ── Masthead ── */
.masthead {
    grid-area: masthead;
    background: #f7f3ee;
    border-bottom: 1px solid #e2d9ce;
    padding: 2.5rem 2rem 2rem;
    text-align: center;
}

.masthead-inner {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
}

.masthead-eyebrow {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #8c7b6b;
}

.masthead-stamp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2.5rem;
    border: 1px solid #c4a882;
    position: relative;
}

.masthead-stamp::before,
.masthead-stamp::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-color: #c4a882;
    border-style: solid;
}
.masthead-stamp::before { top: -1px; left: -1px; border-width: 2px 0 0 2px; }
.masthead-stamp::after  { bottom: -1px; right: -1px; border-width: 0 2px 2px 0; }

.masthead-title {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.06em;
    color: #2c2825;
    text-transform: uppercase;
}

.masthead-rule {
    width: 40px;
    height: 1px;
    background: #c4a882;
    margin: 0.1rem auto;
}

.masthead-sub {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 0.95rem;
    font-style: italic;
    color: #8c7b6b;
    letter-spacing: 0.08em;
}

.masthead-address {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8c7b6b;
    margin-top: 0.2rem;
}

.masthead-price {
    color: #c4a882;
    font-weight: 500;
}

/* ── Mobile hero heading (above image) ── */
.hero-heading-mobile {
    grid-area: hero-heading-mobile;
    display: none;
    background: #f7f3ee;
    padding: 1.5rem 1.25rem 1rem;
    text-align: center;
    border-bottom: 1px solid #e2d9ce;
}

.hero-heading-mobile h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.4rem, 5.5vw, 2rem);
    font-weight: 300;
    color: #2c2825;
    line-height: 1.2;
    margin-bottom: 0.4rem;
}

.hero-heading-mobile h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(0.9rem, 3.2vw, 1.2rem);
    font-weight: 300;
    color: #8c7b6b;
    letter-spacing: 0.03em;
}

/* ── Hero Banner ── */
.hero-banner {
    grid-area: hero-banner;
    width: 100%;
    background-image: url('pics/IMG_0615.jpeg');
    background-size: contain;
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #1a1512;
    aspect-ratio: 4 / 3;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(26,21,18,0.1) 0%, rgba(26,21,18,0.58) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    color: #faf8f5;
    max-width: 800px;
    padding: 2rem;
    z-index: 2;
}

.hero-title-desktop {
    font-size: 5rem;
    font-weight: 300;
    margin-bottom: 0.75rem;
    line-height: 1.15;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
    color: #faf8f5;
}

.hero-subtitle-desktop {
    font-size: 2.5rem;
    margin-bottom: 1.75rem;
    font-weight: 300;
    color: #ddc9ae;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 6px rgba(0,0,0,0.35);
}

.hero-price-tag {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    font-style: italic;
    color: #ddc9ae;
    letter-spacing: 0.06em;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.hero-heading-mobile .hero-price-tag {
    font-size: 1rem;
    color: #8c7b6b;
    text-shadow: none;
    margin-bottom: 0;
    font-style: italic;
}

.hero-description {
    font-size: 1.6rem;
    line-height: 1.75;
    opacity: 0.88;
    text-shadow: 0 1px 4px rgba(0,0,0,0.35);
}

/* ── Creek Showcase ── */
.creek-showcase {
    grid-area: creek-showcase;
    padding: 5rem 2rem;
    background: #faf8f5;
    text-align: center;
    border-bottom: 1px solid #e2d9ce;
}

.video-container h3 {
    font-size: 2.2rem;
    color: #2c2825;
    margin-bottom: 0.5rem;
    font-weight: 300;
    letter-spacing: 0.03em;
}

.creek-video {
    width: 100%;
    max-width: 760px;
    max-height: 500px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 16px 40px rgba(44,40,37,0.15);
    margin: 2rem auto 1rem;
    display: block;
    object-fit: cover;
}

.video-caption {
    font-size: 0.85rem;
    color: #8c7b6b;
    font-style: italic;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 0.75rem;
}

/* ── Gallery ── */
.gallery {
    grid-area: gallery;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    background: #2c2825;
    padding: 0;
}

.gallery-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: opacity 0.35s ease, transform 0.35s ease;
    opacity: 0.93;
}

.gallery-img:hover {
    opacity: 1;
    transform: scale(1.02);
    z-index: 1;
    position: relative;
}

.creek-highlight {
    grid-column: span 2;
    height: 380px;
}

/* ── Content Sections ── */
.content-section {
    padding: 5rem 3rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.land        { grid-area: land;         background: #faf8f5; border-top: 1px solid #e2d9ce; border-bottom: 1px solid #e2d9ce; }
.neighborhood{ grid-area: neighborhood; background: #efe9e0; }
.vision      { grid-area: vision;       background: #faf8f5; border-top: 1px solid #e2d9ce; }

.content-section h2 {
    font-size: 2.6rem;
    color: #2c2825;
    margin-bottom: 0.6rem;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.03em;
}

.content-section h2::after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: #c4a882;
    margin: 1rem auto 2.5rem;
}

.text-content {
    max-width: 860px;
    margin: 0 auto;
}

.text-content p {
    font-size: 1.05rem;
    line-height: 1.85;
    margin-bottom: 1.5rem;
    color: #4a403a;
    text-align: left;
}

.content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3.5rem;
    align-items: start;
}

.feature-images { display: grid; gap: 3px; }

.feature-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

/* ── Neighborhood Highlights ── */
.neighborhood-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.highlight-item {
    display: block;
    padding: 1rem 1.25rem;
    background: rgba(250,248,245,0.75);
    border-left: 2px solid #c4a882;
    transition: background 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.highlight-item:hover {
    background: rgba(250,248,245,1);
    border-color: #5c5248;
}

.highlight-content { display: flex; flex-direction: column; }

.highlight-item h4 {
    margin: 0 0 0.2rem 0;
    font-size: 1rem;
    color: #2c2825;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 400;
}

.highlight-item:hover h4 { color: #5c5248; }

.highlight-item p {
    margin: 0;
    font-size: 0.82rem;
    color: #8c7b6b;
    letter-spacing: 0.02em;
}

/* ── Vision ── */
.vision .text-content p { max-width: 860px; margin-left: auto; margin-right: auto; }

.vision-ideas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin: 2.5rem auto;
    max-width: 900px;
}

.vision-idea {
    background: #efe9e0;
    border-top: 2px solid #c4a882;
    padding: 1.75rem 1.5rem;
    text-align: left;
}

.vision-idea h4 {
    font-family: 'Playfair Display', 'Georgia', serif;
    color: #2c2825;
    margin-bottom: 0.5rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.vision-idea > p {
    font-size: 0.92rem !important;
    color: #5c5248;
    line-height: 1.65;
    margin-bottom: 1.25rem !important;
    text-align: left !important;
}

.vision-idea .vision-gallery {
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    max-width: 100%;
    background: transparent;
}

.vision-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    background: #2c2825;
    margin: 2.5rem auto 0;
    max-width: 900px;
}

.vision-figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.vision-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.93;
}

.vision-figure:hover .vision-img { transform: scale(1.03); opacity: 1; }

.vision-figure figcaption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 0.75rem 1rem;
    background: linear-gradient(to top, rgba(26,21,18,0.75), transparent);
    color: #ddc9ae;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* ── Contact ── */
.contact {
    grid-area: contact;
    background: #2c2825;
    color: #f7f3ee;
    padding: 4rem 2rem;
    border-top: 3px solid #c4a882;
}

.contact-content {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    text-align: left;
}

.contact-left h3 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    color: #f7f3ee;
}

.contact-left h3::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #c4a882;
    margin: 0.9rem 0 1.5rem;
}

.contact-left p {
    font-size: 0.95rem;
    opacity: 0.75;
    line-height: 1.7;
}

.realtor-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem;
    border: 1px solid rgba(196,168,130,0.25);
}

.realtor-photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0;
    border: 2px solid rgba(196,168,130,0.5);
}

.realtor-details { text-align: left; }

.realtor-details h4 {
    font-size: 1.15rem;
    margin-bottom: 0.3rem;
    font-weight: 400;
    color: #ddc9ae;
    font-family: 'Playfair Display', Georgia, serif;
    letter-spacing: 0.03em;
}

.realtor-details p {
    margin: 0.2rem 0;
    font-size: 0.85rem;
    opacity: 0.7;
    color: #f7f3ee;
}

.phone {
    font-size: 1rem !important;
    font-weight: 500;
    color: #ddc9ae !important;
    opacity: 1 !important;
    letter-spacing: 0.04em;
}

.reviews-link {
    display: inline-block;
    margin-top: 0.75rem;
    color: #ddc9ae;
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(221,201,174,0.4);
    padding-bottom: 2px;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.reviews-link:hover { border-color: #ddc9ae; color: #f7f3ee; }

/* ── Responsive: 1024px ── */
@media (max-width: 1024px) {
    .creek-highlight { grid-column: span 2; height: 280px; }
    .gallery { grid-template-columns: repeat(3, 1fr); }
    .hero-title-desktop { font-size: 3rem; }
    .hero-subtitle-desktop { font-size: 1.8rem; }
    .hero-description { font-size: 1.2rem; }
    .content-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* ── Responsive: 768px ── */
@media (max-width: 768px) {

    /* Show mobile heading, hide desktop heading inside image */
    .hero-heading-mobile { display: block; }
    .hero-title-desktop, .hero-subtitle-desktop { display: none; }

    .masthead { padding: 1.75rem 1.25rem 1.5rem; }
    .masthead-title { font-size: 1.9rem; }
    .masthead-stamp { padding: 0.85rem 1.75rem; }

    .hero-banner { align-items: center; }
    .hero-overlay {
        align-items: flex-end;
        justify-content: flex-start;
        padding: 1.5rem 1.25rem;
        background: linear-gradient(
            to top,
            rgba(26,21,18,0.75) 0%,
            rgba(26,21,18,0.2) 50%,
            rgba(26,21,18,0.05) 100%
        );
    }
    .hero-content {
        text-align: left;
        padding: 0;
        max-width: 75%;
    }
    .hero-description {
        font-size: clamp(0.8rem, 2.8vw, 1rem);
        line-height: 1.5;
        opacity: 1;
        text-shadow: 0 1px 4px rgba(0,0,0,0.6);
    }

    .video-container h3 { font-size: 1.4rem; }
    .video-caption { font-size: 0.8rem; }
    .creek-showcase { padding: 2.5rem 1.25rem; }

    .gallery { grid-template-columns: 1fr 1fr; gap: 2px; }
    .gallery-img { height: 140px; }
    .creek-highlight { grid-column: span 2; height: 200px; }

    .content-section { padding: 2.5rem 1.25rem; }
    .content-section h2 { font-size: 1.4rem; margin-bottom: 0; }
    .text-content p { font-size: 0.9rem; line-height: 1.65; margin-bottom: 1.1rem; }

    .neighborhood-highlights { gap: 0.4rem; }
    .highlight-item {
        padding: 0.6rem 0.9rem;
        background: rgba(250,248,245,0.85);
        display: flex;
        align-items: center;
    }
    .highlight-content { flex-direction: row; align-items: baseline; gap: 0.4rem; flex-wrap: wrap; }
    .highlight-item h4 { margin: 0; font-size: 0.85rem; white-space: nowrap; }
    .highlight-item p { margin: 0; font-size: 0.75rem; }
    .highlight-item p::before { content: "·"; margin-right: 0.3rem; color: #c4a882; }

    .vision-ideas { gap: 2rem; }
    .vision-idea h4 { font-size: 0.8rem; }
    .vision-idea p { font-size: 0.82rem !important; }
    .vision-idea .vision-gallery { grid-template-columns: 1fr; }
    .vision-gallery { grid-template-columns: 1fr; }
    .vision-img { height: 220px; }

    .contact { padding: 2rem 1.25rem; }
    .contact-content { grid-template-columns: 1fr; gap: 1.5rem; text-align: center; }
    .contact-left h3 { font-size: 1.2rem; }
    .contact-left h3::after { margin: 0.9rem auto 1.5rem; }
    .contact-left p { font-size: 0.85rem; }

    .realtor-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
        max-width: 100%;
        padding: 1.25rem;
    }
    .realtor-photo {
        width: 50%;
        height: auto;
        max-height: 220px;
        border-radius: 4px;
    }
    .realtor-details { text-align: center; }
    .realtor-details h4 { font-size: 1rem; }
    .realtor-details p { font-size: 0.8rem; }
    .phone { font-size: 0.9rem !important; }
}

/* Smooth Scrolling */
html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .gallery-img { transition: none; }
    .reviews-link { transition: none; }
}
