@charset "UTF-8";
/* CSS Document */



/* ==========================================================================
   ===== ORIGINAL TYPOGRAPHY & HEADINGS (RESTORED EXACTLY) =====
   ========================================================================== */
html,body{font-family:Roboto,sans-serif;font-size:15px;line-height:1.25}html{overflow-x:hidden}

body h2 {
  font-family: "Times New Roman", Times, serif !important;
  font-size: 32px !important;
  line-height: 1.3 !important;
  font-style: italic !important;
  font-weight: 400 !important;
  text-transform: none !important; /* Fix: Keeps "Monoprints By Series" / Intro Title in natural casing */
}

h1{font-size:136px}



h3 {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 15px !important; /* Reduced from 16px to 14px */
    font-weight: 400 !important; /* '400' is standard non-bold weight */
    line-height: 1.25;
    color: #000;
}

h4 {
   font-family: Roboto, sans-serif !important;
  font-size: 15px;
  line-height:normal;
  color:#000;
  padding-bottom:0px;
  font-style: normal;
  font-weight: 800 !important;
}

h5 {
   font-family: Roboto, sans-serif !important;
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-bottom: 0;
  font-style: italic;
  font-weight: 300 !important;
}

h6{font-size:13px; font-weight:500; color: #666;text-align: center !important;padding-bottom: 15px }

h1,h4,h5,h6{font-family:"Roboto"; margin:10px 0}

.w3-large{font-weight:700; line-height:1em;padding-top: 20px;padding-bottom: 0px;font-size:18px!important}
.w3-largem{font: "Times New Roman italic", "serif"; font-weight:500; line-height: 120px; font-size:28px!important}
.w3-largeh{font-weight:700; line-height:1.2em;padding-top: 0px;padding-bottom: 0px;font-size:18px!important}
.w3-xlarge{line-height: 1.2em; font-size:24px!important}
.w3-xxlarge{line-height: 1.3em; font-color: #fff; font-weight:800; font-size:40px!important}
.w3-xxxlarge{font-size:48px!important}
.w3-jumbo{line-height: 1em; font-size:48px!important}



/* ==========================================================================
   ===== SECTION HEADER SPACING PATCH =====
   ========================================================================== */
/* Removes excess spacing above the "Monoprints By Series" heading block */
#portfolio, 
.w3-container[id="portfolio"] {
  padding-top: 0px !important; 
  margin-top: 0 !important;
}

#portfolio h2,
.w3-container[id="portfolio"] h2 {
  margin-top: 0px !important;
  padding-top: 0 !important;
}


/* ==========================================================================
   ===== NAVIGATION TYPE & DESKTOP VISIBILITY =====
   ========================================================================== */
.w3-right.w3-hide-small a.w3-button {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important; /* Restores bold weight for navigation */
  color: #000 !important;      /* Forces clickable text links to be black */
  letter-spacing: normal !important;
  text-decoration: none !important;
  background: transparent !important;
}


/* Hover state for links */
.w3-right.w3-hide-small a.w3-button:hover {
  color: #555 !important;      /* Subtle change on hover to indicate interactiveness */
}

/* Gray styling remains reserved only for active/selected section markers */
.w3-right.w3-hide-small .nav-active {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #999 !important;      
  text-decoration: none !important;
}

/* Separation Dots between Desktop Text Links */
.nav-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin: 0 10px;
}

.nav-dot::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #999;
  border-radius: 50%;
}

/* Sticky top wrapper tweaks */
.w3-top {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 3000 !important;
  overflow: visible !important;
}

#myNavbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  height: 90px !important;       /* LOCK THIS: Prevents jumping height */
  padding: 0 15px 0 20px !important;
  box-sizing: border-box !important;
}

