body {
margin-top: 0px;
font-size: 1em; /*line-height: 1.6;*/
background: #fff;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
font-family: "Century Gothic W01",Arial, Helvetica, sans-serif;
}



#top-image {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}

#top-image img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

#top-image img:first-of-type {
  border: 1px solid rgba(0, 0, 0, 0.33);
}

	
@media (max-width: 768px) {
  #top-image img {
    width: 90%;
  }
}


#model-heading {
  margin-top: 50px;
  text-align: center;
  padding: 0 1em;
}

#model-heading h1 {
  font-size: 50px;
  font-family: Montserrat, serif;
  color: #444444;
  font-weight: 600; /* semi-bold for a confident but refined presence */
  padding-bottom: 10px;
  margin: 0;
}

#model-heading p {
  font-size: 21px;
  color: #444444;
  font-weight: 300; /* light for a softer, elegant contrast */
  font-family: Montserrat, sans-serif;
  margin: 0;
}

/* Mobile scaling */
@media (max-width: 768px) {
  #model-heading h1 {
    font-size: 34px;
  }

  #model-heading p {
    font-size: 18px;
  }
}
	
#model-description {
  max-width: 900px;
  margin: 2em auto;
  padding: 0 1em;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #666666;
}

#model-description p {
  margin-top: 1.5em;
  line-height: 1.6em;
  font-size: 1.1em;
}	
	
#model-description img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
}
	
@media (max-width: 768px) {
  #model-description p {
    font-size: 1em;
    line-height: 1.5em;
  }
}

#build-bar {
  margin-top: 20px;
  background-color: #666666;
  color: #ffffff;
  text-align: center;
  padding: 15px 1em;
}

#build-bar h2.headline {
  font-size: 2em;
  font-family: 'Playfair Display', serif; 
  font-weight: 600;
  color: #ffffff;
  line-height: 1.76;
  letter-spacing: 1px;
  font-style: italic;
  margin: 6px 0;
}

#build-bar .subtext {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  margin: 6px 0;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  #build-bar h2.headline {
    font-size: 1.65em;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }

  #build-bar .subtext {
    font-size: 16px;
  }
}

/* START New styling for SAFE LINEUP 5-7-2025 */

#gm-gem-models-nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 5px;
  max-width: 90%;
  box-sizing: border-box;
  align-items: flex-start;
}

@media (max-width: 768px) {
  #gm-gem-models-nav {
    gap: 1px;
	max-width: 98%;
	padding: 0 2px;
  }
}


.gem-model {
  text-align: center;
  flex: 1 1 auto;
  max-width: 250px;
  text-decoration: none;
}

.gem-model img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.5;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
	
.gem-model.highlighted img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.gem-model:hover img {
  transform: scale(1.05);
  opacity: 1;
}


/* The vertical divider between 6037 and Custom Sizes */
.gem-model-divider {
  width: 1px;
  height: 92px;                 /* same visual height as image */
  background: rgba(0, 0, 0, 0.22);
  flex: 0 0 1px;
  align-self: center;           /* ← vertical centering */
  margin: 0 0 0 20px;
}

@media (max-width: 768px) {
  .gem-model-divider {
    display: none;
  }
}

.gem-model span {
  display: block;
  margin-top: 0.5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;

  color: #767676;
  font-weight: 500;
}

.gem-model:hover span {
  color: #ad8a3c; /* darker gold tone that meets contrast */
  text-decoration: underline;
}
	

.gem-model.highlighted span {
  color: #ad8a3c;
  font-size: 1.4em;
  font-weight: 700;
  border-bottom: 4px solid #ad8a3c;
  display: inline-block;
  padding-bottom: 4px;
}
	
@media (max-width: 768px) {
  .gem-model span {
    font-size: .95em; /* slightly smaller, still readable */
  }

  .gem-model.highlighted span {
    font-size: 1em;
  }

}







/* END New styling for SAFE LINEUP */



#gs-feat-floatnav {
  display: flex;
  justify-content: center;
  gap: 2em;
  padding: 1em 0;
  flex-wrap: wrap;
  background-color: rgba(245, 235, 240, 0.8); /* soft pink-gray with 80% opacity */
  backdrop-filter: blur(3px); /* subtle glass effect if supported */
  border-bottom: 1px solid #ddd;
}

