body {
	background-color: #f1f1f1;
}

inner-column {
	display: block;
	width: 85%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 2px;
	margin-bottom: 60px;
	color: #2A323B;
}

h3{
		margin-bottom: 60px;
}

p {
		max-width: 710px;
		color: #2A323B;
}

.oneTimePush {
margin-bottom: 40px;
}

.printGallery {
	margin-top: 60px;
}

.printGallery img {
	border: 2px solid #2A323B;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.imgGrabber {
	margin-bottom: 60px;
}

.backButton {
	display: flex;
	justify-content: flex-end;
}

.backButton h2 {
	text-decoration: unset;
	display: inline;
	border: 2px solid #2A323B;
	padding: 5px 10px 5px 10px;
}

.buttonPushUp {
		margin-top:0px;
}

.rugIntro {
  grid-column: 1 / -1;
  max-width: 400px;   /* optional, for nicer line length */
  margin: 0 auto;
}

/*DESIGN/ILLUstration area*/


.styleTile_dyptich {
	margin-top: 60px;
}

.styleTile_dyptich img {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.fourGrid_Bars img {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.fourGrid img {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}


/*SVG AREA*/


.svgZone svg {
	margin-left: auto;
	margin-right: auto;
	margin: 50px auto !important;
}

.svgOne {
    margin-top: 80px;
}

.svgOne svg {
	  display: block;
    width: 180px;
    height: auto;
}

.svgThree svg {
    display: block;
    width: 400px;
    max-width: 100%;
    height: auto;
}

  .svgTwo svg {
	  display: block;
    max-width: 300px;
    height: auto;
}

/* SPARKEL WEB SVG */

.dew-glow {
    opacity: 0;
    transition: .5s;
}

@keyframes pulse {
    0% {
        opacity: .1;
    }
    50% {
        opacity: .6;
    }
    100% {
        opacity: .1;
    }
}

.sparkle {
    animation: 1s pulse infinite;
}

.web_grabber:hover .dew-glow {
    opacity: 1;
}


/* GEO SVG */

.green-glow {
    opacity: 0;
    transition: .5s;
}

#lights {
    opacity: 0;
}

#points path {
    pointer-events: all;
}

