/* Springhouse Reserve - consolidated site styles */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Libre Baskerville", Georgia, serif;
    color: #2f2a24;
    background-color: #f7f3ea;
    background-image:
        linear-gradient(rgba(247, 243, 234, 0.50), rgba(247, 243, 234, 0.50)),
        url("../images/parchment-light.jpg");
    background-repeat: repeat;
    background-size: 900px auto;
    background-attachment: fixed;
}

main {
    flex: 1 0 auto;
}

.page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
}

.about-section {
    max-width: 850px;
    margin: 0 auto 50px;
    padding-bottom: 20px;
    scroll-margin-top: 110px;
    border-bottom: none;
    position: relative;
}

.about-section::after {
    content: "— ✦ —";
    display: block;
    text-align: center;
    margin-top: 25px;
    color: rgba(90, 62, 43, 0.4);
    font-size: 0.9rem;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6,
.navbar-brand {
    font-family: "Cormorant Garamond", Georgia, serif;
    letter-spacing: .02em;
}

.navbar-brand {
    font-weight: 600;
}

.hero-banner {
    background: linear-gradient(180deg, rgba(248,245,239,.88) 0%, rgba(255,255,255,.88) 100%);
}

.hero-banner img {
    max-height: 520px;
    object-fit: cover;
}

.section-soft {
    background-color: rgba(248, 245, 239, 0.72);
}

.card-title-smallcaps {
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .8rem;
    color: #7a6d5a;
    font-family: "Libre Baskerville", Georgia, serif;
}

.card-meta {
    font-size: .95rem;
    color: #6c757d;
}

.richtext > *:last-child,
.rich-text > *:last-child {
    margin-bottom: 0;
}

.footer-link {
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.object-cover {
    object-fit: cover;
}

.hero-banner-image {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.hero-banner-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Contact layout */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.contact-block h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #3e2a1d;
    border-bottom: 1px solid rgba(90, 62, 43, 0.2);
    padding-bottom: 5px;
}

.contact-block p {
    line-height: 1.5;
    color: #2f2a26;
    margin-bottom: 10px;
}

.contact-block a {
    color: #5a3e2b;
    text-decoration: none;
}

.contact-block a:hover {
    text-decoration: underline;
}

.contact-note {
    font-style: italic;
    color: #5a3e2b;
}

.contact-footer-note {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(90, 62, 43, 0.2);
    font-style: italic;
    color: #3e2a1d;
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-menu {
        margin-top: -1px;
        left: 100%;
        top: 0;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
        display: none;
    }

    .dropdown-submenu:hover > .dropdown-menu,
    .dropdown-submenu:focus-within > .dropdown-menu {
        display: block;
    }
}

/* About page */
.sr-about-hero {
    text-align: center;
    padding: 3rem 1rem 2rem;
    color: #5a3e2b;
}

.sr-about-hero h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.sr-about-intro {
    font-size: 1.1rem;
    color: #7a5a3a;
}

.sr-about-people {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.sr-person {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: center;
}

.sr-person:nth-child(even) {
    flex-direction: row-reverse;
}

.sr-person-image img {
    width: 320px;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    display: block;
}

.sr-person-content h2,
.sr-person-content h3 {
    font-size: 2rem;
    color: #6a4728;
}

.sr-person-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4b3523;
}

.about-submenu {
    margin: 30px 0 40px 0;
    padding: 12px 18px;
    background: rgba(255, 248, 220, 0.35);
    border-top: 1px solid rgba(90, 62, 43, 0.3);
    border-bottom: 1px solid rgba(90, 62, 43, 0.3);
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.about-submenu span {
    margin-right: 12px;
    font-style: italic;
    color: #5a3e2b;
}

.about-submenu a {
    margin: 0 10px;
    text-decoration: none;
    color: #5a3e2b;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

.about-submenu a:hover {
    text-decoration: underline;
    color: #3e2a1d;
}

.about-section h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #3e2a1d;
}

.about-section p {
    line-height: 1.5;
    color: #2f2a26;
    margin-bottom: 12px;
}

.about-section p:first-of-type::first-letter {
    font-size: 1.4rem;
    font-weight: bold;
    color: #5a3e2b;
}

/* Craft / Alchemy page */
.page-hero {
    padding: 3rem 0;
}

.page-hero-grid,
.craft-hero-grid {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.page-hero-content,
.craft-hero-content {
    flex: 1 1 40%;
    min-width: 280px;
}

.page-hero-image,
.craft-hero-image {
    flex: 1 1 55%;
    min-width: 300px;
}

.page-hero-image img,
.craft-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.hero-tagline {
    font-size: 1.2rem;
    color: #6a4728;
    margin-bottom: 1rem;
}

.hero-summary {
    line-height: 1.7;
}

.content-section {
    padding: 2.5rem 0;
}

.content-section.intro-section .container.narrow,
.container.narrow {
    max-width: 850px;
}

.container.center,
.center {
    text-align: center;
}

.split-layout,
.focus-panel,
.feature-block {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.feature-block.reverse {
    flex-direction: row-reverse;
}

.split-text,
.focus-panel-text,
.feature-content {
    flex: 1 1 360px;
    min-width: 280px;
}

.split-image,
.focus-panel-image,
.feature-image {
    flex: 1 1 420px;
    min-width: 280px;
}

.split-image img,
.focus-panel-image img,
.feature-image img,
.gallery-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.gallery-section h2,
.closing-section h2,
.content-section h2 {
    margin-bottom: 1rem;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.gallery-card {
    margin: 0;
}

.gallery-card figcaption {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    color: #5a3e2b;
}

.section-cta {
    margin-top: 1.5rem;
}

.btn-elegant {
    display: inline-block;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    text-decoration: none;
    background: #5a3e2b;
    color: #fff;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.btn-elegant:hover {
    background: #3e2a1d;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .hero-banner-img {
        height: 240px;
    }

    .sr-person,
    .sr-person:nth-child(even),
    .feature-block,
    .feature-block.reverse,
    .split-layout,
    .focus-panel,
    .page-hero-grid,
    .craft-hero-grid {
        flex-direction: column;
    }

    .about-submenu {
        line-height: 1.9;
    }

    .about-submenu a {
        margin: 0 6px;
    }
}
.product-heading-section {
    background: transparent;
}

.product-headline {
    margin: 0;
    font-family: "Caslon Antique", serif;
    font-size: 2.4rem;
    line-height: 1.15;
}

.product-tagline {
    font-family: "Bookman Old Style", "Libre Baskerville", serif;
    font-size: 1.2rem;
    line-height: 1.5;
    font-style: italic;
    opacity: 0.95;
}

.product-left-column,
.product-right-column {
    height: 100%;
}

.product-image-block {
    text-align: center;
}

.product-label-image {
    width: 100%;
    height: auto;
    border-radius: 0.35rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.product-purchase-meta {
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 0.35rem;
    background: rgba(255,255,255,0.55);
}

.product-meta-line + .product-meta-line {
    margin-top: 0.65rem;
}

.product-meta-label {
    font-weight: 700;
    margin-right: 0.35rem;
}

.product-meta-value {
    font-weight: 400;
}

.product-content-block {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.product-content-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.product-section-title {
    margin-bottom: 0.85rem;
    font-family: "Caslon Antique", serif;
    font-size: 1.45rem;
}

.product-richtext p:last-child {
    margin-bottom: 0;
}

.product-richtext ul,
.product-richtext ol {
    padding-left: 1.25rem;
}

@media (max-width: 991.98px) {
    .product-headline {
        font-size: 2rem;
    }

    .product-tagline {
        font-size: 1.05rem;
    }
}