#gs-feat-floatnav .floatnav-link {
  font-family: 'Georgia', serif;
  font-size: 1em;
  color: #666;
  text-decoration: none;
  padding: 0.5em 1em;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  transition: color 0.3s ease, border-color 0.3s ease;
}

#gs-feat-floatnav .floatnav-link:hover,
#gs-feat-floatnav .floatnav-link:focus {
  color: #b38e5d; /* rich dark gold */
  border-color: #b38e5d;
  outline: none;
}





/* START New styling for selections 4-30-2025*/ 
		
.configurator-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 2em 0.5em;
  background: linear-gradient(to top, #f0eae5 0%, #fff 80%);
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 0;
  margin-bottom: .5em; /* Spacing for fade */
}

/* Center feature image inside configurator intro sections */
.configurator-section .section-image {
  display: block;
  margin: 1.5em auto;
  max-width: 65%;
  height: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .configurator-section .section-image {
    max-width: 95%;
  }
}

/* Editorial headline under feature image */
.configurator-section .image-headline {
  text-align: center;
  margin: 0.5em auto 1em auto;
  font-family: "Playfair Display", serif;
  font-size: 33px;
  font-weight: 400;
  font-style: italic;
  color: #333333;
}

/* Mobile scale */
@media (max-width: 768px) {
  .configurator-section .image-headline {
    font-size: 24px;
  }
}


.fade-divider {
  height: 60px;
  margin: -3em auto .3em auto; /* pull up to visually blend */  max-width: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(245,211,216,0.5));
  pointer-events: none;
}
		
.fade-divider-top {
  height: 60px;
  margin: .5em auto -3em auto; /* pull up to visually blend */
  background: linear-gradient(to top, rgba(255,255,255,0), rgba(245,211,216,0.5));
  pointer-events: none;
}

.section-divider {
  width: 75%;
  border: none;
  height: 1px;
  background-color: #999; /* soft gray */
  margin: 2em auto 0; /* centers it with vertical spacing */
}
	
	.configurator-section h2 {
  	width: 55%;
  	margin: 0 auto 1em auto; /* centers it horizontally and adds space below */
  	text-align: center;
  	background-color: #f2f2f2; /* light gray background */
  	padding: 0.75em 1.5em;
  	border-radius: 10px;
  	font-family: Montserrat;
  	font-weight: 400;
	text-transform: uppercase;
  	font-size: 1.8em;
  	color: #777777;
	}
	
   @media (max-width: 768px) {
  .configurator-section h2 {
    font-size: 1.4em;
    padding: 0.75em 1em; /* slightly tighter padding on small screens */
    width: 75%; /* optionally allow more horizontal room */
  }
}
		
	.configurator-section h3 {
	  margin: 2em 0 1em 15%; /* shifts right from left edge */
	  text-align: left;
	  font-family: Montserrat, sans-serif;
	  font-weight: 600;
	  font-size: 1.2em;
	  color: #333; /* higher contrast for accessibility */
	  position: relative;
	  padding-bottom: 0.5em;
	}

	.configurator-section h3::after {
	  content: "";
	  display: block;
	  width: 85%;
	  height: 1px;
	  background-color: #999; 
	  margin-top: 0.4em;
	  border-radius: 1px;
	}
		
	.configurator-section p {
	  width: 75%;
	  max-width: 900px;
	  margin: 0 auto 1em auto;
	  text-align: center;
	  font-family: Montserrat, sans-serif;
	  font-weight: 400;
	  font-size: 1.1em;
	  line-height: 1.6em;
	  color: #666; /* #333 for higher contrast for accessibility */
	  position: relative;
	  padding-bottom: 0.5em;
	}
		
    .swatch-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.5em;
	background: transparent;
    }

    .swatch-card {
      background: rgba(255, 255, 255, 0.95); /* soft transparency */
      border: 2px solid transparent;
      border-radius: 10px;
      padding: 1em;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      transition: border-color 0.3s ease, transform 0.2s ease;
    }
		
	.swatch-card img {
	  display: block;
	  max-width: 100%;
	  height: auto;
	  border-radius: 6px;
	  margin-bottom: 0.8em;
	}

    .swatch-card:hover {
      transform: translateY(-4px);
      border-color: #aaa;
    }

    .swatch-card.selected {
      border-color: #caa95b;
      box-shadow: 0 0 0 5px rgba(0, 81, 181, 0.1);
    }

    .swatch-card img {
      width: 100%;
      border-radius: 6px;
	  margin-bottom: 0.8em;
    }

    .swatch-title {
  	  font-weight: 600;
	  font-size: 1em;
	  text-align: center;
	  margin-bottom: 0.55em;
	}

	.swatch-card .swatch-title {
  	color: #666666;
	}

		
	.swatch-title .swatch-price {
	  display: inline; /* or block if you want on next line */
	  font-weight: 400;
	  font-size: 0.9em;
	  color: #666;
	  margin-top: 0.25em;
	}
		
	.swatch-title .swatch-name {
	  display: block;
	  font-size: 1em;
	}

	.swatch-title .swatch-subtitle {
	  display: block;
	}

	.swatch-subtitle {
	  margin-top: -0.5em;
	}

    .swatch-card input[type="radio"] {
    margin-top: 0.4em;
    transform: scale(1.2);
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
   }
		
	.swatch-card.selected .swatch-title,
	.swatch-card.selected .swatch-title .swatch-price {
	  color: #ad8a3c;
	}
	