/* Ensure the logo container does not cause a resize */
.w3-bar-item.w3-button.w3-wide {
  height: 90px !important;
  display: flex !important;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* CRITICAL OVERRIDE: Drops hamburger icon from desktop layout entirely */
@media (min-width: 601px) {
  .w3-hide-medium, .w3-hide-large {
    display: none !important;
  }
  .w3-right.w3-hide-small {
    display: flex !important;
    align-items: center;
    margin-left: auto;
    float: none !important;
  }
}



/* ==========================================================================
   ===== NAVBAR DEEP BLEND DROP SHADOW FIX =====
   ========================================================================== */
#myNavbar, 
.w3-bar.w3-white.w3-card {
  /* Force white background regardless of scroll state */
  background-color: #ffffff !important;
  background: #ffffff !important;
  
  /* Retain your border */
  border-bottom: 1px solid #eeeeee !important; 
  
  /* Retain your drop shadow */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 
              0 1px 3px rgba(0, 0, 0, 0.03) !important;
}


/* extra space after last nav item */
.w3-right.w3-hide-small a.w3-button:last-of-type {
  margin-right: 15px;
}
/* =========================
   NAV LINKS (NO JUMP + VISIBLE UNDERLINE)
   ========================= */
@media only screen and (max-width: 600px) {
  #myNavbar.w3-bar {
    display: flex !important;
    align-items: center !important; 
    justify-content: space-between !important;
    height: 90px !important;
    padding: 0 !important;
    width: 100% !important;
    
    /* ADD THIS LINE */
    z-index: 10 !important; 
    position: relative;
  }
}
.w3-right.w3-hide-small a.w3-button {
  color: #000 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;

  display: inline-flex;
  align-items: center;

  padding: 0 0 0px 0  !important;;

  position: relative;
}

/* REAL underline element */
.w3-right.w3-hide-small a.w3-button::after {
  content: "";
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 1px;
  background-color: #000;

  transform: scaleX(0);
  transform-origin: left;

  transition: transform 0.2s ease;
}

/* Make span behave exactly like nav links */
.w3-right.w3-hide-small .nav-active {
  display: inline-flex;
  align-items: center;

  padding: 0 0 0px 0;   /* match your link padding */
  margin: 0;            /* remove extra spacing */

  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;

  color: #000;
}

/* prevent underline system from affecting it */
.w3-right.w3-hide-small .nav-active::after {
  display: none !important;
}
/* hover */
.w3-right.w3-hide-small a.w3-button:hover::after {
  transform: scaleX(1);
}
/* This stops the grey background and keeps the text black on hover */
.w3-right.w3-hide-small a.w3-button:hover {
  background-color: transparent !important;
  color: #000 !important;
}


/* ==========================================================================
   ===== NAV MOBILE (FIXED CLEAN VERSION)
   ========================================================================== */

#myNavbar {
  position: relative;
  z-index: 5000;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  box-sizing: border-box;
}

.mobile-menu-button {
  display: none;
}

@media (max-width:600px) {

  .mobile-menu-button {
    display: flex !important;

    position: absolute;

    right: 15px;        /* ✅ BACK TO RIGHT */
    left: auto;         /* ❗ IMPORTANT: cancels old left rule */

    top: 50%;           /* vertical center */
    transform: translateY(-50%);

    width: 40px;
    height: 40px;

    align-items: center;
    justify-content: center;

    z-index: 6000;
  }

  #menuIcon {
    width: 40px;
    height: 40px;
    display: block;
    object-fit: contain;
  }
}
#mySidebar {
  /* Positioning */
  position: fixed !important;
  top: 90px;
  left: 0;
  
  /* UPDATED SIDEBAR WIDTH*/
  width: 290px; 
  
  height: calc(100vh - 90px);
  background: #000;
  z-index: 4000;
  padding-top: 20px;

  /* Animation Setup */
  /* We use -280px to match the new width so it stays fully hidden */
  transform: translateX(-280px); 
  transition: transform 0.3s ease-in-out;
  
  visibility: hidden;
}

/* When the 'open' class is added */
#mySidebar.open {
  transform: translateX(0);
  visibility: visible;
}

#mySidebar a {
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;

  display: block;
  padding: 16px 24px;

  font-family: inherit;
}

/* REMOVE hover completely */
#mySidebar a:hover {
  background: transparent !important;
}
/* ==========================================================================
   ===== SEPARATION DOTS BETWEEN DESKTOP LINKS =====
   ========================================================================== */
