/* ==========================================================================  
   Master Hero Environment  
   ========================================================================== */  
.hero-environment {  
    background-image: url('/themes/custom/simplicityworks/images/hero-bg.jpg');  
    background-size: cover;  
    background-position: center top;  
    background-repeat: no-repeat;  
    width: 100%;  
    min-height: 85vh;  
    display: flex;  
    flex-direction: column;  
}  
  
.site-header {  
    background: transparent;  
    padding-top: 30px;  
    padding-bottom: 30px;  
    transition: all 0.3s ease-in-out;
    z-index: 1050;
}  

/* --- Sticky Shrinking Header (SimplicityWorks Standard) --- */
.site-header.header-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #000000 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
}

.site-header.header-scrolled .site-logo-img {
    max-height: 50px !important;
}

.site-header.header-scrolled nav ul:not(.contextual-links) li a {
    font-size: 1.1rem !important;
}
/* ---------------------------------------------------------- */

.site-logo-img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 200px !important; 
    object-fit: contain !important;
    transition: max-height 0.3s ease-in-out;
}
  
.hero-quote-container {  
    flex-grow: 1;  
    display: flex;  
    align-items: center;  
}  
  
.hero-text {  
    color: #ffffff;  
    font-family: "Playfair Display", serif;  
    font-size: 4.5rem;  
    font-weight: 400;  
    line-height: 1.1;  
    margin-bottom: 30px;  
    text-shadow: 2px 2px 15px rgba(0,0,0,0.3);  
}

/* ==========================================================================  
   Internal Page Header (Smashed Image)
   ========================================================================== */  
.internal-page-header {
    background-image: url('/themes/custom/simplicityworks/images/hero-bg.jpg');
    background-size: 100% 100%; 
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.internal-page-header .site-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.internal-page-header .site-logo-img {
    max-height: 120px !important; 
}

/* ==========================================================================  
   Navigation Styling (SimplicityWorks Standard Enforced)  
   ========================================================================== */  
.site-header nav {
    display: block;
    width: 100%;
}

.site-header nav ul:not(.contextual-links) {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 25px !important;
}

.site-header .col-md-4.text-start nav ul:not(.contextual-links) {
    justify-content: flex-start !important;
}

.site-header .col-md-4.text-end nav ul:not(.contextual-links) {
    justify-content: flex-end !important;
}

.site-header nav ul:not(.contextual-links) li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header nav ul:not(.contextual-links) li::before {
    display: none !important;
}

.site-header nav ul:not(.contextual-links) li a {
    color: #ffffff !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    font-size: 1.25rem !important;
    text-shadow: 2px 2px 4px #000000 !important;
    transition: all 0.3s ease !important;
    padding: 5px 10px !important;
    display: inline-block !important;
    background: transparent !important;
}

.site-header nav ul:not(.contextual-links) li a:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-shadow: none !important;
}

/* ==========================================================================  
   Front Page Hero Banner (Highlighted Region Split)
   ========================================================================== */
.featured-artwork-panel {
    background-image: url('/themes/custom/simplicityworks/images/feature_background.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    padding: 20px;
    margin-right: 20px;
}

.btn-simplicity-shop {
    display: inline-block;
    background-color: #eae6df; 
    color: #000000;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: 1.25rem;
    padding: 15px 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}

.btn-simplicity-shop:hover {
    background-color: #ffffff;
    color: #000000;
}

/* ==========================================================================  
   Front Page Content Sections (Below Hero)
   ========================================================================== */
#block-simplicityworks-frontpagesecondarylayout {
    background-color: #e5e5e5;
    padding: 60px 20px;
    width: 100%;
    text-align: center;
}

#block-simplicityworks-frontpagesecondarylayout h2 {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

/* ==========================================================================  
   Future Collection Quote
   ========================================================================== */
.collection-quote-section {
    background-color: #ffffff;
    padding: 80px 20px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.collection-quote-section h3 {
    font-family: "Playfair Display", serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: 40px;
}

.art-quote {
    font-family: "Playfair Display", serif;
    font-size: 1.25rem;
    line-height: 1.8;
    color: #000000;
}

/* ==========================================================================  
   Master Footer Environment 
   ========================================================================== */  
.site-footer {
    background-color: #e5e5e5;
    color: #000000;
    padding: 60px 0 40px;
    width: 100%;
    font-family: "Playfair Display", serif;
}

.footer-contact-info p {
    margin-bottom: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.footer-contact-info a.footer-link {
    color: #000000 !important;
    text-decoration: underline !important;
    font-weight: normal !important;
    margin-right: 15px;
    transition: color 0.3s ease !important;
}

.footer-contact-info a.email-link {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: normal !important;
    transition: color 0.3s ease !important;
}

.site-footer a:hover {
    color: #555555 !important;
    background-color: transparent !important;
    text-decoration: none !important;
}

.footer-copyright {
    font-size: 1.2rem;
    margin-top: 20px;
}

.footer-copyright p {
    margin: 0;
}

/* ==========================================================================  
   Profile Biography Block Override (About Page)
   ========================================================================== */
.profile-biography-block {
    background-color: #ffffff;
    color: #000000;
}

.profile-layout-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.profile-layout-grid .field--name-field-profile-image {
    width: 50%;
    padding: 0 30px;
    text-align: center;
}

.profile-layout-grid .field--name-field-profile-image img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 4px solid #000000;
}

.profile-layout-grid .field--name-body {
    width: 50%;
    padding: 0 30px;
    font-family: "Playfair Display", serif;
    font-size: 1.25rem;
    line-height: 1.8;
    color: #000000;
}

@media (max-width: 768px) {
    .profile-layout-grid .field--name-field-profile-image,
    .profile-layout-grid .field--name-body {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
}

/* --- About Page Layout Fixes --- */

/* Force image to respect column bounds */
.node--type-about-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Edge-to-edge subtle gray background */
.about-page-wrapper {
  background-color: #f0f0f0; 
  width: 100%;
}

/* Force transparency on text to override hidden Squarespace pasted styles */
.about-page-wrapper p, 
.about-page-wrapper span {
  background-color: transparent !important;
}

/* --- Contact Page Layout --- */
.contact-page-wrapper {
  background-color: #f0f0f0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* --- Main Menu Spacing Fix --- */
#block-simplicityworks-main-menu ul {
  display: flex;
  gap: 0 !important; 
  padding: 0;
  margin: 0;
}

#block-simplicityworks-main-menu li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

#block-simplicityworks-main-menu a {
  display: inline-block;
  margin: 0 !important;
  /* Applying 10px of padding left/right so the words do not physically bleed into each other, but the external margins are completely zeroed out. */
  padding: 0 10px !important; 
}