/* Drawer Pulls: 3 stacked images with finish labels */
.swatch-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swatch-stack__item {
  width: 100%;
  text-align: center;
}

/* Keep 3 images from getting too huge inside 250px cards */
.swatch-stack__item img {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.35em; /* tighter than default 0.8em */
}

.swatch-finish-label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 0.85em; /* smaller text */
  color: #666;       /* same as swatch-price */
  margin-bottom: 0.85em; /* spacing before next image */
}

.swatch-card.selected .swatch-finish-label { color: #ad8a3c; }






	.swatch-note {
	  font-style: italic;
	  margin-top: 1.5em;
	padding-top: 1.5em;
	  text-align: center;
	  font-size: 0.95em;
	  color: #555; /* optional soft gray tone */
	}

@media (max-width: 768px) {
  .swatch-note {
    margin-top: 1em;
    padding-top: 1em;
    max-width: 90%;
    font-size: 0.9em;   /* readable, elegant */
  }
}
	
	.swatch-description {
  	margin: 2em auto 0 auto;         /* vertical spacing + auto centering */
  	text-align: left !important;     /* force left-aligned text */
  	font-size: 0.9em;
  	color: #555;                     /* elegant soft gray */
  	max-width: 45%;                  /* restrict width */
  	line-height: 1.7em;              /* improved line spacing */
  	letter-spacing: 0.02em;          /* subtle spacing between letters */
	}

	
	@media (max-width: 768px) {
  .swatch-description {
    max-width: 90%;
  }
}

    .additional-options {
      margin-top: 2em;
      text-align: left;
      max-width: 1000px;
      margin-left: auto; 
      margin-right: auto;
    }

    .additional-options label {
      display: block;
      margin-bottom: 1em;
	    padding-left: 1em;
      font-weight: 600;
      cursor: pointer;
    }

    .additional-options input[type="radio"] {
      margin-right: 0.5em;
      transform: scale(1.1);
    }
		
	.additional-options input[type="radio"]:checked + span {
  	color: #ad8a3c;
  	font-weight: 800;
	}
		

/* TWO cards */
.swatch-grid--two .swatch-card {
  flex: 1 1 45%;
  max-width: 350px; /* was 400px */
}

/* THREE cards */
.swatch-grid--three .swatch-card {
  flex: 1 1 35%;
  max-width: 250px; /* was 400px */
}

/* FOUR cards */
.swatch-grid--four .swatch-card {
  flex: 1 1 20%;
  max-width: 200px; 
}


/* Responsive scaling for all */
@media (max-width: 768px) {
  .swatch-grid--two .swatch-card,
  .swatch-grid--four .swatch-card {
    flex: 1 1 29%;
    max-width: 100%;
  }

  .swatch-grid--three .swatch-card {
    flex: 1 1 22%;
    max-width: 100%;
  }
 

  .swatch-card .swatch-title {
    font-size: 1em;
  }

  .swatch-card .swatch-price {
    font-size: 0.85em;
  }
	
	/* Extra spacing for Lock title */
	.lock-space {
 	 min-height: 3.8em;
	}
	
	/* Extra spacing for Hardware title */
	.hardware-space {
 	 min-height: 4.8em;
	}
}

.mobile-break {
  display: none;
}

@media (max-width: 768px) {
  .mobile-break {
    display: inline;
  }
}

/* END New styling for selections 4-30-2025 */

		
/* START New styling for Drawer Inserts Accordions 5-5-2025*/
.configurator-inserts-section {
  width: 75%;
  margin: 0 auto;
}
	
@media (max-width: 768px) {
  .configurator-inserts-section {
    width: 100%;
  }
}
		
.drawer-accordion {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}

.drawer-option {
  display: flex;
  align-items: center; /* <-- This centers the radio vertically */
  gap: .75em;
}

.drawer-option input[type="radio"] {
  margin: 0 0 0 0.5em;  /* top, right, bottom, left */
  transform: scale(1.2); /* Keep upscale */
  cursor: pointer;
}

.drawer-box {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.5em;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  background: #f9f9f9;
}

@media (max-width: 768px) {
  .drawer-header {
  padding: 1em .5em;
  font-size: .97em;
}
}
		
.drawer-label {
  display: flex;
  align-items: baseline;
  gap: 0.25em;
}

.drawer-title {
  color: #444;
}

.drawer-price {
  font-weight: 400;
  color: #666;
  font-size: 0.95em;
  margin-left: .5em;
}

.toggle-icon {
  font-size: 1.4em;
  color: #666;
  transition: transform 0.3s ease;
}

.drawer-content {
  display: none;
  padding: 1.5em;
  background: #fff;
}
		
.drawer-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* Optional: centers the image */
}