.w3-right.w3-hide-small .nav-dot {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 10px !important;
  vertical-align: middle !important;
}

/* This creates a perfectly crisp, light-gray separator dot using a CSS pseudo-element */
.w3-right.w3-hide-small .nav-dot::before {
  content: "" !important;
  display: block !important;
  width: 5px !important;
  height: 5px !important;
  background-color: #999999 !important; /* Elegant slate gray color matching your active link */
  border-radius: 50% !important;        /* Forces it to be a perfect circle */
}


/* ==========================================================================
   ===== CUSTOM PILL SUB-NAV BUTTONS (ACTIVE & OFF STATES) =====
   ========================================================================== */

/* --- ACTIVE STATE PILL (e.g., "View All") --- */
.cta-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 18px !important;
  margin: 5px !important;
  background-color: #000000 !important; /* Solid black background */
  color: #ffffff !important;           /* White text */
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  
  /* MATCHES THE HOMEPAGE EXACTLY */
  font-weight: 500 !important;
  -webkit-font-smoothing: subpixel-antialiased !important; 
  -moz-osx-font-smoothing: auto !important;
  letter-spacing: 0.05em; 
  text-decoration: none !important;
  text-transform: none !important;     
  border-radius: 20px !important;      
  border: 1.2px solid #000000 !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
  white-space: nowrap !important;
}






.cta-button:hover {
  background-color: #333333 !important; /* Dark charcoal shift on mouse hover */
  background: #333 !important;
  opacity: 0.95;
}

/* --- INACTIVE STATE PILLS (e.g., "Triumphant", "Wildflowers", etc.) --- */
.cta-button-off {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 18px !important;
  margin: 5px !important;
  background-color: transparent !important; /* Clear background */
  color: #000000 !important;               /* Sharp black text */
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
	  letter-spacing: 0.05em; 
  
  /* MATCHES ACTIVE STATE EXACTLY */
  font-weight: 500 !important;
  -webkit-font-smoothing: subpixel-antialiased !important; 
  -moz-osx-font-smoothing: auto !important;

  
  text-decoration: none !important;
  text-transform: none !important;         /* Keeps natural casing intact */
  border-radius: 20px !important;          /* Perfect pill rounded edges */
  border: 1.2px solid #3F3F3F !important;    /* Crisp black outline shape */
  transition: background-color 0.2s ease, color 0.2s ease !important;
  white-space: nowrap !important;
}

/* Smooth inverse flip on hover */
.cta-button-off:hover {
  background-color: #000000 !important;    /* Fills in solid black */
  color: #ffffff !important;               /* Text flips to white */
  
  /* Keeps the weight locked down even when background goes dark on hover */
  font-weight: 500 !important;
  -webkit-font-smoothing: subpixel-antialiased !important; 
  -moz-osx-font-smoothing: auto !important;
}

/* ==========================================================================
   ===== HORIZONTAL SCROLL GALLERY SYSTEM =====
   ========================================================================== */

/* =========================
   HIDE SCROLLBAR (ALL BROWSERS)
========================= */

.scroll-wrapper {
  width: 100%;
	height: 480px !important;
  overflow-x: hidden !important; /* This stops the scrolling */
  overflow-y: visible; 
  -webkit-overflow-scrolling: touch;
  
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

/* Chrome / Safari / Edge */
.scroll-wrapper::-webkit-scrollbar {
  display: none;
}


.scroll-track {
  display: flex;
  flex-wrap: nowrap;
}

.scroll-item {
  flex: 0 0 auto;
  width: 300px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}

.scroll-item img {
  width: 100%;
  height: auto;
  display: block;
}

.scroll-container {
  /* Ensure no loop */
  animation-iteration-count: 1 !important;
  animation-fill-mode: forwards !important;
  /* Use 'linear' to ensure smooth movement to the final position */
  animation-timing-function: linear !important; 
}


/* ==========================================================================
   ===== HOME GALLERY LINKS =====
   ========================================================================== */
/* 1. Reset wrapper to ensure it acts as a single clickable unit */
a.img-link-wrapper {
  display: block !important;
  text-decoration: none !important;
  text-align: center !important;
  cursor: pointer !important;
}

/* 2. The Title styling - Adjusted to fit 1px line */
span.home-title {
  display: inline-block !important;
  margin: 10px auto 5px auto !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000000 !important;
  position: relative !important;
  padding-bottom: 1px !important; /* Provides space between text and line */
}

/* 3. The 1px Underline */
span.home-title::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important; /* Aligned with text bottom */
  width: 0 !important;
  height: 1px !important; /* MATCHES NAV */
  background-color: #000000 !important;
  transition: width 0.2s ease !important; /* Matches Nav speed */
}