@keyframes geoPulse {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

/* Hover a white point → all Geo flares pulse */
svg:has(#points path:hover) #lights {
    opacity: 1;
    animation: geoPulse 1s infinite;
}

/* Existing green glow behavior */
svg:hover .green-glow {
    opacity: 1;
}

/*MOODBOARDS*/

.moodboard_quad {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.moodboard_quad picture {
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.moodboard_quad img {
    display: block;
    max-width: 350px;
    height: auto;
    margin: auto;
}


@media(min-width: 700px){

	.styleTiles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
	}

	.styleTile_dyptich {
		margin-top: 40px;
	}

	.styleTiles picture:last-child {
    margin-bottom: 80px;
	}

	.fourGrid_Bars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
	}

	.fourGrid_Bars > picture:last-child {
    margin-bottom: 80px;
	}

	.fourGrid {
    display: flex;
    flex-direction: row;
    gap: 30px;
	}

	/*SVG ZONE*/

	.svgZone {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

	.svgZone svg {
      margin: 50px auto !important;
  }

	.svgOne svg {
		  display: block;
		  width: 230px;
      max-width: none;
	    height: auto;
	}


	.svgThree svg {
	    display: block;
	    width: 520px;
	    max-width: 100%;
	    height: auto;
	}

	  .svgTwo svg {
		  display: block;
		  width: 400px;
	    height: auto;
	}


	.printGallery {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 80px 80px;
		margin-left: auto;
		margin-right: auto;
		max-width: 900px;
		margin-top: 80px;
	}


	.printGallery .fullSpan {
  	grid-column: 1 / -1;
  	justify-self: center;
  	width: 100%;
	}

	.moodboard_quad picture {
	    display: block;
	    width: 100%;
	    margin-bottom: 60px;
	}

	.moodboard_quad img {
	    display: block;
	    max-width: 450px;
	    height: auto;
	    margin: auto;
	}

	.moodboard_quad {
		margin-top: 80px;
	}

	.rugGallery {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 80px 80px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
	}

	.imgGrabber {
		margin-bottom: 0px;
	}

	.printGallery img {
		max-width: 700px;
	}

	.printGallery > :last-child {
    margin-bottom: 60px;
}

	.backButton {
		display: flex;
		justify-content: center;
	}

	.buttonPushUp {
		margin-top: 40px;
	}

	h3{
		margin-bottom: 0px;
	}

	
/*	.rugTitle {
		grid-column: 1 / -1;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.rugIntro {
		grid-column: 1 / -1;
	  max-width: 700px;   
	}

	.rugIntro .oneTimePush:last-child {
    margin-bottom: 0;*/
	}
}

@media(min-width: 800px){
	.svgZone {
		display: flex;
		flex-direction: column;
	}

	.svgZone > div {
    display: flex;
    justify-content: center;
	}
}

@media (min-width: 1000px) {

	.styleTile_dyptich {
		margin-top: 80px;
	}

	.styleTile_dyptich img {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
	}

	.printGallery {
		margin-top: 80px;
	}

	.printGallery img {
    width: 100%;
    max-width: 600px;
	}

	.svgZone svg {
    margin: 50px auto !important;
  }

	.svgOne svg {
	  display: block;
	  width: 220px;
    max-width: none;
    height: auto;
	}

 	.svgThree svg {
      width: 500px;
      max-width: none;
  }

  .svgTwo svg {
	  display: block;
	  width: 500px;
    height: auto;
    transform: translateX(30px);

	}


	.moodboard_quad picture {
	    display: block;
	    width: 100%;
	    margin-bottom: 80px;
	}

	.moodboard_quad img {
	    display: block;
	    max-width: 550px;
	    height: auto;
	    margin: auto;
	}

	.moodboard_quad {
		margin-top: 100px;
	}
}


@media(min-width: 1400px){
	

/*	.rugGallery {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px 80px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
	}*/


/*
	.printGallery .fullSpan img {
  	max-width: 85%;
  	width: 100%;
	}*/

	.rugIntro {
	  max-width: 850px;  

	}
}

/*Menu*/

.nav-fab {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
}

/* remove default marker */
.nav-fab summary::-webkit-details-marker { display: none; }

.nav-fab summary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: 8px 12px;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 9999px;
  background: rgba(255,255,255,.3);
  -webkit-backdrop-filter: blur(8px) saturate(160%);
  backdrop-filter: blur(8px) saturate(160%);
  color: #2e2f32;
  line-height: 1;
  user-select: none;
}

.nav-fab,
.nav-fab * {
  font-family: "Space Grotesk", sans-serif;
}

/* focus ring */
.nav-fab summary:focus-visible {
  outline: 2px solid #2e2f32;
  outline-offset: 2px;
}

/* Desktop text label / mobile icon */
.nav-fab .label { display: inline; }
.nav-fab .icon  { display: none; }
@media (max-width: 700px) {
  .nav-fab .label { display: none; }
  .nav-fab .icon  { display: inline; font-size: 20px; }
}

/* Panel */
.nav-fab .nav-panel {
  position: absolute;
  right: 0;
  margin-top: 8px;
  min-width: 220px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 12px;
  background: rgba(255,255,255,.3);
  -webkit-backdrop-filter: blur(8px) saturate(160%);
  backdrop-filter: blur(8px) saturate(160%);
  box-shadow: 0 6px 24px rgba(0,0,0,.12);
}

.nav-fab .nav-panel a {
  text-decoration: none;
  color: #2e2f32;
  font-weight: 450;
}
.nav-fab .nav-panel a:hover,
.nav-fab .nav-panel a:focus-visible {
  text-decoration: underline;
}

/* hit target size on touch */
.nav-fab summary { min-height: 36px; }
.nav-fab .nav-panel a { padding: 4px 0; }