.drawer-box.expanded .drawer-content {
  display: block;
}

.drawer-box.expanded .toggle-icon {
  transform: rotate(45deg);
  color: #8c6c29;
}
		
.drawer-option input[type="radio"]:checked + .drawer-box .drawer-title,
.drawer-option input[type="radio"]:checked + .drawer-box .drawer-price {
  color: #8c6c29; /* your signature gold tone */
}
		
/* END New styling for Drawer Inserts Accordions 5-5-2025*/

/* START New styling for Luxury Options 5-6-2025*/
		
.options-section {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 1em;
}

.luxury-options-container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 1em;
}

.luxury-options-title {
  color: #444;
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  font-family: serif;
  text-align: center;
  margin-bottom: .5em;
}

.luxury-options-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}

.luxury-option {
  width: 100%;
  max-width: 350px;
  position: relative;
}

.luxury-option input[type="checkbox"] {
  position: absolute;
  top: 1em;
  left: 1em;
  transform: scale(1.3);
  z-index: 2;
  margin: 0;
  cursor: pointer;
}

.luxury-option-box {
  display: block;
  background-color: #f0eae5;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 2em 1em 1em 3.2em;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.luxury-option-box:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

input[type="checkbox"]:checked + .luxury-option-box {
  background-color: #fdfaf5;
  border-color: #caa95b;
  box-shadow: 0 0 0 5px rgba(202, 169, 91, 0.2);
}

.luxury-option-content {
  display: flex;
  align-items: center;
  gap: 1.2em;
}

.luxury-option-info {
  flex: 1;
  font-family: Montserrat, sans-serif;
}

.luxury-option-title {
  font-weight: 600;
  font-size: 1.15em;
  color: #444;
}

.luxury-option-price {
  font-size: 1em;
  color: #666;
  margin-top: 0.2em;
}

.luxury-option-info a {
  font-size: 0.9em;
  margin-top: 0.8em;
  display: inline-block;
  color: #0066cc;
  text-decoration: underline;
  border-bottom: 1px dotted #aaa;
}

.luxury-option-image {
  flex-shrink: 0;
}

.luxury-option-image img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  display: block;
  border: 1px solid #797876; /* Light gray, subtly elegant */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Optional for soft lift */
}

@media (max-width: 768px) {
   /*
  .luxury-option-content {
    flex-direction: column;
    align-items: flex-start;
  }
  */
  .luxury-option {
    width: 100%;
  }
  .luxury-option-image img {
    max-width: 100%;
    height: auto;
  }
}		
		
/* END New styling for Luxury Options 5-6-2025*/


/* START new Protecton Level names and radio buttons */
		