/* 4. HOVER TRIGGER */
a.img-link-wrapper:hover span.home-title::after {
  width: 100% !important;
}



/* ==========================================================================
   ===== MODERN GALLERY GRID (DESKTOP LAYOUT DEFAULT) =====
   ========================================================================== */
.gallery-grid {
  display: grid !important;                  
  grid-template-columns: repeat(4, 1fr) !important; 
  gap: 20px !important;                       
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 1;
}

.gallery-item {
  display: block !important;
  position: relative !important;
  min-height: 420px; 
  width: 100% !important;
}

.gallery-item img {
  width: 100% !important;
  height: auto !important;
  display: block;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.gallery-item img:hover {
  transform: scale(1.03);
  opacity: 0.9;
}



/* ==========================================================================
   ===== PURE VIEWPORT NAVIGATION RIG (PERCENT-BASED TUNING) =====
   ========================================================================== */

/* Styling for both arrow images */
.mzArrow {
  width: 24px !important; 
  height: 24px !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  z-index: 100002 !important;
  
  /* Default: Solid Black */
  opacity: 1 !important;
  transition: opacity 0.3s ease !important;
  
  /* Ensuring they stay black */
  filter: none !important;
}

.mzArrow:hover {
  /* On hover, make them partially transparent */
  opacity: 0.5 !important;
}



/* ==========================================================================
   GALLERY CAPTIONS (MAIN GRID) - TOUCHLESS & SAFE
   ========================================================================== */
/* 1. Fix for #modal01 (The one with inline styles) */
#modal01 > div:last-child {
    justify-content: flex-start !important;
    overflow-y: auto !important;
    height: 100vh !important;
    padding: 80px 20px 40px 20px !important;
    box-sizing: border-box !important;
}

#modal01 > div:last-child::-webkit-scrollbar {
    display: none;
}

/* The modal container must be fixed and cover the whole screen */
#mzModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* Prevent the modal container itself from adding scrollbars */
}



/* Hide scrollbar for aesthetics */
.modal-content-wrapper::-webkit-scrollbar {
    display: none;
}
/* 2. Fix for #mzModal (The one using .modal-content-wrapper) */
.modal-content-wrapper {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important; /* Forces top anchor */
    align-items: center;
    height: 100vh !important;
    overflow-y: auto !important;
    padding: 80px 20px 50px 20px !important;
    box-sizing: border-box;
}

.modal-scroll-wrapper {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Change back to center */
    justify-content: center; 
    /* This allows it to scroll if it gets too big, 
       but it starts by trying to center the content */
    overflow-y: auto;
    padding: 80px 20px 40px 20px;
    box-sizing: border-box;

}

/* Tightens space above and below the grid rows */
.gallery-item, 
.scroll-item {
  margin-top: -4px !important;    /* Pulls row closer to the content above */
  margin-bottom: -10px !important; /* Pulls next row closer from below */

}
/* TITLE */
.gallery-item .img-caption,
.scroll-item .img-caption {
  display: block !important;
  text-align: center !important;
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
 
	font-weight: bold !important;
  color: #000 !important;
  line-height: 1.2 !important;
  margin: 3px 0 2px 0 !important;
  padding: 0 !important;
}