.subheading-fire-protection,
.subheading-protection {
  width: 75%;
  margin: 20px auto 0 auto; /* top margin + centered */
  padding: 10px 1em; /* adds side padding on mobile */
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  box-sizing: border-box;
}

.subheading-fire-protection {
  background-color: #b91919;
}

.subheading-protection {
  background-color: #1e73be;
}

@media (max-width: 768px) {
  .subheading-fire-protection,
  .subheading-protection {
    font-size: 16px;
    padding: 8px 1em;
  }
}


		

.protection-levels {
  display: flex;
  justify-content: center;
  gap: 2em;
  max-width: 70%;
  margin: 2em auto 3em auto;
  flex-wrap: wrap;
  text-align: center;
}

.protection-option {
  flex: 1 1 20%;
  min-width: 150px;
}

/* Center two-option protection levels for Mini Gem */
.protection-levels--minigem {
  display: flex;
  justify-content: center;
  gap: 2em;
  flex-wrap: wrap;
}

.protection-levels--minigem .protection-option {
  flex: 0 1 280px;
  max-width: 100%;
}


.protection-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  color: #444;
  transition: color 0.3s ease;
  text-align: center;
}
	
.protection-title-price {
  font-family: 'Montserrat', sans-serif;
  font-size: .9em;
  font-weight: 400;
  color: #666;
  transition: color 0.3s ease;
  text-align: center;
  margin-top: 0.4em;   /* subtle spacing above */
  margin-bottom: 0.75em; /* slightly more space below */
}

.protection-title span {
  display: block;
  font-weight: 300;
  font-size: 0.95em;
  color: #666;
}

.protection-option input[type="radio"] {
  margin-top: 0.5em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
	

.protection-option label {
  cursor: pointer;
  display: block;
}



	
.protection-option.selected .protection-title,
.protection-option.selected .protection-title-price {
  color: #ad8a3c;
  font-weight: 600;
}


/* 2-column Protection Levels on mobile */
@media (max-width: 768px) {
  .protection-levels{
    max-width: 96%;    /* key: stop constraining the row to 70% */
    gap: 1em;          /* tighter spacing so 2-up fits comfortably */
	row-gap: 2.75em;   /* space between rows */
  }

  .protection-option{
    flex: 0 0 calc(50% - 0.5em); /* two columns */
    min-width: 0;                /* allow flexbox to actually shrink */
  }

  /* optional: keep images behaving nicely in the narrower cards */
  .protection-option img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

/* Optional: on very small phones, go back to 1 column */
@media (max-width: 380px) {
  .protection-option{
    flex-basis: 100%;
  }
}

/* END new Protecton Level names and radio buttons */

	
.button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2em auto;
  text-align: center;
  padding: 0 1em; /* slight horizontal padding for small screens */
}

.summary-button {
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  height: 80px;
  border-radius: 15px;
  background-color: #cc5a72;
  display: flex;
  align-items: center;       /* vertically center */
  justify-content: center;   /* horizontally center */
  text-align: center;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}

.summary-button span {
  color: #fff !important;
  font-size: 24px;
  font-family: Montserrat, sans-serif !important;
  font-weight: 700;
  margin: 0;
  line-height: 1.2; /* more natural line-height */
  letter-spacing: 0.05em; /* adjust this value as needed */
}

.summary-button:hover {
  background-color: #b84861;
}

.button-wrapper p:last-of-type {
  font-size: 1.5em;
  color: #666666;
  font-family: Montserrat, serif;
  padding-top: 1.25em;
  margin: 0;
  max-width: 1200px;
}
		
.selections-container {
  max-width: 70%;
  margin: 0 auto;
  padding: 1em;
}

.checkbox-label {
  display: flex;
  align-items: center;
  font-size: 1.25em;
  color: #666666;
  font-weight: 550;
  gap: 0.5em;
  cursor: pointer;
}

.selections-description {
  display: block;
  margin-top: .2em;
  color: #666666;
  font-size: .8em;
  line-height: 1.4;
}

.selections-description em {
  font-style: italic;
}


		
	
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
	
@media (max-width: 768px) {
  .nav-submenu {
    display: none !important;
  }
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
	
	
/* Colorbox mobile fix */	
	@media (max-width: 768px) {
  #colorbox,
  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    width: 96% !important;
    max-width: 96% !important;
    left: 2% !important;
    box-sizing: border-box;
  }

  #cboxTopLeft,
  #cboxTopRight,
  #cboxBottomLeft,
  #cboxBottomRight,
  #cboxMiddleLeft,
  #cboxMiddleRight {
    display: none !important;
  }

  #cboxTopCenter,
  #cboxBottomCenter {
    background: none !important;
  }

  body.cboxOpen {
    overflow: hidden;
    touch-action: none;
  }
		
/* Prevent background scroll while modal is open */
body.cbox-no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* Style the overlay background darker */
#cboxOverlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

/* Style and pad the colorbox modal content for comfort */
#luxury-info-modal {
  box-sizing: border-box;
  padding: 1.5em;
  background: #fff;
  border-radius: 10px;
  overflow-y: auto;
  max-height: 80vh;
  font-family: Montserrat, sans-serif;
  color: #444;
}

#luxury-info-modal h2 {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.8em;
}

#luxury-info-modal p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.2em;
}

#luxury-info-modal img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
#cboxLoadedContent {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  max-height: 80vh;
}
}	

@media (max-width: 768px) {
  #cboxCurrent {
    display: none !important;
  }
}







/* Always-visible Protection Level Details panel */
.protection-details{
  width: 80%;
  max-width: 1300px;
  margin: 0 auto 0;
  background: #fff;
  padding-right: 2em;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  overflow: hidden; /* prevents image overflow */
}

.protection-details__inner{
  display: flex;
  align-items: stretch;
  gap: 0; /* keep clean seam */
}

/* IMAGE SIDE */
.protection-details__imageWrap{
  flex: 0 0 40%;
  min-width: 0;
  position: relative;
  overflow: hidden; /* important */
}

.protection-details__imageWrap img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;   /* fills entire frame */
  max-width: 100%;
}

/* TEXT SIDE */
.protection-details__text{
  flex: 0 0 60%;
  min-width: 0;                 /* IMPORTANT: allows wrapping inside flex */
  padding: 1.75em;
  text-align: left;
  font-family: Montserrat, sans-serif;
  color: #444;
  display: block;

  overflow-wrap: anywhere;      /* handles long strings */
  word-break: break-word;       /* extra safety */
}


.protection-details__text h3{
  margin: 0 0 0.75em 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  color: #333;
}

.protection-details__text p{
  margin-bottom: .5em;
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
}

.protection-details__text ul{
  padding-left: 1.2em;
  margin: 0;
}

.protection-details__text li{
  font-size: 0.95rem;
  line-height: 1.2;
  margin-bottom: 0.6em;
  color: #666;
}

/* Responsive */
@media (max-width: 900px){
  .protection-details{
    width: 92%;
  }

  .protection-details__inner{
    flex-direction: column;
  }

  .protection-details__imageWrap{
    height: 300px;   /* give the parent a real height */
  }

  .protection-details__imageWrap img{
    width: 100%;
    height: 100%;    /* now 100% works */
    object-fit: cover;
  }

  .protection-details__text{
    padding: 1.75em;
  }
}



/* -------------------------------------------------------
   Protection panel: override broad .configurator-section p
   + match modal typography
------------------------------------------------------- */

/* Ensure the panel itself never inherits centered text */
.protection-details,
.protection-details *{
  text-align: left;
}

/* The global .configurator-section p rule is centering and constraining width.
   Reset paragraph sizing/alignment inside the protection panel only. */