.detail-overlay {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* ART SIZE */
.gallery-item span.artsize,
.scroll-item span.artsize {
  display: block !important;
  width: 100% !important;
  font-family: Roboto, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #8f8f8f !important;
  text-align: center !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  background: transparent !important;
}

/* SOLD */
.artsize .sold-label {
    color: #c53946 !important;
    display: inline-block !important; /* Ensures it acts like its own element */
    font-weight: 700 !important;
}

/* Ensure the Sold label is pink in every container on the page */
span.sold-label {
    color: #c53946 !important;
    font-weight: 700 !important;
}



/* DETAIL TEXT & PAPER (COMPLETELY HIDDEN ON MAIN GRID VIEW) */
.gallery-item .detail-overlay,
.gallery-item .paper,
.gallery-item span.paper {
  display: none !important;
}

/* ==========================================================================
   MODAL CAPTION (POPUP VIEW) - LOCKED WIDTH & FIXED SPACING
   ========================================================================== */

#mzCaption {
  text-align: center !important;
  padding-top: 0 !important;     
  margin: -6px auto 0 auto !important; /* Centers block horizontally beneath image */
  max-width: 600px !important;         /* Hard limit matching the dynamic image frame width */
  width: 100% !important;
}

/* 1. TITLE & PRICE */
#mzCaption > p,
#mzCaption > div:first-child,
#mzCaption > strong,
#mzCaption .img-caption {
  font-family: Roboto, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  color: #000000 !important;
  line-height: 1.4 !important;
  margin: 0 0 4px 0 !important; 
}

/* 2. ART SIZE (Grey & Regular) */
.artsize {
  display: block !important;
  font-family: Roboto, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: #8f8f8f !important;
  line-height: 1.1 !important;
  margin: 0 0 0px 0 !important; /* Negative bottom margin forces details text upward */
}

/* 3. DETAILS (Black & Regular) */
.detail-overlay {
  display: block !important;
  font-family: Roboto, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #000000 !important;
  line-height: 1.5 !important;
  margin: 0 auto 0 auto !important; 
  width: 100% !important;              
}

/* 4. PAPER (Dark Grey & Italic Regular) */
.paper {
  display: block !important;
  font-family: Roboto, sans-serif !important;
  font-size: 12px !important; 
  font-weight: 300 !important; /* Force regular weight on outer tag */
  font-style: italic !important; 
  color: #555555 !important;
  line-height: 1.3 !important;
  margin-top: 4px !important; 
}

/* Target child elements carefully without destroying their font-style */
.paper * {
  font-family: Roboto, sans-serif !important;
  font-weight: 300 !important; /* Force regular weight on any inner tags */
  font-style: italic !important; 
}
	  
	  
/* Specifically target the H3 inside your text column */
.text h3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Ensure the wrapper doesn't have hidden spacing */
.container {
  display: flex;
  gap: 40px;
  padding-top: 0 !important;
  margin-top: 0 !important;
  align-items: flex-start;
}
/* IMAGE COLUMN */
.image {
  width: 40%;
  flex-shrink: 0;
	  padding-top: 5px !important;
}

.image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


.art-details,
.modal-art-details {
    text-align: center;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    gap: 20px;
  }

  .image {
    width: 100%;
    order: -1; /* image appears above text on mobile */
  }

  .text {
    width: 100%;
  }
}

/* ==========================================================================
   ===== MOBILE MEDIA RESPONSIVE CODES =====
   ========================================================================== */
@media (max-width: 600px) {
  #myNavbar.w3-bar {
    display: flex !important;
    align-items: center !important; 
    justify-content: space-between !important;
    height: 90px !important;
    padding: 0 15px !important;
    width: 100% !important;
  }

  /* Force hamburger visibility only on mobile */
  #myNavbar .w3-hide-medium.w3-hide-large {
    display: flex !important;
  }
	
	
  
  .w3-right.w3-hide-small {
    display: none !important;
  }

  .gallery-grid {
    grid-template-columns: 1fr !important; 
    display: grid !important;                  
    gap: 30px !important;
  }
	
	
	}


  .gallery-item {
    display: block !important;
    width: 100% !important;
    max-width: 380px !important;
    margin: 0 auto !important;
    position: static !important;
    min-height: auto !important;
  }

  .gallery-item img {
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    cursor: default !important;
    transform: none !important;
    opacity: 1 !important;
  }

  body h2 {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

footer {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
}