.protection-details .protection-details__text p{
  width: auto !important;
  max-width: none !important;
  margin: 0.5em 0 1em 0 !important;
  padding-bottom: 0 !important;
  text-align: left !important;
  font-weight: 500;

  /* bulletproof wrapping */
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Lists should also be left and not constrained */
.protection-details .protection-details__text ul{
  width: auto !important;
  max-width: none !important;
  margin: 0 0 1em 0 !important;
  padding-left: 1.2em;
  text-align: left !important;
}

.protection-details .protection-details__text li{
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Headline styling to match modal */
.protection-details .protection-details__text h3{
  font-family: Montserrat, sans-serif;
  font-size: 1.9em;
  margin: 0 0 0.01em 0;
  color: #caa95b; /* modal gold */
  font-style: normal;
  font-weight: 600;
}

/* Make “Fire Protection Features:” / “Key Features:” / “Dimensions:” look like modal subheads */
.protection-details .protection-details__text p strong{
  display: inline-block;
  font-weight: 600;
  color: #444;
}

/* Link styling to match modal */
.protection-details .protection-details__text a{
  color: #0066cc;
  text-decoration: underline;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Optional: if a long PDF filename ever tries to blow out layout */
.protection-details .protection-details__text a,
.protection-details .protection-details__text em,
.protection-details .protection-details__text strong{
  white-space: normal;
}

.protection-details__text p{
  max-width: 100%;
}

@media (max-width: 1100px){
  .protection-details{
    width: 92%;
  }

  .protection-details__inner{
    flex-direction: column;
  }

  .protection-details__imageWrap{
    height: 320px; /* gives the image a real height when stacked */
  }
}

/* End */



		
/* START- Modal Window and Desktop Protection Panel */

#info-modal {
  display: none;
}
	
	
/* Backdrop */
.info-modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.45); /* elegant soft dim */
  z-index: 9998; /* one below modal */
}

/* Show when modal opens */
.info-modal-backdrop.active {
  display: block;
}
	
.details-button {
  margin-top: 0.75em;
  padding: 0.4em 1.2em;
  font-size: 0.9em;
  font-weight: 500;
  color: #0066cc;
  background-color: #eaf3ff;
  border: 1px solid #c5dffc;
  border-radius: 999px; /* pill shape */
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: Montserrat, sans-serif;
}

.details-button:hover {
  background-color: #d1e8ff;
  color: #004b99;
}


.info-modal {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 12px;
  border: 1px rgba(0, 0, 0, 0.25);
  padding: 2em;
  z-index: 9999;
  max-width: 950px;
  width: 90%;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.info-modal-content {
  position: relative;
}
.info-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5em;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
}
.info-modal-inner {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}
.info-modal-image img {
  max-width: 500px;
  height: auto;
  display: block;
}
.info-modal-text {
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #666;
  font-size: 0.95em;
  line-height: 1.5em;
}
.info-modal-text h3 {
  font-size: 1.9em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #ad8a3c;
}
.info-modal-text h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #444;
}
.info-modal-text a {
  color: #0066cc;
  text-decoration: underline;
}
	
	
	
@media (max-width: 768px) {
.info-modal {
    width: 90% !important;
    max-width: 95vw !important;
    padding: 1em !important;
    top: 2% !important;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    max-height: 85vh;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 9999;
  }

.info-modal-inner {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1em;
  }

.info-modal-image img {
    max-width: 100% !important;
    height: auto !important;
  }

.info-modal-text {
    padding: 0 0.5em;
    font-size: 1em;
    line-height: 1.5em;
    overflow-wrap: break-word;
  }

.info-modal-content {
    overflow-y: auto;
    max-height: 80vh;
    -webkit-overflow-scrolling: touch;
  }
.info-modal-image {
    display: none;
  }
}

	
	
	
/* Inline version of the modal (always visible on-page) */
.info-modal--inline {
  position: static;
  transform: none;
  top: auto;
  left: auto;

  display: block;
  margin: 1.5em auto 0;
  max-width: 1200px;   /* tweak to taste */
  width: 90%;
}

/* Inline panel doesn't need the close button/backdrop behavior */
.info-modal--inline .info-modal-close {
  display: none;
}


	
/* Hide Details buttons by default (desktop first) */
.details-button {
  display: none;
}

/* Show only on mobile */
@media (max-width: 768px) {
  .details-button {
    display: inline-block; /* or block if you prefer */
  }
}
	
/* Default: visible (desktop) */
#protection-inline {
  display: block;
}

/* Hide inline panel on mobile */
@media (max-width: 768px) {
  #protection-inline {
    display: none;
  }
}

/* Force left alignment inside protection panel */
/* Protection inline panel: undo global .configurator-section p centering + width */
#protection-inline .info-modal-text p {
  width: auto;         /* removes 75% constraint */
  max-width: none;     /* removes 900px cap */
  margin: 0.5em 0 1em; /* removes auto-centering */
  padding-bottom: 0;   /* avoids extra spacing from configurator */
  text-align: left;
}
#protection-inline .info-modal-text h3 {
  margin: 0 0 1em 0;   /* reset to clean left edge */
  text-align: left;
}

/* END- Modal Window and Desktop Protection Panel */


